搜索资源列表
MCMPFFT
- 利用经典的Cooley-Tukey基2算法求复序列 的DFT
MCORPSD
- 可利用该源码程序用Blackman-Tukey法(自相关法)对信号 作功率谱估计。
MCMPFFT
- 利用经典的Cooley-Tukey基2算法求复序列x(n)的DFT X(k)
fft
- 离散傅里叶变换是20世纪60年代是计算复杂性研究的主要里程碑之一,1965年Cooley和Tukey所研究的计算离散傅里叶变换(Discrete Fourier Test)的快速傅氏变换(FFT)将计算量从О(n2)下降至О(nlogn),推进了FFT更深层、更广法的研究与应用。 这是一个傅氏变换的MPI程序,用C语言实现。
Dsp_c.rar
- dsp算法40例,包括fft、滤波器、谱运算等 1. 将模拟滤波器转变为数字滤波器。 2. 由得到幅频响应 。 3. 用Burg算法求AR模型的参数。 4. 由AR模型参数得到功率谱。 5. 用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。 6. 实现双线性Z变换。 7. 设计巴特沃斯模拟低通滤波器,求出转移函数 。 8. 设计切比雪夫I型模拟低通滤波器,求出转移函数 。 9. 直接由定义求 点复序列 的DFT 。 10.利用经典的Cooley
auto_correlation
- 用Blackman-Tukey方法(自相关法)实现对任意输入的实序列函数x(n)作功率谱估计。-Using Blackman-Tukey method (autocorrelation method) to achieve the actual sequence of arbitrary input function x (n) for power spectrum estimation.
CMPFFT
- cmpfft.for(hcmpfft.for) 利用经典的Cooley-Tukey基2算法求复序列 的DFT -cmpfft.for (hcmpfft.for) to use the classic Cooley-Tukey radix-2 algorithm for the DFT complex sequence
CMPFFT
- 利用经典的COOLEY-TUKEY基2算法求复序列x[n]的DFTX[k].有Fortran的子程序和主程序,还有C程序-The use of classic COOLEY-TUKEY radix-2 algorithm for complex sequence x [n] of DFTX [k]. Have the Fortran subroutines and main program, there are C procedures
MCMPFFT
- 利用经典的Cooley-Tukey基2算法求复序列的DFT-Use of the classic Cooley-Tukey radix-2 algorithm for complex sequence of DFT
FFT
- This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classi
tukey
- 利用tukey和barlett方法对随机信号的功率谱进行估计。迭代方法来判断性能-Tukey and the use of random signal barlett method to estimate the power spectrum. Iterative method to determine the performance of
BTblackman
- 经典法,布莱克曼-图基法求谱估计,简单实用-Classical method, Blackman- map-based spectrum estimation method, simple and practical
FastWalshHadamardTransform
- The function implement the 1D sequency(Walsh) ordered fast Walsh-Hadamard transform which can be used in signal processing, pattern recongnition and Genetic alogorithms. This algorithm uses a Cooley-Tukey type signal flow graph and is implemented
median_polish
- MEDIAN_POLISH Fits an additive model using Tukey s median polish procedure.
mtpse
- MODERN TECHNIQUES OF POWER SPECTRUM ESTIMATION BY C. BINGHAM, M. D. GODFREY, and J. W. TUKEY Reprinted from IEEE TRANSACTIONS ON AUDIO AND ELECTROACOUSTICS Volume AU-15, Number 2, June 1967 pp. 56-66 Copyright c 1967 { The Institute
lagrangian_mechanics
- MODERN TECHNIQUES OF POWER SPECTRUM ESTIMATION BY C. BINGHAM, M. D. GODFREY, and J. W. TUKEY Reprinted from IEEE TRANSACTIONS ON AUDIO AND ELECTROACOUSTICS Volume AU-15, Number 2, June 1967 pp. 56-66 Copyright c 1967 { The Institute
acm..
- 自相关法求全极点模型参数; 下行递归; 逆Levinson-Durbin递归(模型参数~自相关序列); 平均周期图的Bartlett方法; Blackman-Tukey功率谱估计。-Autocorrelation perfection pole model parameters downward recursion inverse Levinson-Durbin recursion (model parameters ~ autocorrelation sequence)
twiddle
- twiddle factor - a part of cooley-tukey algorithm
tukey
- 图像处理中对图像加上tukey窗后的效果-add tukey window to image
cooley-tukey-fft-for-16-bit-integer-numbers
- cooley tukey algorithm for FFT calculation