代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/183081/9179431
asm fft.asm
;---------------------------------------------------------------------
;Fast Fourier Transform(FFT) source code by Pradeeapn--arulpragasam@yahoo.com
;This code calculates both left & right 16 bit au
www.eeworm.com/read/182923/9184556
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\2407C\17fft\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool=
www.eeworm.com/read/182923/9184558
obj fft.obj
www.eeworm.com/read/182923/9184560
paf fft.paf
www.eeworm.com/read/182923/9184572
out fft.out
www.eeworm.com/read/182923/9184587
c fft.c
//TMS320LF2407上实现快速傅里叶变换(FFT)
//FFT的程序代码
//(1)主程序
#include "f2407_c.h"
#include "math.h"
#define N 32 // FFT变换的点数
extern void fft(void);
extern void
www.eeworm.com/read/182923/9184599
mak fft.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/182923/9184720
obj fft.obj
www.eeworm.com/read/182923/9184728
asm fft.asm
;-------------------------------------------------------------------------------------------------
;重庆大学DSP实验室
;函数名:void fft(void)
;功能:实现32、64或128采样点的快速傅立叶变换
;入口条件:Q15
; _sintab 存放FFT运算中用到的sin
www.eeworm.com/read/379492/9194852
c fft.c
/////////////////////////////////////////////////
// Example For ICETEK-VC5416-EDU //
// CTR Version : V4 //
// Filename: FFT.c