搜索资源列表
傅立叶
- 128点fft算法,对4阶及以下处理.通过稍微修改源码(修改注释),即可以先产生一个序列,并随后进行fft.-128-point fft algorithm, the four bands and the following handling. Through slightly modified source (Alteration of the Notes), which can produce a first sequence, followed fft.
f2812.fft.asm
- 利用汇编语言和TMS320F2812芯片实现fft的算法,该算法对128点和256点很有效,使用过程中要考虑信号值不能太小-use of assembly language and TMS320F2812 chip fft algorithm for 128 points and 256 points very effective, the process used to be considered too small signal value can not
fft-c
- 傅立叶变换的c语言源代码 128点DIT fft函数: /* 采样来的数据放在dataR[ ]数组中,运算前dataI[ ]数组初始化为0 */ void fft(float dataR[],float dataI[]) -Fourier Transform c language source code DIT 128 point fft function : / * Sample data on the dataR [] array, Operational before da
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
128
- 128点快速傅立叶变换算法,用C语言编的,很实用的-128 point fft algorithm in C language addendum to the very practical
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算法C程序
- 本人因项目开发需要(基于dsp2812),根据fft算法原理,用C自编了个fft程序,可进行64点,128点,256点fft运算,只要输入对应的参数便可,使用方便灵活!强烈推荐
27603014TMS320F2812-fft.rar
- 利用汇编语言和TMS320F2812芯片实现fft的算法,该算法对128点和256点很有效,使用过程中要考虑信号值不能太小
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
avrfft+lcd12864
- 在proteus下仿真的fft试验!!!所得出的频谱波形在LCD12864 上显示-Under the simulation in Proteus fft test! ! ! The resulting spectrum waveform shown in LCD12864
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
fft
- for(k=j k<128 k=k+2*b) /* for (3) */ { TR=dataR[k] TI=dataI[k] temp=dataR[k+b] dataR[k]=dataR[k]+dataR[k+b]*cos_tab[p]+dataI[k+b]*sin_tab[p] dataI[k]=dataI[k]-dataR[k+b]*sin_tab[p]+dataI[k+b]*cos_tab[p] dataR[k+b]=TR-dataR[k+b]*cos_tab[
fft
- fft,128,256,512,1024点均可以-fft, 128,256,512,1024 points can be
fft
- 电子设计大赛中430写的fft变换程序,总共128个点,如果需要更多的点可自己设定-Electronic Design Competition fft transformation process 430 to write a total of 128 points, if you need more points to set their own
fft
- vhdl code and verilog code for an 128 point fft processor which has to be executed in xlinx software as needed for course project
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
fft
- 实现单片机可移植fft算法,这里的例程是128个点,代码里有详细的说明,可以改成任意点数(MCU fft algorithm can be transplanted)
fft
- fft快速傅里叶变换测波形,并且,F2812 标准fft算法,128点,256点,512点,1024点fft算法,具体做法为将库含数fft.LIB加入的目标项目,加入对应的C含数和头文件。(fft fast Fourier transform test waveform)
128点fft
- 128点基8的快速傅里叶变换的verilog代码(Verilog code of fast Fourier transform based on 128 point base 8)
128点 基8 fft
- 使用Verilog语言对128点 基8fft的实现(Implementation of 128-point basis 8fft)