Basically, anytime a signal is processed, there's a good chance that a Fast Fourier Transform is involved.
基本上, 每当处理信号时,很有可能涉及快速傅立叶变换。
科技 Crash Course
This conversion from waveform to frequencies is done with a very cool algorithm called a Fast Fourier Transform.
这种从波形到频率的转换是通过一种非常酷的算法完成的,称为快速傅里叶变换。
英语百科
Fast Fourier transform 快速傅里叶变换
(重定向自Fast Fourier Transforms)
A fast Fourier transform (FFT) algorithm computes the discrete Fourier transform (DFT) of a sequence, or its inverse. Fourier analysis converts a signal from its original domain (often time or space) to a representation in the frequency domain and vice versa. An FFT rapidly computes such transformations by factorizing the DFT matrix into a product of sparse (mostly zero) factors. As a result, it manages to reduce the complexity of computing the DFT from , which arises if one simply applies the definition of DFT, to , where is the data size.