代码搜索:FFt 有哪些应用?

找到约 10,000 项符合「FFt 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/160633/10512140

asm c2cx0032.asm

.file "c2cx0032.asm" .title "0032 point DIT Radix-2, Complex FFT" .width 120 N .set 32 ; NUMBER OF POINTS FOR FFT ***************************
www.eeworm.com/read/160633/10512142

asm c2cx0128.asm

.file "c2cx0128.asm" .title "0128 point DIT Radix-2, Complex FFT" .width 120 N .set 128 ; NUMBER OF POINTS FOR FFT ***************************
www.eeworm.com/read/352662/10529822

c 10-8.c

#include #include #include #include #define uint unsigned int #define uchar unsigned char uint x0,x1,x2,x3,x4,x5,x6; int L,i,j,k,b,p; uchar w[3]; uint
www.eeworm.com/read/160243/10551327

m exa090300_2.m

%----------------------------------------------------------------------------- % exa090300_2.m, for fig. 9.3.2, %----------------------------------------------------------------------------- clea
www.eeworm.com/read/278154/10563076

c convlv.c

#define NRANSI #include "nrutil.h" void convlv(float data[], unsigned long n, float respns[], unsigned long m, int isign, float ans[]) { void realft(float data[], unsigned long n, int isign);
www.eeworm.com/read/160151/10563931

c fffff.c

#include #include #define PI 3.1415926 #define qq PI/8 int dataR[]={5,5,5,5,0,0,0,0,5,5,5,5,0,0,0,0}; int dataI[16],w[32]; void FFT(int dataR[],int dataI[]) {int x0,x
www.eeworm.com/read/278154/10564186

c convlv.c

#define NRANSI #include "nrutil.h" void convlv(float data[], unsigned long n, float respns[], unsigned long m, int isign, float ans[]) { void realft(float data[], unsigned long n, int isign);
www.eeworm.com/read/160151/10564206

_c fffff._c

#include #include #define PI 3.1415926 #define qq PI/8 float dataR[]={5,5,5,5,0,0,0,0,5,5,5,5,0,0,0,0}; float dataI[16],w[32]; void FFT(float dataR[],float dataI[]) {
www.eeworm.com/read/350857/10705559

m exa090300_2.m

%----------------------------------------------------------------------------- % exa090300_2.m, for fig. 9.3.2, %----------------------------------------------------------------------------- clea
www.eeworm.com/read/275459/10816226

m digital_filter.m

b=menu('请选择滤波器','低通滤波器','高通滤波器','带通滤波器','EXIT'); if b==5; b=0; end close all; while(b) temp=menu('请选择滤波器类型','IIR滤波器','FIR滤波器'); if temp==1 if b==1 figure(1); [y,fs,b