搜索资源列表
ad采样再fft
- 在ccs环境下的c语言编程主要实现ad采样在对其进行FFT变换-Language programming mainly realizes the ad sampling in ccs under the environment c in carries on FFT to it transforms
fft
- 利用合众达的C5416开发板上的ACI32B芯片编程的信号分析并进行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];
DSP实验箱5502上FFT算法程序
- 这是我们学校的DSP实验箱5502上FFT算法程序,保证可以用,功能很全,程序中有DSP初始化,A/D采样,FFT 的运算等过程.对不同的输入信号进行 FFT 变换,它可以对不同的输入信号进行 FFT 变换,观看不同信号在频域内的特性。-This is our school s DSP FFT algorithm on a test box 5502 program, to ensure that you can use, features a very full, the program ha
FFT.rar
- DSP6713上实现的快速傅立叶变换FFT算法。文件包是调试过的全部工程文件。在CCS下打开pjt即可,DSP6713 to achieve the fast Fourier transform FFT algorithm. Debugging package is over all the engineering documents. In the CCS can open pjt
FFT
- 傅里叶变换函数代码,非常实用的,适合f28335的dsp,开发板的源代码-Fourier transform of the function code, very useful, suitable f28335 dsp development board of the source code
FFT
- 快速傅立叶变换 c语言编写 要通过调试 dsp程序-Fast Fourier Transform c language dsp through debug procedures
fft.c
- fft的变换,用于dsp的fft变换,具体实现功能请大家参阅我的的源代码自己分析、-fft of transformation, for the fft transform dsp, to achieve the specific features please refer to the source code of my own analysis,
1
- FFT变换 实现频谱分析 信号处理方面有重要作用 -Transform FFT spectral analysis signal processing plays an important role in
FFT
- fft变换在dsp上的应用, 已经运行通过了,大家交流一下-fft transfer based on dsp
DM642fftExample
- 一个关于DM642 fft变换的例子,只是一个演示例子。-DM642 fft transform an example of examples of just a demo.
FFT
- 基于时间抽取的8~1024点FFT的程序及输入、输出,用TMS320C54x汇编编写,已通过调试,并对输入方波信号进行FFT变换,检验输出信号是否是一sin波形-Based on the time taken from 8 to 1024 points FFT process and the import, export, and to prepare a compilation TMS320C54x through debugging, and enter the square wave si
5416-FFT
- TI DSP 5416 傅里叶变换C程序 设计例程-TI DSP 5416 Fourier transform C programming routines
FFT
- DSP中进行的傅里叶变换程序。它包含了正变换和逆变换两种,可以多次条用。-DSP in the Fourier transform procedure. It contains transform and inverse transform are the two can be used many times.
C6713-FFT
- 这是一个基于TMS320C6713的快速傅立叶变换(FFT)算法程序。-This is a TMS320C6713-based Fast Fourier Transform (FFT) algorithm program.
fft
- 这是在DSP上有c语言实现FFT变换的代码-This is the DSP, FFT transform with c language code
dm642_FFT
- 可以在DM642上实现FFT变换及反变换,直接将代码复制到工程中即可使用-FFT can be realized in the DM642 transform and inverse transform, copy the code directly to the project can be used
F2812-FFT
- FFT 并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT 时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加 法。每运算一个X(k)需要4N 次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以 整个DFT 运算总共需要4N^2 次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和N^2 成正比的,当N 很大时,运算量是可观的,因而需要 改进对DFT 的算法减少运算速度
fft
- 这个是在DSP上实现的快速傅里叶变换,基于6416的,对学习DSP的同学很有帮组。-This is in DSP implemented on fast Fourier transform, based on the 6416 to the study of DSP classmates are help group.
FFT
- 此程序是DSP5402的DSK例子程序,为快速傅里叶变换,将信号由时域变为频域。-This program is an example DSP5402' s DSK procedures for the fast Fourier transform, the signal from the time domain into the frequency domain.