Improved Instantaneous Frequency Estimation Using an Adaptive Short-Time FOURIER Transform
标签: Instantaneous Estimation Short-Time Frequency
上传时间: 2013-12-15
上传用户:ardager
FOURIER Transforms & FFT Algorithm Source Code
标签: Transforms Algorithm FOURIER Source
上传时间: 2014-01-23
上传用户:huannan88
DFT(Discrete FOURIER Transformation)是数字信号分析与处理如图形、语音及图像等领域的重要变换工具,直接计算DFT的计算量与变换区间长度N的平方成正比。当N较大时,因计算量太大,直接用DFT算法进行谱分析和信号的实时处理是不切实际的。快速傅立叶变换(Fast FOURIER Transformation,简称FFT)使DFT运算效率提高1~2个数量级。其原因是当N较大时,对DFT进行了基4和基2分解运算。FFT算法除了必需的数据存储器ram和旋转因子rom外,仍需较复杂的运算和控制电路单元,即使现在,实现长点数的FFT仍然是很困难。本文提出的FFT实现算法是基于FPGA之上的,算法完成对一个序列的FFT计算,完全由脉冲触发,外部只输入一脉冲头和输入数据,便可以得到该脉冲头作为起始标志的N点FFT输出结果。由于使用了双ram,该算法是流型(Pipelined)的,可以连续计算N点复数输入FFT,即输入可以是分段N点连续复数数据流。采用DIF(Decimation In Frequency)-FFT和DIT(Decimation In Time)-FFT对于算法本身来说是无关紧要的,因为两种情况下只是存储器的读写地址有所变动而已,不影响算法的结构和流程,也不会对算法复杂度有何影响。
标签: Transformation Discrete FOURIER DFT
上传时间: 2016-04-12
上传用户:lx9076
Discrete FOURIER Transform and Power Spectrum Calculates Power Spectrum from a Time Series
标签: Spectrum Power Calculates Transform
上传时间: 2014-01-21
上传用户:woshini123456
This belongs to the imagery processing design proposal, the topic is the digital image FOURIER transformation 。
标签: the processing proposal FOURIER
上传时间: 2013-12-02
上传用户:dianxin61
快速傅里叶变换(FFT)算法。FFT - Fast FOURIER transform. The length of X must be a power of two, for a fast radix-2 fast-FOURIER transform algorithm is used
标签: FFT transform FOURIER length
上传时间: 2013-12-19
上传用户:sy_jiadeyi
用FOURIER变换求取信号的功率谱---周期图法 用FOURIER变换求取信号的功率谱---分段周期图法 用FOURIER变换求取信号的功率谱---welch方法 功率谱估计----多窗口法(multitaper method ,MTM法) 功率谱估计----最大熵法(maxmum entmpy method,MEM法) 功率谱估计----多信号分类法(multiple signal classification,music法)FOURIER transform to strike a signal to the power spectrum - the cycle of plans FOURIER transform to strike a signal to the power spectrum - Sub-cycle Method FOURIER transform to strike a signal to the power spectrum --- welch method Power spectrum estimated more than window ---- Law (multitaper method, MTM) ---- Power spectrum estimate of maximum entropy (maxmum entmpy method, MEM) ---- More than the estimated power spectrum signal classification (multiple signal classification, music)
上传时间: 2016-07-16
上传用户:wqxstar
分数阶FOURIER变换程序,基于插值和抽取操作和卷积运算的快速算法。
上传时间: 2014-12-21
上传用户:wys0120
FFTW, a collection of fast C routines to compute the Discrete FOURIER Transform in one or more dimensions.The fftw/ directory contains the source code for the complex transforms, and the rfftw/ directory contains the source code for the real transforms.
标签: collection Transform Discrete routines
上传时间: 2016-08-17
上传用户:yoleeson
时频分布算法中的短时FOURIER变换和维格纳变换的程序。
上传时间: 2014-12-05
上传用户:redmoons