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

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

代码结果 10,000
www.eeworm.com/read/169910/9833117

c fft_a.c

/* fft_a.c - Radix 2 decimation in time FFT Using C55x C intrinsics to perform in place FFT, the output overwrite the input array */ #include "icomplex.h" #include
www.eeworm.com/read/169910/9833149

asm fft.asm

; ; fft.asm - Radix-2 complex FFT (for N=2^EXP points) ; Using table lookup method ; ; Prototype: void fft(complex *, int, complex *, int); ; ;
www.eeworm.com/read/169909/9833240

mak fft.mak

# Generated by the VisualDSP++ IDDE # Note: Any changes made to this Makefile will be lost the next time the # matching project file is loaded into the IDDE. If you wish to preserve # changes,
www.eeworm.com/read/169909/9833243

dpj fft.dpj

www.eeworm.com/read/169808/9837364

ldf fft.ldf

/**************************************************************************** ** $TITLE: FFT.LDF$ ** FFT.LDF ** --------- ** Sets up the memory map for the FFT demo. **
www.eeworm.com/read/169808/9837370

c fft.c

/**************************************************************************** ** $TITLE: FFT.C$ ** FFT.C ** --------- ** Brings data in from the codec, and runs it through
www.eeworm.com/read/169808/9837371

dpj fft.dpj

ADSP-21
www.eeworm.com/read/169808/9837375

mak fft.mak

# Generated by the VisualDSP++ IDDE # Note: Any changes made to this Makefile will be lost the next time the # matching project file is loaded into the IDDE. If you wish to preserve # changes,
www.eeworm.com/read/169808/9837376

pcf fft.pcf

www.eeworm.com/read/169721/9845120

c fft.c

#include #include #include #define PI 3.14159265358979323846 struct COMPLEX { float re; float im; } cplx , * Hfield , * S , * R , * w;