搜索资源列表
4096点FFT源码
- 4096点FFT,C语言开发源码
自编的FFT算法C程序
- 本人因项目开发需要(基于dsp2812),根据FFT算法原理,用C自编了个FFT程序,可进行64点,128点,256点FFT运算,只要输入对应的参数便可,使用方便灵活!强烈推荐
FFT快速傅里叶变换
- FFT快速傅里叶变换,DSP,C语言,效率很高
FFT算法C代码实现
- FFT算法C代码实现,常用滤波算法,Matlab仿真。
基于DSP的FFT程序
- 基于DSP TMS320C5402 的FFT程序
2DFFT-C
- 一个二维Fourier变换的程序 适用于256*256的点阵,用于应付一般的数字图像处理需要-a two-dimensional Fourier transform procedures apply to the 256* 256 dot matrix, used to meet the general needs of digital image processing
时间抽选基2FFT及IFFT算法C语言实现
- 正在学数字信号处理,感觉上学期信号与系统学得不扎实,因为当时只是死记公式,这学期数信老师提倡动手实践,觉得自己在编程中对公式理解得更加深刻了。 以下是我写的FFT,欢迎指教。-is studying digital signal processing, signal feel semester with enough solid school system, because only memorizing formulas, a few
fft&ifft
- 集成ifft和fft,以头文件的形式提供调用,可以用于任何C编译器-integration and fft to the first document in the form of call, can be used on any C compiler
C的fft原程序
- 提供一个C语言的fft 程序,C语言的傅立叶变换原程序-provide a C language fft procedures, C language Fourier transform of the original procedure
C-fft
- 上传的是C编写的FFT算法,在图象处理方面常用到,希望对你有用-upload is prepared by the C FFT algorithm, the image processing used to the hope that useful to you
ligl-fft
- 基于tms320vc55*系列DSP常用算法,包括: 1. Experiment 7A - Radix-2 Complex FFT in C 2. Experiment 7B - Radix-2 Complex FFT in C55x Assembly Language 3. Experiment 7C - Radix-2 Complex FFT and IFFT 4. Experiment 7C -
lab0503-FFT
- 用C语言编写的FFT,可以在DSP通过运行。 -C language FFT can be run through the DSP.
OFDMreceive
- 应用于无线通信的RS编码和OFDM调制源程序。64点FFT,19个子载波。调制输 出速率8K。-used in the wireless communications RS coding and OFDM modulation source. 64-point FFT, 19 sub-carrier. Modulation output rate of 8 K.
OFDMtransmit
- 应用于无线通信的OFDM解调和RS解码源程序。64点FFT,19个子载波。调制 输入速率8K。-used in wireless communications OFDM demodulator and decoder source RS. 64-point FFT, 19 sub-carrier. Modulation rate of 8 K importation.
okDSP-FFT
- FFT实现的标准C源码,适用于嵌入式环境和其他环境-FFT standard C source code, embedded in the environment and other environmental
fft-by_skyline
- 这是一个我自己写的FFT的c程序,可以计算n(<4096)个点(可以是虚数)的结果 -This is one I wrote it myself FFT c procedures can be calculated n (
FFT
- 时间抽取基2的FFT算法C语言实现,注释清晰 在VC++6.0上已经通过测试。-Time taken from the base 2 FFT algorithm C language, notes in a clear VC++ 6.0 has passed the test.
fft
- FFT算法,C语言编写,用于常用的数字信号处理,经典-FFT algorithm, C language, for the commonly used digital signal processing, classical
Fft
- fft并行算法实现,C语言开发,用mpi编程完成-fft parallel algorithm, C language development, with the completion of mpi programming
fft-ifft-conv
- fft和ifft以及卷积算法,c语言开发