搜索资源列表
lab0503-FFT
- 用C语言编写的FFT,可以在DSP通过运行。 -C language FFT can be run through the DSP.
lab0503-FFT
- DSP平台上实现FFT算法,体现了DSP在数字信号处理方面的优越性,
lab0503-FFT
- 用C语言编写的FFT,可以在DSP通过运行。 -C language FFT can be run through the DSP.
lab0503-FFT
- DSP平台上实现FFT算法,体现了DSP在数字信号处理方面的优越性,-DSP platform realize FFT algorithm, embodied the DSP in the digital signal processing aspects of the superiority of
Lab0503-FFT
- 瑞泰ICETEK-VC5509-A fft设计源代码-Ruitai ICETEK-VC5509-A fft design source code
Lab0503-FFT
- FFT蝶形运算,C 语言,可有MATLAB M 语言转换实现-FFT butterfly computation, C language, MATLAB M language can be converted to achieve
lab0503-FFT
- 这是基于5402DSP的C语言程序,实现FFT的操作,对初学者十分有帮助-This is based on the C language program 5402DSP achieve FFT operation, very helpful for beginners
Lab0503-FFT
- CCS 3.3 中验证正确FFT算法。编程语言:C语言。-CCS 3.3 to verify the correct FFT algorithm. Programming Language: C language.
Lab0503-FFT
- fft 算法实现 作为图像处理的常用程序 -fft is always being used to do the work of graph process.
lab0503-FFT
- dsp2812的参考例程, 供试验学习使用-routine dsp2812 reference for the pilot study and the use of
Lab0503-FFT
- C语言实现的fft蝶形运算,是个通用程序,移植一下即可使用在其他嵌入式芯片上-C language implementation of the fft butterfly is a common procedure, transplant what can be used in other embedded chip
Lab0503-FFT
- 一个简单的 FFT 算法的 C 语言程序, 适合各初学者学习和使用-FFT C LANGUAGE
Lab0503-FFT
- fft变换,快速傅里叶变换,适合ads语音处理软件开发-fft transform, fast Fourier transform, suitable for voice processing software ads
Lab0503-FFT
- 可以在DSP上使用的FFTC语言实现,可以直接在DSPV5509A上实现-DSP can be used FFTC language can be directly implemented on the DSPV5509A
Lab0503-FFT
- DSP下FFT算法的实现,即时分析所给波形的频谱。很好用!-Under the DSP FFT algorithm, real-time analysis to the wave spectrum. Good use!
lab0503-FFT
- dsp tms320F2818的fft算法的C语言源代码-dsp tms320F2818 the fft algorithm C language source code
Lab0503-FFT
- 本人设计的FFT电能表的抄表和电表模拟软件,两个软件通过串口通讯,包含了本人的大量心血,不为了增加下载点数还真不舍得拿出来,呵呵。 -I design the FFT power meter reading and meter table simulation software, two software via the serial port, contains a lot of my efforts, not to increa
Lab0503-FFT
- FFT测试程序 适用于ICETEK提供的开发板-FFT test procedure provided for in ICETEK development board
lab0503-FFT
- dsp中的快速傅里叶变化,在CCS3.1编译环境中正常运行-The fast Fourier dsp changes in the normal operation of the build environment CCS3.1
Lab0503-FFT
- 用dsp实现快速傅立叶变换(FFT)算法,FFT 并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计 算DFT 时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加法。每运算一个X(k)需要4N 次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以整个DFT运算总共需要4N^2 次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法- Dsp to achieve th