代码搜索:DSP FFT
找到约 10,000 项符合「DSP FFT」的源代码
代码结果 10,000
www.eeworm.com/read/391259/8413573
plg fft.plg
Build Log
--------------------Configuration: fft - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\GuanHua\L
www.eeworm.com/read/391259/8413575
opt fft.opt
www.eeworm.com/read/391259/8413577
ncb fft.ncb
www.eeworm.com/read/391259/8413580
cpp fft.cpp
#include
#include
#include
#include
typedef struct{
double real;
double imag;
}COMPLEX;
#define PI 3.1415926
void GetOriginNumber( COMPLEX* or
www.eeworm.com/read/391151/8419454
c fft.c
//FFT.c C callable FFT function in C
#define PTS 256 //# of points for FFT
typedef struct {float real,imag;} COMPLEX;
extern COMPLEX w[PTS]; //twiddle constants stored in w
v
www.eeworm.com/read/191087/8433938
exe fft.exe
www.eeworm.com/read/291142/8439837
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/291142/8439843
obj fft.obj
www.eeworm.com/read/291142/8439858
paf fft.paf
www.eeworm.com/read/291142/8439862
cmd fft.cmd
/*fft.cmd*/
fft.obj
-m fft.map
-o fft.out
MEMORY
{
PAGE 0: ROM(RIX) :origin=8000h,length=1000h
ROM1 :origin=9000h,length=0200h
PAGE 1: B2A(RW) :origi