WOLFRAM

FourierParameters
FourierParameters

is an option to Fourier and related functions that specifies the conventions to use in computing Fourier transforms.

Details

  • A typical setting is FourierParameters->{a,b}.
  • Some common choices for {a,b} are {0,1} (default), {-1,1} (data analysis), {1,-1} (signal processing).

Examples

open allclose all

Basic Examples  (2)Summary of the most common use cases

Use a nondefault definition of the discrete Fourier transform:

Out[1]=1

Use the same definition to get the inverse:

Out[2]=2

A nondefault definition used for the continuous Fourier transform:

Out[1]=1
Out[2]=2

Scope  (3)Survey of the scope of standard use cases

A typical pure mathematics or systems-engineering definition of Fourier transform:

Out[1]=1

Use the same definition for the inverse transform:

Out[2]=2

A typical data-analysis definition of discrete Fourier transform:

Out[1]=1

Use the same definition to get the correct inverse:

Out[2]=2

A common signal-processing definition of Fourier transform:

Out[1]=1

Discrete Fourier transform:

Out[2]=2

Discrete-time Fourier transform:

Out[3]=3

Possible Issues  (2)Common pitfalls and unexpected behavior

The same FourierParameters values need to be used for both forward and inverse transforms:

Out[1]=1

Here the inverse uses a different choice of FourierParameters:

Out[2]=2

The second parameter needs to be relatively prime to the data length to guarantee invertibility:

Out[1]=1
Out[2]=2
Wolfram Research (1999), FourierParameters, Wolfram Language function, https://reference.wolfram.com/language/ref/FourierParameters.html.
Wolfram Research (1999), FourierParameters, Wolfram Language function, https://reference.wolfram.com/language/ref/FourierParameters.html.

Text

Wolfram Research (1999), FourierParameters, Wolfram Language function, https://reference.wolfram.com/language/ref/FourierParameters.html.

Wolfram Research (1999), FourierParameters, Wolfram Language function, https://reference.wolfram.com/language/ref/FourierParameters.html.

CMS

Wolfram Language. 1999. "FourierParameters." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FourierParameters.html.

Wolfram Language. 1999. "FourierParameters." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FourierParameters.html.

APA

Wolfram Language. (1999). FourierParameters. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FourierParameters.html

Wolfram Language. (1999). FourierParameters. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FourierParameters.html

BibTeX

@misc{reference.wolfram_2025_fourierparameters, author="Wolfram Research", title="{FourierParameters}", year="1999", howpublished="\url{https://reference.wolfram.com/language/ref/FourierParameters.html}", note=[Accessed: 06-June-2025 ]}

@misc{reference.wolfram_2025_fourierparameters, author="Wolfram Research", title="{FourierParameters}", year="1999", howpublished="\url{https://reference.wolfram.com/language/ref/FourierParameters.html}", note=[Accessed: 06-June-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_fourierparameters, organization={Wolfram Research}, title={FourierParameters}, year={1999}, url={https://reference.wolfram.com/language/ref/FourierParameters.html}, note=[Accessed: 06-June-2025 ]}

@online{reference.wolfram_2025_fourierparameters, organization={Wolfram Research}, title={FourierParameters}, year={1999}, url={https://reference.wolfram.com/language/ref/FourierParameters.html}, note=[Accessed: 06-June-2025 ]}