8點基二fft Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Sets up General Purpose Timer 1 to generate events at 10 kHz. Will produce 10 kHz output on T1PWM and T1PWM pins.
資源簡介:8點基二FFT Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Sets up General Purpose Timer 1 to generate events at 10 kHz. Will produce 10 kHz output on T1PWM and T1PWM pins.
上傳時間: 2013-12-18
上傳用戶:Yukiseop
資源簡介:快速傅里葉變換(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
上傳時間: 2013-12-19
上傳用戶:sy_jiadeyi
資源簡介:Getting to Know the FFT What is the FFT? FFT = Fast Fourier Transform. The FFT is a faster version of the Discrete Fourier Transform (DFT). The FFT utilizes some clever algorithms to do the same thing as the DTF, but in much less time.
上傳時間: 2017-07-15
上傳用戶:com1com2
資源簡介:FFT.c - fast Fourier Transform and its inverse (both recursively)
上傳時間: 2016-10-06
上傳用戶:jqy_china
資源簡介:General Purpose FFT (Fast Fourier/Cosine/Sine Transform)
上傳時間: 2017-04-25
上傳用戶:silenthink
資源簡介:This is a simple one dimensional Fast Fourier Transform (and Inverse FFT) test program. FFT(and Inverse FFT) is implemeted as a function. 2^n-point FFT is possible.
上傳時間: 2017-07-23
上傳用戶:xg262122
資源簡介: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 ...
上傳時間: 2013-12-23
上傳用戶:netwolf
資源簡介:Radix-2 Fast Fourier Transform, real or complex sin/cos Transform
上傳時間: 2013-12-30
上傳用戶:rocketrevenge
資源簡介:Fast Fourier Transform algorithm for labview, C++
上傳時間: 2017-03-13
上傳用戶:sqq
資源簡介:Fast Fourier Transform FFTLib.c
上傳時間: 2017-03-13
上傳用戶:gundamwzc
資源簡介:Fast Fourier Transform FFTLib.h
上傳時間: 2014-01-07
上傳用戶:invtnewer
資源簡介:Fast Fourier Transform
上傳時間: 2014-10-27
上傳用戶:gundamwzc
資源簡介:Fast Fourier Transform power point The rectangular window introduces broadening of any frequency components [`smearing鈥? and sidelobesthat may overlap with other frequency components [`leakage鈥?. 鈥he effect improves as Nincreases 鈥...
上傳時間: 2017-03-25
上傳用戶:change0329
資源簡介:This file is a function under matlab which allow to compute and plot fast Fourier Transform of a signal. We can observe the effect of the signal parameter can be changed such as frequency and N points.
上傳時間: 2017-06-27
上傳用戶:米卡
資源簡介:Fast Fourier Transform using MPI libraries (Source Code)
上傳時間: 2017-07-30
上傳用戶:manking0408
資源簡介:Fast Fourier Transform in C
上傳時間: 2014-01-05
上傳用戶:lhw888
資源簡介:Example - 3-D Stem Plot of an FFTFor example, fast Fourier Transforms are calculated at points around the unit circle on the complex plane. So, it is interesting to visualize the plot around the unit circle. Calculating the unit circle.
上傳時間: 2013-12-17
上傳用戶:wpwpwlxwlx
資源簡介:通過引入與余差有關的代價函數,給出了一種高精度估計基礎矩陣的線性算法——加權平移算法.首先 將原始輸入數據加權,計算加權后數據的重心坐標,將坐標原點平移到該重心坐標,再作歸一化處理.然后用8點 算法求出基礎矩陣F陣的8個參數,實現了F陣的高精度估計.實...
上傳時間: 2016-08-15
上傳用戶:zgu489
資源簡介:隨著數字電子技術的發展,數字信號處理廣泛應用于聲納、雷達、通訊語音處理和圖像處理等領域。快速傅立葉變換(Fast Fourier Transform,FFT)在數字信號處理系統中起著很重要的作用,FFT 有效地提高了離散傅立葉變換(Discret Fourier Transform,DFT)的運算效...
上傳時間: 2013-06-27
上傳用戶:a937518043
資源簡介:隨著數字電子技術的發展,數字信號處理廣泛應用于聲納、雷達、通訊語音處理和圖像處理等領域。快速傅立葉變換(Fast Fourier Transform,FFT)在數字信號處理系統中起著很重要的作用,FFT 有效地提高了離散傅立葉變換(Discret Fourier Transform,DFT)的運算效...
上傳時間: 2013-08-01
上傳用戶:Aidane
資源簡介:16點FFT VHDL源程序,The xFFT16 fast Fourier Transform (FFT) Core computes a 16-point complex FFT. The input data is a vector of 16 complex values represented as 16-bit 2’s complement numbers – 16-bits for each of the real and imaginary ...
上傳時間: 2013-12-20
上傳用戶:yph853211
資源簡介::文章針對目前數字信號處理中大量采用的快速傅立葉變換[FFT] 算法采用軟件編程來處理的應用現狀,在對FFT 算法進行\\\\\\\\r\\\\\\\\n分析的基礎上,給出了用FPGA[Field Programmable Gate Array] 實現的8 點32 位FFT 處理器方案,并得到了系統的仿真結果。\\\\\...
上傳時間: 2013-08-09
上傳用戶:yangzhiwei
資源簡介:一個非常高效的基于TS101的8點FFT代碼,該代碼實現8點復數FFT,入口數據按實部,虛部交替存放 FFT結果也按實部,虛部交替存放. 程序沒有任何循環,也無須循轉因子. 非常高效啊
上傳時間: 2014-01-01
上傳用戶:zhangjinzj
資源簡介:第 一 章 Java語 言 的 產 生 及 其 特 點 第 二 章 Java程 序 開 發 與 運 行 環 境第 三 章 Java程 序 設 計 基 礎 第 四 章 Java應 用 程 序 的 基 本 框 架
上傳時間: 2015-11-09
上傳用戶:zq70996813
資源簡介:提供基二FFT(頻域)的C語言算法,希望對大家有用
上傳時間: 2015-11-27
上傳用戶:a6697238
資源簡介:用FFT分別計算Xa(n) (p=8, q=2)與Xb(n) (a =0.1,f =0.0625)的16點循環卷積和線性卷積。
上傳時間: 2013-12-09
上傳用戶:lizhizheng88
資源簡介:頻域抽取16點基4 FFT c語言代碼
上傳時間: 2016-02-26
上傳用戶:ZJX5201314
資源簡介:基二、基四、基八 FFT變化源代碼,有詳細注解
上傳時間: 2014-05-24
上傳用戶:wang0123456789
資源簡介:基二的FFT算法仿真,和matlab中FFT( , )函數性能沒什么差別!
上傳時間: 2013-12-21
上傳用戶:小碼農lz
資源簡介:根據DFT的基二分解方法,可以發現在第L(L表示從左到右的運算級數,L=1,2,3…M)級中,每個蝶形的兩個輸入數據相距B=2^(L-1)個點,同一旋轉因子對應著間隔為2^L點的2^(M-L)個蝶形。從輸入端開始,逐級進行,共進行M級運算。在進行L級運算時,依次求出個2^(...
上傳時間: 2013-12-25
上傳用戶:qiao8960