代码搜索:如何学习 FFt?

找到约 10,000 项符合「如何学习 FFt?」的源代码

代码结果 10,000
www.eeworm.com/read/281742/9136816

txt fft.txt

function X=MYFFT(x,N) %x:series;N,the number of fft-complex required,which must be a power of2 %X:output the fft of x %----------------------------------------------------------- nargchk(1,2,narg
www.eeworm.com/read/380422/9150087

txt fft.txt

void FFT(complex * TD, complex * FD, int r) { // 付立叶变换点数 LONG count; // 循环变量 int i,j,k; // 中间变量 int bfsize,p; // 角度 double angle; complex *W,
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