FourierCosTransform

FourierCosTransform[expr,t,ω]

给出 expr 的符号傅立叶余弦变换.

FourierCosTransform[expr,{t1,t2,},{ω1,ω2,}]

给出 expr 的多维傅立叶余弦变换.

更多信息和选项

  • The Fourier cosine transform is a particular way of viewing the Fourier transform without the need for complex numbers or negative frequencies.
  • Joseph Fourier designed his famous transform using this and the Fourier sine transform, and they are still used in applications like signal processing, statistics and image and video compression.
  • The Fourier cosine transform of the time domain function is the frequency domain function for :
  • 函数 的傅立叶余弦变换在缺省情况下定义为 .
  • The multidimensional Fourier cosine transform of a function is by default defined to be or when using vector notation, (2/pi)^(n/2)int_(t in TemplateBox[{}, PositiveReals]^n) f(t) cos(omega t)dt.
  • 不同的定义选择可以使用选项 FourierParameters 指定.
  • The integral is computed using numerical methods if the third argument, , is given a numerical value.
  • The asymptotic Fourier cosine transform can be computed using Asymptotic.
  • There are several related Fourier transformations:
  • FourierTransforminfinite continuous-time functions (FT)
    FourierSequenceTransforminfinite discrete-time functions (DTFT)
    FourierCoefficientfinite continuous-time functions (FS)
    Fourierfinite discrete-time functions (DFT)
  • The Fourier cosine transform is an automorphism in the Schwartz vector space of functions whose derivatives are rapidly decreasing and thus induces an automorphism in its dual: the space of tempered distributions. These include absolutely integrable functions, well-behaved functions of polynomial growth and compactly supported distributions.
  • Hence, FourierCosTransform not only works with absolutely integrable functions on , but it can also handle a variety of tempered distributions such as DiracDelta to enlarge the pool of functions or generalized functions it can effectively transform.
  • The lower limit of the integral is effectively taken to be TemplateBox[{0, -}, Superscript], so that the Fourier cosine transform of the Dirac delta function is equal to . »
  • The following options can be given:
  • AccuracyGoal Automaticdigits of absolute accuracy sought
    Assumptions $Assumptionsassumptions to make about parameters
    FourierParameters {0,1}parameters to define the Fourier cosine transform
    GenerateConditions Falsewhether to generate answers that involve conditions on parameters
    PerformanceGoal$PerformanceGoalaspects of performance to optimize
    PrecisionGoal Automaticdigits of precision sought
    WorkingPrecision Automaticthe precision used in internal computations
  • Common settings for FourierParameters include:
  • {0,1}
    {1,1}
    {-1,1}
    {0,2Pi}
    {a,b}

范例

打开所有单元关闭所有单元

基本范例  (6)

Compute the Fourier cosine transform of a function:

Plot the function and its Fourier cosine transform:

Fourier cosine transform of reciprocal square root:

For a different convention, change the parameters:

Fourier cosine transform of a Gaussian is another Gaussian:

Plot both Gaussians:

Compute the Fourier cosine transform of a multivariate function:

Plot the result:

Compute the transform at a single point:

范围  (39)

Basic Uses  (3)

Fourier cosine transform of a function for a symbolic parameter :

Fourier cosine transforms involving trigonometric functions:

Plot the transform:

Plot the transform for :

Evaluate the Fourier cosine transform for a numerical value of the parameter :

Algebraic Functions  (4)

Fourier cosine transform of power functions:

Cosine transform for rational functions:

Plot the transform:

Plot the transform:

Fourier cosine transform of a quotient of two nonlinear polynomials:

Plot the transform:

Fourier cosine transform of a quotient of quadratic and quartic polynomials:

Plot the transform:

Exponential and Logarithmic Functions  (3)

Fourier cosine transform of an exponential function:

Transform for :

Plot the transform:

Fourier cosine transforms of products of exponential and trigonometric functions:

Plot the transform for and :

Plot the transform:

Cosine transforms of logarithmic functions:

Plot the transform:

Plot the transform:

Plot the transform:

Plot the transform:

Trigonometric Functions  (5)

Expressions involving trigonometric functions:

Plot the transform:

Composition of elementary functions:

Plot the transform for :

Ratio of sine and product of exponential and linear functions:

Plot the transform:

Fourier cosine transform of arctangent functions:

Plot the transform:

Plot the transform:

Fourier cosine transform of Sech is another Sech:

Plot the transform:

Special Functions  (7)

Sinc function:

Plot the transform:

Fourier cosine transforms of expressions involving ExpIntegralEi:

Plot the transform:

Expression involving Erfc:

Plot the transform for :

Expression involving SinIntegral:

Plot the transform:

CosIntegral:

Plot the transform:

Cosine transforms for BesselJ functions:

