搜索资源列表
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
128
- 128点快速傅立叶变换算法,用C语言编的,很实用的-128 point FFT algorithm in C language addendum to the very practical
FFT288
- 本部分是128点的fft,经过了modelsim的仿真验证.里面采用了华莱士树等结构,整体结构采用2-It is 128 point fft,which has been verificated in the modelsim.In the verilog code ,we use hulaishi tree.we use 288 architecture to complete it.
128FFT
- 128点FFT程序,带有详尽的注释,便于移植。-128-point FFT program, with detailed notes, easy to transplant.
fft_128
- 基于tms320f2812的128点FFT算法,计算过程中采用的是浮点运算,不会出现溢出问题-128 bit FFT algorithm based on TMS320F2812, the calculation process is a floating-point operation, no overflow problem
128点FFT
- 128点基8的快速傅里叶变换的verilog代码(Verilog code of fast Fourier transform based on 128 point base 8)