搜索资源列表
matlab fft源代码
- 用matlab开发的fft频谱分析程序!-matlabfft
FFT
- FFT源代码 FFT源代码
fft
- fft源代码,希望对大家有用,谢谢 fft源代码,希望对大家有用,
fft
- fft源代码,#include \"f2407_c.h\" #include \"math.h\" #define N 32 // FFT变换的点数 extern void fft(void); extern void resave(void); interrupt void phantom(void); void sysinit(void); extern int input[2*N];
TMS320F2812 FFT 源程序
- TMS320F2812 FFT 源代码 -TMS320F2812 FFT source code
256点FFT源代码
- 256点FFT IP核。包括16bit和8bit两种精度和C、VHDL、Verilog三种语言的多版本、多精度的IP核
FFT快速傅里叶变换源码
- 用于进行快速傅里叶变换,进行频谱分析的例子源代码。
FFT-PCM.rar
- 这是本人做的一个,基于VB的一个音频文件FFT计算与频谱显示的软件。包括源代码,是个不错的源代码。,This is one I do, based on the VB of an audio file FFT calculation and spectrum display software. Including source code, is a good source code.
FFT.rar
- 用FFT做谱分析的实验代码,附有详细的实验说明和源代码以及对实验现象的分析,FFT spectrum analysis done using the experimental code, with detailed experimental descr iptions and source code as well as the analysis of experimental phenomena
fft
- fortran语言写的快速傅里叶变换源代码-fft code for fortran
FFT
- 傅里叶变换函数代码,非常实用的,适合f28335的dsp,开发板的源代码-Fourier transform of the function code, very useful, suitable f28335 dsp development board of the source code
fftdaima
- fft源代码 , matlab程序编写-fft source code, matlab programming
fft
- 本程序是关于TMS320LF2407数字信号处理器的FFT源代码,主要有汇编合C语言构成。-This procedure is about TMS320LF2407 DSP FFT source code, mainly a compilation together constitute a C language.
ti_dspFFT
- 基于TI—DSP的C语言编写的FFT源代码,容易理解,可以直接使用-TI-DSP based on the C language FFT source code, easy to understand, you can directly use
FFT
- FFT源代码,供大家参考和学习用,可自由下载。-FFT source code for reference and learning, and be free to download.
fft
- FFT源代码在VC++6.0下调试通过。作为DSP处理器软件设计的基础-FFT source code
fft
- FFT 源代码,很简单的函数,可以直接调用,可以指定点数-source code for FFT transform, may use directly, user can specify the number of points
parallel-fft
- 傅里叶变换的并行源代码,mpi+vc6.0,带数据-parallel compute of fft
FFT
- 快速傅里叶变换实验源代码,matlab,内含源程序以及结果-Experimental Fast Fourier Transform source code, matlab, containing the source code, as well as the results of
8点fft
- 用quartus软件、verilog语言编写的8点fft源代码,代码简单易懂,整个代码只用了一个乘法器和一个加法器