搜索资源列表
fft_基2基4_2d3d
- 基2基4的2d、3d的fft快速算法,代码写的很规范,效率很高。
fft_基2基4基8
- 基2基4基8以及分裂基的fft算法,代码效率很高。是难得一见的好代码。应用范围很广。
FFT--C
- FFT算法研究与实现(C语言),1 倒位序算法分析,2 实数蝶形运算算法的推导,3 DIT FFT 算法的基本思想分析
fft_conv
- 用FFT分别计算Xa(n) (p=8, q=2)与Xb(n) (a =0.1,f =0.0625)的16点循环卷积和线性卷积。
5signal
- 1 学习在CVI环境里面使用非NI数据采集卡。 2 学习用过零法计算被测每个周期采样点数。 3 学习数据采集卡采样间隔的测定。 4 学习计算被测信号的频率和周期。 5 熟悉FFT算法原理。
myfft_ifft
- FFT and IFFT for 16-bits wave, you can use this instead of convolution calculate, input samples must be 2^n. If its not 2^n samples just stuff zero in last array. I already make it to C++ class you can new a calss and do it easy
c_FFT
- The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in ro
MTD_MTI
- (1)MTI (2)用FFT实现MTD (3)用FIR滤波器实现MTD -(1) MTI (2) using FFT realization MTD (3) with the FIR filter implementation MTD
