文件名称:FFT-algorithm
介绍说明--下载内容均来自于网络,请自行研究使用
实际中需做快速傅里叶变换(FFT)的多为实序列数据,而其变换算法都是以复数序列
作为输入。文中利用频域的性质.将实序列数据变换为复数序列,再进行FFT变换,以提高FFT对于实序列输入的变换效率,最后用C语言实现该算法并与传统算法进行实验对比,从结果可看到优化后效率提高很多。-FFT algorithm with complex sequences as input is commonly applied to real sequence.A
new FFT algorithm is proposed,which depends on the characters of the frequency domain,transforms real
into complex sequences as input to improve the efficiency of FFT.The algorithm is programmed in C
language and compared with the unoptimized.The result indicates that the new algorithm does improve the
transformation efficiency.
作为输入。文中利用频域的性质.将实序列数据变换为复数序列,再进行FFT变换,以提高FFT对于实序列输入的变换效率,最后用C语言实现该算法并与传统算法进行实验对比,从结果可看到优化后效率提高很多。-FFT algorithm with complex sequences as input is commonly applied to real sequence.A
new FFT algorithm is proposed,which depends on the characters of the frequency domain,transforms real
into complex sequences as input to improve the efficiency of FFT.The algorithm is programmed in C
language and compared with the unoptimized.The result indicates that the new algorithm does improve the
transformation efficiency.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
一种实序列FFT新算法与C语言实现.pdf