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