代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/357925/10198416
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/357925/10198426
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/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