搜索资源列表
x28x_FFT
- TI的x28x系列芯片的FFT源程序。有128/256/512/1024点的实数和复数的FFT算法。-TI's chip x28x series of FFT source. 128 / 256/512/1024 point real and complex FFT algorithm.
fft_PQ
- FFT的实现在LPC2378上。首先采用了拉个朗日插值算法对采集的电网波形频率跟踪,然后使用128点的FFT。-FFT on achieving the LPC2378. First used in the Rafah Colon day interpolation algorithm for the acquisition tracking grid frequency waveform, and then use the 128 point FFT.
fft
- 单片机能实现的FFT算法。128点快速傅氏变换
128点DIT FFT
- 128点DIT FFT,能实现128点的快速傅里叶变换,对在校的大学生学习,试验很有帮助!-DIT FFT 128 points, 128 points to achieve the fast Fourier transform, to the college students study, test helpful!
fft.rar
- FFT算法实现 Radix2 可以计算 4,8,16,32, 64,128, 256....点FFT Radix4 可以计算 4,16, 64, 256, 1024...点FFT FFT_DIT_general.c 实现了 Radix2 和Radix4 的配合使用,可以计算Radix2可以计算的所有FFT,但效率比Radix2高。,FFT can be calculated Radix2 algorithm 4,8,16,32, 64,128, 256 .... can calculate
FFT
- // 入口参数: // l: l = 0, 傅立叶变换 l = 1, 逆傅立叶变换 // il: il = 0,不计算傅立叶变换或逆变换模和幅角;il = 1,计算模和幅角 // n: 输入的点数,为偶数,一般为32,64,128,...,1024等 // k: 满足n=2^k(k>0),实质上k是n个采样数据可以分解为偶次幂和奇次幂的次数 // pr[]: l=0时,存放N点采样数据的实部 // l=1时, 存放傅立叶变换的N个实部 // pi
fft2
- 优化过的128点fft和ifft,最大程度的精简代码和提高预算率-fourier transform of 128 point,which can run in the most fast speed
FFT_fixedPoint_VCdemo
- VC下开发的定点FFT程序,有图形演示。 非控制台程序。 支持128、256、512、1024、2048等长度。-the fixed-point FFT developed under VC++,demo in graphics. Not a console program! 128,256,512,1024,2048 Point is supported.
fft.c
- c语言编写的求1,2,4,8,16,32,64,128,256,512,1024,2048点fft 通用程序-c language of the general program requirements 1,2,4,8,16,32,64,128,256,512,1024,2048 point fft
FFT128real32
- FFT real 128 for STM32F4 - discovery board. NICE CODE
dsp_091044206_04
- 对信号进行128点的fft变换还有补零到512点的fft变换,以及512点fft变换。-The signal 128 point fft transform complement zero to 512 point fft transform, and 512 point fft transform.
MATLAB_FFT
- 基于matlab的FFT算法运用;64点和128点的FFT的幅度谱-64-point and 128-point FFT amplitude spectrum use matlab FFT algorithm
128_d_2
- 128点的小波变换,小波函数采用db3,变换过程采用FFT圆周卷积快速实现卷积过程。-128-point wavelet transform, wavelet function using db3 conversion process using the FFT circular convolution convolution process quickly.
ooo
- 给定数学函数 x(t)=12sin(2π×10t+π/4)+5cos(2π×40t) 取N=128,试对t从0~1秒采样,用fft作快速傅立叶变换,绘制相应的振幅-频率图 -Given mathematical function x (t) = 12sin (2π × 10t+ π/4)+5 cos (2π × 40t) Take N = 128, test for t from 0 to 1 second intervals, for a fast Fourier tran
fft1-in-matlab
- FFT 实例 x=0.5*sin(2*pi*15*t)+2*sin(2*pi*40*t)。采样频率fs=100Hz,分别绘制N=128、1024点幅频图-FFT in Matlab example
fft2-in-matlab
- FFT应用举例 x=0.5*sin(2*pi*15*t)+2*sin(2*pi*40*t),fs=100Hz,绘制: (1)数据个数N=32,FFT所用的采样点数NFFT=32; (2)N=32,NFFT=128; (3)N=136,NFFT=128; (4)N=136,NFFT=512。-FFT in matlab example
FFT
- 1.x=0.5*sin(2*pi*15*t)+2*sin(2*pi*40*t)。采样频率fs=100Hz,分别绘制N=128、1024点幅频图。 2.x=0.5*sin(2*pi*15*t)+2*sin(2*pi*40*t),fs=100Hz,绘制: (1)数据个数N=32,FFT所用的采样点数NFFT=32; (2)N=32,NFFT=128; (3)N=136,NFFT=128; (4)N=136,NFFT=512。-1. X = 0.5* sin (2* PI* 15*
128FFT_C
- 基本C++的128点的FFT计算,为了方便移植,添加了大量注释。-FFT calculation of the basic C++ 128 points.
fft
- 实现单片机可移植fft算法,这里的例程是128个点,代码里有详细的说明,可以改成任意点数(MCU FFT algorithm can be transplanted)