代码搜索:DSP FFT
找到约 10,000 项符合「DSP FFT」的源代码
代码结果 10,000
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/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
asm fft.asm
www.eeworm.com/read/355658/10250686
cmd fft.cmd
fft.obj
-o fft.out
-m fft.map
-e start
MEMORY
{
PAGE 0:
EPROM: org=0E000h, len=1000h
VECS : org=0FF80h, len=0080h
PAGE 1:
SPRAM: org=0060h, len=0020h
www.eeworm.com/read/426366/10255523