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