代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/273812/10900534
obj fft.obj
www.eeworm.com/read/273812/10900535
exe fft.exe
www.eeworm.com/read/272876/10938384
h fft.h
/*===================================================================
File name : FFT.H
Originator : Digital Control Systems Group
Te
www.eeworm.com/read/417619/10983959
exe fft.exe
www.eeworm.com/read/417619/10983961
txt fft.txt
Program FFT.FOR
This FORTRAN program calculates the fast Fourier transform of a
timeseries (real and/or complex) or the inverse Fourier transform
of spectral components (real and/or complex). T
www.eeworm.com/read/271523/10990223
vi fft.vi
www.eeworm.com/read/417378/10992185
po fft.po
www.eeworm.com/read/417378/10992187
lnp fft.lnp
"STARTUP.obj",
"fft.obj",
"main.obj",
"maths.obj"
TO "fft"
RAMSIZE(256)
www.eeworm.com/read/417378/10992191
c fft.c
#include "fft.h"
static double cosine[8]= /* cosine[k] = cos(PI/(2^k)) */
{
-1.0, 0.0, 0.7071068, 0.9238795, 0.9807853, 0.9951847, 0.9987955, 0.9996988
};
static double sine[8]= /*
www.eeworm.com/read/417378/10992197