搜索资源列表
CFFT
- 在CCS环境下,调用TI的DSPLIB FFT、IFFT函数的例子。 定义了正弦信号和方波信号,可以帮助DSP初学者理解DSPLIB FFT相关函数的调用。-In the CCS environment, calling TI DSPLIB FFT, IFFT function example. Defines a sinusoidal signal and the square wave signal that can help beginners understand DSPLIB FF
RT-FFT.ZIP
- FFT FUNCTION "C" SOURCE CODE
fft
- 2007年全国大学生电子设计大赛,A题音频信号分析仪的全部源程序。 单片机为c8051f120,系统时钟倍频至96MHZ。 main.c是一个包含五级菜单的主函数。 FFT.C是进行fft变换,将时域信号变换成频域信号。 flash.c是读写片外flash存储器的程序,可以将分析结果保存,以备调用. z7290.c是周立功7290键盘芯片的驱动程序. FFT_xgjis.c是对变换后的频谱进行分析和运算. FFT_CodeTable.c是一个正弦表,在F
hpi-mcb
- dsp设计,软件是ccs,是mcb与hpi口之间的通信,很好的,想编hpi口程序的朋友来- Function: When power-on, 430 calculate f through CAP(TA CCIA1). When f below 40Hz, FFT instead of Pulse-in. LCD display and pulse output.
c_fft
- fft的c语言实现,fft算法的c语言实现具有通用性和普遍性- use c to achieve the function of fft
FFT
- // 函数名: 快速傅立叶变换 // 本函数测试OK,可以在TC2.0,VC++6.0,Keil C51测试通过。 // 如果你的MCS51系统有足够的RAM时,可以验证一下用单片机处理FFT有多么的慢。 -//Function name: Fast Fourier Transform// This function tests OK, you can TC2.0, VC++6.0, Keil C51 test.// If you MCS51 system has eno
FFT
- 用C语言写的,基于单片机的FFT函数,可以用于采样、滤波-It is Written in C ,which is based on SCM FFT function, can be used for sampling, filter
FFT-TMS320C54x-DSP
- FFT的TMS320C54x DSP实现(ccs3.3编译器),fft.c为主要程序,在程序注释所提示处设断点,再用CCS的图形查看功能可看结果。-The FFT TMS320C54x DSP to achieve (ccs3.3 compiler,), fft.c for the main program at the breakpoint in the program comments prompted then CCS graphical view function to see the
TI-C28x-FPU-DSP-Library-v131
- TI 官方C28x DSP 浮点运算库最新版v131 (适用有FPU的C28xDSP 如2833x) 包括官方提供的FFT,FIR,矩阵运算等源码,lib,文档-The Texas Instruments TMS320C28x Floating Point Unit (FPU) Library v131 is collection of highly optimized application functions written for the C28x+FPU. These functio
dsp2812-FFT-FIR
- TI dsp2812的FFT_FIR功能的C语言程序-The TI dsp2812 FFT_FIR function of the C language program
dsp2812_FFT
- TI dsp2812的FFT功能的C语言程序-dsp2812 FFT function C language program
fft
- C语言实现的fft代码,在TI公司的5416上实现的程序-coded by C language that implement fft function.suite to TI dsp of 5416.
FFT
- 此函数是通用的快速傅里叶变换C语言函数,移植性强,以下部分不依 赖硬件。此函数采用联合体的形式表示一个复数,输入为自然顺序的复 数(输入实数是可令复数虚部为0),输出为经过FFT变换的自然顺序的 复数 -This function is a generic fast Fourier transform C language function, strong transplantation, the following section is not dependent on