代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
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/391259/8413587
dsp fft.dsp
# Microsoft Developer Studio Project File - Name="fft" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
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
www.eeworm.com/read/291142/8439864
asm fft.asm
*************************************
*Radix-2,DIT,Real-input FFT Program *
* fft.asm *
*************************************
.mmregs
.global reset,start,sav_sin,sav_