代码搜索:如何学习 FFt?
找到约 10,000 项符合「如何学习 FFt?」的源代码
代码结果 10,000
www.eeworm.com/read/356815/10220822
h fft.h
#ifndef NTL_FFT__H
#define NTL_FFT__H
#include
#include
NTL_OPEN_NNS
#define NTL_FFTFudge (4)
// This constant is used in selecting the correct
// number o
www.eeworm.com/read/356815/10220880
cpp fft.cpp
#include
#include
NTL_START_IMPL
long NumFFTPrimes = 0;
long *FFTPrime = 0;
long **RootTable = 0;
long **RootInvTable = 0;
long **TwoInvTable = 0;
doubl
www.eeworm.com/read/356552/10224823
dsw fft.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/356552/10224824
opt fft.opt
www.eeworm.com/read/356552/10224825
ncb fft.ncb
www.eeworm.com/read/356552/10224826
cpp fft.cpp
#include
#include
#include
#include
#define PI 3.14159265
#define L 256 /* Filter length */
#define Pr_L L
#define M 64
double * my_fir1(unsigned
www.eeworm.com/read/356552/10224827
plg fft.plg
Build Log
--------------------Configuration: fft - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\
www.eeworm.com/read/356552/10224828
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/356299/10232229
c fft.c
#include
#include
#include
#define PI 3.14159265358979323846
struct COMPLEX
{
float re;
float im;
} cplx , * Hfield , * S , * R , * w;
www.eeworm.com/read/355658/10250671