|
傅立葉分析
Mathematica
|
FourierTransform[f(t),t,w] |
求f(t)的傅立葉轉換 |
|
|
InverseFourierTransform[F(w),w,t] |
F(w)的反傅立葉轉換 |
|
|
FourierSinTransform[f(t),t,w] |
求f(t)的傅立葉正弦轉換 |
|
|
FourierCosTransform[f(t),t,w] |
求f(t)的傅立葉餘弦轉換 |
|
Maple
|
fourier(f(t),t,w) |
求f(t)的傅立葉轉換,從t轉至w領域中 |
|
inv
fourier(F(w), w,t) |
求F(w)的反傅立葉轉換 |
|
fouriersin(f(t),t,w) |
求f(t)的傅立葉正弦轉換 |
|
fouriersin(f(t),t,w) |
求f(t)的傅立葉餘弦轉換 |
|