Plot the transform for :

Plot the transform for and :

Plot the transform for and :

Plot the transform:

Cosine transforms for BesselY functions:

Plot the transform for :

Plot the transform for and :

Piecewise Functions and Distributions  (4)

Fourier cosine transform of a piecewise function:

Restriction of a sine function to a half-period:

Triangular function:

Transforms in terms of FresnelC:

Plot the transform:

Plot the transform:

Periodic Functions  (2)

Fourier cosine transform of cosine:

Fourier cosine transform of SquareWave:

Generalized Functions  (4)

Fourier cosine transforms of expressions involving HeavisideTheta:

Fourier cosine transforms involving DiracDelta:

Plot the transform:

Plot the transform:

Plot the transform:

Fourier cosine transform involving HeavisideLambda:

Fourier cosine transform involving HeavisidePi:

Multivariate Functions  (2)

Fourier cosine transforms of exponentials in two variables:

Plot of both:

Plot of both:

Fourier cosine transform of product of exponential and SquareWave:

Formal Properties  (3)

Fourier cosine transform of a first-order derivative:

Fourier cosine transform of a second-order derivative:

Fourier cosine transform threads itself over equations:

Numerical Evaluation  (2)

Calculate the Fourier cosine transform at a single point:

Alternatively, calculate the Fourier cosine transform symbolically:

Then evaluate it for specific value of ω:

选项  (8)

AccuracyGoal  (1)

The option AccuracyGoal sets the number of digits of accuracy:

With default settings:

Assumptions  (1)

BesselJ 的傅立叶余弦变换是一个分段函数:

FourierParameters  (3)

Fourier cosine transform for the unit box function with different parameters:

Use a nondefault setting for a different definition of transform:

To get the inverse, use the same FourierParameters setting:

Set up your particular global choice of parameters once per session:

Restore defaults:

GenerateConditions  (1)

当结果是有效时,用 GenerateConditions->True 来获得参数条件:

PrecisionGoal  (1)

The option PrecisionGoal sets the relative tolerance in the integration:

With default settings:

WorkingPrecision  (1)

If a WorkingPrecision is specified, the computation is done at that working precision:

With default settings:

应用  (4)

Ordinary Differential Equations  (1)

Consider the following ODE with initial condition :

Apply the Fourier cosine transform to the ODE:

Solve for the Fourier cosine transform of :

Find the inverse Fourier cosine transform with and :

Compare with DSolveValue:

Partial Differential Equations  (1)

Solve the heat equation for , : with initial condition for and Neumann boundary condition for .

Apply the Fourier cosine transform to the ODE on :

With and , solve this ODE:

Compute the inverse cosine transform of the exponential functions:

The convolution property gives the inverse cosine transform of the first summand to get the solution:

Consider the special case with , and :

Compare with DSolveValue:

Plot the initial conditions and solutions for different values of .

Evaluation of Integrals  (2)

Calculate the following definite integral:

Fourier cosine transform preserves integration of products over :

Solve the definite integral:

Compare with Integrate:

Calculate the following definite integral for :

Compute Fourier cosine transform of an exponential function:

Apply Parseval's identity:

Or equivalently:

Solve for the definite integral:

Compare with Integrate:

属性和关系  (4)

By default, the Fourier cosine transform of is:

For , the definite integral becomes:

Compare with FourierCosTransform:

Asymptotic 计算渐近逼近:

FourierCosTransformInverseFourierCosTransform 是互为逆的:

FourierCosTransformFourierTransform 中得出的结果对于偶函数是一致的:

The results agree for :

可能存在的问题  (1)

The result from an inverse Fourier cosine transform may not have the same form as the original:

傅立叶余弦变换可能以广义函数给出,例如 DiracDelta

巧妙范例  (2)

Fourier cosine transform as a Meijer function:

Create a table of basic Fourier cosine transforms:

Wolfram Research (1999),FourierCosTransform,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FourierCosTransform.html (更新于 2025 年).

文本

Wolfram Research (1999),FourierCosTransform,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FourierCosTransform.html (更新于 2025 年).

CMS

Wolfram 语言. 1999. "FourierCosTransform." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2025. https://reference.wolfram.com/language/ref/FourierCosTransform.html.

APA

Wolfram 语言. (1999). FourierCosTransform. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/FourierCosTransform.html 年

BibTeX

@misc{reference.wolfram_2025_fouriercostransform, author="Wolfram Research", title="{FourierCosTransform}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/FourierCosTransform.html}", note=[Accessed: 02-February-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_fouriercostransform, organization={Wolfram Research}, title={FourierCosTransform}, year={2025}, url={https://reference.wolfram.com/language/ref/FourierCosTransform.html}, note=[Accessed: 02-February-2025 ]}