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

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

代码结果 10,000
www.eeworm.com/read/140688/13067314

obj fft.obj

www.eeworm.com/read/140688/13067324

c fft.c

#include "typedef.h" #include "math.h" struct compx EE(struct compx b1,struct compx b2) { struct compx b3; b3.real=b1.real*b2.real-b1.imag*b2.imag; b3.imag=b1.real*b2.imag+b1.imag*b2.real; re
www.eeworm.com/read/242291/13081629

lib fft.lib

www.eeworm.com/read/327340/13084846

cpp fft.cpp

#include "stdio.h" #include "iostream.h" #include "fstream.h" #include "fft_real.c" #include "Math.h" #define change(x,y) {float tmp=(x);(x)=(y);(y)=tmp;} void main() { FILE *cfPtr;
www.eeworm.com/read/327243/13091754

c fft.c

#include "msp430x22x4.h" #include "math.h" ////////////////////////////////////////////////////////////// //快速傅利叶变换的源码 /* This computes an in-place complex-to-complex FFT x and y are the re
www.eeworm.com/read/327243/13091774

h fft.h

void FFT(signed char dir,int m,float*z1,float*z2);//m=num float Apower(float*m1,float*m2);//定点幅度计算和功率分贝计算,m1,m2是所得数据的实部和虚部 float Wpower(float*m1,float*m2);//定点功率计算和功率分贝计算,m1,m2是所得数据的实部和虚部 void
www.eeworm.com/read/241863/13111315

mcp fft.mcp

www.eeworm.com/read/326868/13112217

plg fft.plg

礦ision3 Build Log Project: E:\MCU Program\DDS驱动\FFT.uv2 Project File Date: 09/02/2007 Output: Build target 'Target 1' compiling FFT.c... FF
www.eeworm.com/read/326868/13112219

lst fft.lst

C51 COMPILER V8.05a FFT 09/02/2007 01:20:12 PAGE 1 C51 COMPILER V8.05a, COMPILATION OF MODULE FFT OBJECT MODULE PLACED IN FF
www.eeworm.com/read/326868/13112231

opt fft.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {