搜索资源列表
TMS320F2812-FFT
- F2812 标准FFT算法,128点,256点,512点,1024点FFT算法,具体做法为将库含数FFT.LIB加入的目标项目,加入对应的C含数和头文件,特别注意的FFT算法缓冲去一定要存放在0X8000H中的内部缓冲区中!!!切记,本人调试时就走了很多弯路啊-F2812 standard FFT algorithm, 128, 256, 512, 1024-point FFT algorithm, the specific approach to the library will join w
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.
512FFT
- 基于320VC5416的512点实数FFT源程序.内含数据.-320VC5416 based on the 512 point FFT real source. Intron data.
FFT512
- 512点FFT在Microchip dsPIC33FJ256GP710 上的实现-512-point FFT in the Microchip dsPIC33FJ256GP710 Implementation
fft
- TMS320F2812 512点的FFT程序 给定14比特AD采样数据-TMS320F2812 512 point FFT procedure given 14-bit AD sampling data
FFT_fixedPoint_console
- 定点复数FFT算法 C语言实现 支持点数为128,256,512,1024,2048可配置 同时附带文档-Fixed-point complex FFT algorithm for C language support 128,256,512,1024,2048 points can be configured at the same time as the document attached
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.
jyz_fft
- 针对TI DSP5416的FFT算法,512点进行的FFT算法,使用者可以根据自己的情况选择更多点来进行计算。-this is a program of TI DSP 5416,you can choose more point to fft.if you need more information you can contact me
fft
- 不定点的fft算法,当前可选择64,128,256,512,1024个点数,可自行添加其他-The fft algorithm is not fixed, the current choice 64,128,256,512,1024 one point, they are free to add other
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
sim512fft
- 512点FFT程序,分10级蝶形运算完成。-512-point FFT program, sub-10 butterfly to complete.
MATLAB
- fft program for 512 point with overlap of 50
mabmbm
- F2812 标准FFT算法,128点,256点,512点,1024点FFT算法,具体做法为将库含数FFT.LIB加入的目标项目,加入对应的C含数和头文件,特别注意的FFT算法缓冲去一定要存放在0X8000H中的内部缓冲区中!!!切记,本人调试时就走了很多弯路啊-F2812 standard FFT algorithm, 128, 256, 512, 1024-point FFT algorithm, the specific approach to the library will join w
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.
FFT-VCPP-1024-point
- FFT VC++ 源码 50HZ 1024点 电压波形MATLAB验证 绝对正确 易修改为32点 64点128点 256点512点1024点等 C文件可直接应用于工程,非常好的C源码.rar-FFT 1024 point 512 point 128 point 64 point 32point
DSPfft
- 汇编写的256点FFT,余弦表是512点的,因此修改N值可以作2-1024点的FFT,在CCS上运行,带有CMD文件-Written in assembler 256 points FFT, cosine table is 512 points, so you can modify the value of N for 2-1024 Point FFT, run in the CCS, with a CMD file
fft512_ipcore
- 512点的FFT 使用IP核 帮助新手理解-Using a 512-point FFT IP core to help the novice to understand
1
- 2.利用FFT对信号进行谱分析 对于连续信号xa(t)=cos(2πf1t) +5cos(2πf2t) +cos(2πf3t) ,其中f1=6.5kHz, f2=7kHz, f3=9kHz, 以采样频率fs=32 kHz对其进行采样, (1)对xa(t) 信号采集16点样本,分别作16点和补零到256点的FFT,并分别绘出对应的幅频特性曲线。 (2)对xa(t)信号采集256点样本,分别作256点和512点的FFT,并分别绘出对应的幅频特性曲线。 (3)比较(1)和(2)
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*
fft_24bits
- 实现512点fft变换,对采集数据实时变换(512 point FFT transform, to collect data in real time transformation)