Programmer Guide/Command Reference/EVAL/ifft: Difference between revisions
From STX Wiki
Jump to navigationJump to search
initial import |
m 1 revision: Initial import |
(No difference)
| |
Revision as of 17:31, 18 November 2010
ifft
| ifft(x) | The inverse FFT of the vector x. The argument x must be a complex vector with 2^(m-1)+1 complex values. The result is a real signal with 2^m values. |