搜索资源列表
fft_基2基4基8
- 基2基4基8以及分裂基的fft算法,代码效率很高。是难得一见的好代码。应用范围很广。
chengxuzjf
- 实现矩阵的Cholesky分解,用Cholesky分解求ARMA模型的参数并作谱估计,利用分裂基算法求复序列 的DFT.将得到的 解卷绕,得到无跳变的相频特性.计算七类窗函数并给出归一化对数幅频曲线-achieve Matrix Cholesky decomposition, Cholesky decomposition used for ARMA model and the parameters for spectral estimation, the use of split-based a
fft_conv_filters_DSPFunction_ByFortran
- 重要的数字信号处理函数如分裂基fft/卷积/滤波器/相关函数的Fortran实现(清华大学胡广书教授编)-Important DSP functions such as fft/conv/filters ,by Fortran
SPLFFT
- splfft.for(hsplfft.for) 利用分裂基算法求复序列 的DFT -splfft.for(hsplfft.for) Split-radix algorithm for the use of complex DFT sequence
CZTFFT
- .relfft.for(hrelfft.for) 利用分裂基算法求实序列 的DFT, 的虚部赋值为零-. relfft.for (hrelfft.for) use of split-based algorithm for realistic sequence of DFT, zero value of the imaginary part
DIT_SFFT
- 自己编写的基于时域抽取的分裂基FFT算法的实现的程序代码-provide the DIT-FFT
DIF_SFFT
- 自己编写的基于频域抽取的分裂基FFT算法的程序代码-provide the DIF-FFT
fft_conv_filters_DSPFunctions_ByMatlab
- 数字信号处理重要函数如分裂基fft/卷积/频率响应/滤波器的matlab实现(来自清华大学胡广书教授)-Important DSP functions such as fff/conv/frequency/filters, by matlab
srfft
- FFT DIF 分裂基的C语言代码,比较好的说明了整个流程-FFT DIF split the base of the C language code, better explains the entire process
fft2_ifft2
- 实现基2时间分裂2维快速傅里叶变换程序代码,测试通过。-VC++ code for two-dimmentional Fourier Transform.
ffenliejisuanfa
- 这是fortran源程序,是分裂基算法的源程序,是一个非常好的程序,可以参考-This is fortran source is split based algorithm source, is a very good program, you can refer to see
ji8chengxu
- 一个实现FFT基8的VC程序,运算速率比一般的基2或分裂基算法都要快。-A realization of FFT-based VC 8 program, the operation faster than the average rate of the base 2, or split based algorithms.
vjtnztr
- 快速傅立叶变换算法中的分裂基算法,又称基2 4算法,对一维序列,这种算法使FFT比较完善()