当前位置:
首页
资源下载

搜索资源 - bit reverse in fft
搜索资源列表
-
1下载:
说明了 FFT 的原理及算法 ,在 DSP 中 FFT 的设计及编程方法 ,给出了 C54x 的存储器管理、辅助寄存器的使用及位码倒序寻址方式等技巧。
-Illustrates the principle and FFT algorithm in the FFT DSP design and programming, given C54x memory management, support the use of registers and bit reverse addressing m
-
-
0下载:
在DSP中实现位倒序和FFT程序算法代码-Bit in the DSP to achieve reverse and FFT algorithm procedure code
-
-
1下载:
程序 FFT_2_DIT_Fixed 是基2_DIT_*定点*_FFT算法,值得学习的地方很多。亮点有:倒位序采用最简单,最高效的位移操作;实现存储的旋转因子表;定点溢出处理;灵活多样的宏定义。函数调用形式:void fft(COMPLEX *x)点数在头文件以宏定义形式出现。-Program FFT_2_DIT_Fixed is based 2_DIT_* fixed* _FFT algorithm, it is worth learning a lot of places. Highligh
-
-
1下载:
基于C语言的任意n点FFT算法实现。可自动实现16位以内的位倒序。输入实数数列,输出复数数列。-The realization of arbitrary point n C language based on FFT algorithm. Bit reverse more than 16 can automatically realize. In real sequence, the output of complex numbers.
-