EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
本帖最后由 mytomorrow 于 2019-12-10 10:08 编辑
- h( I( @' i; Y" ]% l. H- w y+ m Z
& H4 C0 s: ]4 F0 R4 i+ B0 L目录 ifft Syntax Description % D0 I3 u) D# x2 S. p
: u7 v2 v O j0 t l& c- U2 F9 S- w
ifft
- `% R8 @, G. C% i
Inverse fast Fourier transform ( X6 e6 U. Z2 b& U# K! ]
2 Y, V" S8 |+ ? F! \' |$ O
Syntax 5 v; [& c% e4 T6 R) g" C. [. _
X = ifft(Y) 0 j. B; g3 P7 I2 c) N5 D5 }# v1 v3 E
X = ifft(Y,n) 2 e7 r3 a* G5 j4 W
X = ifft(Y,n,dim)
0 Z1 A; x- D+ u+ G
X = ifft(___,symflag) 1 n; D3 D5 u. [! j+ i
$ T) Q5 \% @: Y2 V" h6 ^ u
Description
8 s6 _2 y4 N& K# ^2 G
X = ifft(Y)
7 |% G m- f8 n2 y7 H
X = ifft(Y) computes the inverse discrete Fourier transform of Y using a fast Fourier transform algorithm. X is the same size as Y. 8 R; I9 H5 _& t# L6 ]3 {8 I( n: N
- If Y is a vector, then ifft(Y) returns the inverse transform of the vector.
& G) n1 s Z5 `
; j9 ^ I+ ^9 Q9 q
- If Y is a matrix, then ifft(Y) returns the inverse transform of each column of the matrix.
' u0 S, N7 }& J' a& A4 L3 q% h }1 P( C
3 j7 K1 R4 @! f0 r
- If Y is a multidimensional array, then ifft(Y) treats the values along the first dimension whose size does not equal 1 as vectors and returns the inverse transform of each vector.1 O9 v# w5 J+ E$ a' U' b! B# N" m
; O* i, N" U" `) S( d
本想翻译一下的,但是手册里面的英文描述的太清晰了,单词也很简单,所以就这样直接看吧。
8 C; p( F5 f- N1 L
X = ifft(Y,n) returns the n-point inverse Fourier transform of Y by padding Y with trailing zeros to length n. 9 m, w/ p- N, H
X = ifft(Y,n,dim) returns the inverse Fourier transform along the dimension dim. For example, if Y is a matrix, then ifft(Y,n,2) returns the n-point inverse transform of each row. 6 |3 q/ N) E3 [0 N
X = ifft(Y,n,dim)沿维度dim返回逆傅立叶变换。 例如,如果Y是矩阵,则ifft(Y,n,2)返回每行的n点逆变换。 ( O; U# @$ ~" Q5 Z7 j/ p
X = ifft(___,symflag) specifies the symmetry of Y. For example, ifft(Y,'symmetric') treats Y as conjugate symmetric.
& ~/ ?- R1 q i5 m
X = ifft(___,symflag)指定Y的对称性。例如,ifft(Y,'symmetric')将Y视为共轭对称。 # Q1 i& t! d+ P7 W
6 \' J- c3 r& t8 N, l: p$ {# W. T" D
* X7 r/ h9 |, F# y
9 g- c- c k+ A3 {7 u) u |