搜索资源列表
fix_fft
- 定点基2FFT,并且具有将定点FFT与浮点FFT比对的功能-sentinel radix 2 FFT, and will be positioned with floating-point FFT and FFT functions to the
time_wn
- 用C语言实现的对基—2FFT算法的改进,提高了算法的运算速度-using the C language to the base-FFT algorithm, the algorithm improves the speed of operation
2FFT
- DIT-FFT算法子程序 FFT长度为2m,m为正整数。FFT输出结果放在输入复数数组中。其中xr存放信号序列实部,xi存放信号序列虚部。如果信号长度小于N,需要给xr和xi后面补足0,计算结果x(k)的实部和虚部仍然分别存放在数组xr和xi中。-DIT - FFT subroutine FFT length of 2m, m is a positive integer. FFT output on the importation of complex array. Xr which ke
2FFandIFFT
- 时间抽选基2FFT及IFFT算法C语言实现-time selected radix 2 FFT and IFFT algorithm C Language
DIT_base0n2_FFT
- 时间抽取(DIT)基2FFT算法: 输入:先输入数组长度(8,16,32...),再输入数组内容. 输出:FFT变换结果.
myfft
- myfft.m 实现对任意长度一维数组的基2FFT计算
时间抽选基2FFT及IFFT算法C语言实现
- 正在学数字信号处理,感觉上学期信号与系统学得不扎实,因为当时只是死记公式,这学期数信老师提倡动手实践,觉得自己在编程中对公式理解得更加深刻了。 以下是我写的FFT,欢迎指教。-is studying digital signal processing, signal feel semester with enough solid school system, because only memorizing formulas, a few letters this semester to prom
fft2.rar
- 本程序是关于二维傅里叶变换计算相关的,经过调试成功,希望大家多多参考并提建议,2fft
FFT-and-IFFT
- fft与ifft的子程序代码,时间抽取基2FFT算法,参数包含4个:N点数、M蝶形运算迭代级数、换算到频域后的实部和虚部-fft ifft coding
FFt-c
- 这是关于基2FFT-DIT的程序 第一个压缩文件是matlab程序,并附有原理和流程图及总结 第二个是关于c的程序-This is based on the procedures 2FFT-DIT first compressed file is a matlab program, together with flow chart and summary of the principles and the second on the procedures for c
FFT
- radix 2 fft algorithm code
fft
- 基2fft,实现对实数序列的离散快速傅里叶变换-Based 2fft, the realization of the real sequence of discrete Fast Fourier Transform
FFT
- 傅里叶变换的C程序,实现时域抽取的基2FFT,算法先对输入数据序列进行码位倒置,输出为正序-Fourier transform of C program, to achieve time-domain extraction of base 2FFT, algorithm on the input data sequence of first code bit inverted, the output for the positive sequence
FFTandIFFT-2-c
- 时间抽选基2FFT及IFFT算法C语言实现-Time and IFFT algorithm selected based 2FFT C language
FFT
- 快速傅里叶变换算法(基-2FFT)-Fast Fourier Transform
FFT1
- 利用基2fft计算电力系统谐波的c++源码-Calculated using the base power system harmonics 2fft c++ source code
tests
- FFT 一维C代码,基2FFT,时间划分,正确高效-One-dimensional FFT C code
2FFT-s-algorithm-analysis
- 基于时间的2FFT算法分析与Matlab实现,详细的介绍了2FFT算法实现过程-Based on the 2 FFT algorithm analysis time with Matlab, and introduced the realization process of 2 FFT algorithm
FFT_caculate
- 用自己编写的Complex类,根据基2FFT快速算法编写的快速傅里叶变换程序。欢迎下载交流。-With my own writing Complex classes, according to the fast algorithm of 2 FFT write fast Fourier transformation program. Welcome to download exchange.
fft
- 基2FFT,最大点数65536,三个文件分别生成测试信号,旋转因子和FFT主程序。-radix-2 fft
