代码搜索:FFt 开发教程
找到约 10,000 项符合「FFt 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/281349/9161330
cpp fft.cpp
/**********************************************************************
FFT.cpp
Dominic Mazzoni
September 2000
This file contains a few FFT routines, including a real-FFT
routine that is
www.eeworm.com/read/281349/9161332
h fft.h
/**********************************************************************
FFT.h
Dominic Mazzoni
September 2000
This file contains a few FFT routines, including a real-FFT
routine that is a
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