代码搜索:DSP FFT

找到约 10,000 项符合「DSP FFT」的源代码

代码结果 10,000
www.eeworm.com/read/160151/10564210

_c fft._c

/*data是输入和输出(复数),nn是FFT的点数 isign指示FFT变换方向1为正变换, -1为反变换,程序出自《Numerical Recipes in C》 */ #include #define SWAP(a,b) tempr=(a);(a)=(b);(b)=tempr void four1(float data[], unsigned long
www.eeworm.com/read/160151/10564251

mp fft.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------
www.eeworm.com/read/160151/10564255

prj fft.prj

[Compiler Options] Edit1=C:\icc\include\ Edit2=C:\icc\lib\ Edit8= CheckBox1=0 CheckBox2=1 Edit3= Edit4= Edit11=16 Edit13= ComboBox1=0 Edit9=16384 Edit10=1024 ComboBox2=9 RadioGroup1=0 E
www.eeworm.com/read/159946/10584978

c fft.c

/* fft.c -- in-place decimation-in-time FFT */ #include void shuffle(), dftmerge(); void fft(N, X) complex *X; int N; { shuffle(N, X); dftmerge(N, X); }
www.eeworm.com/read/351841/10603991

c fft.c

// ****************************************************************** // Copyright (c) 2002- Satoshi, All Rights Reserved. // // This program is free software; you can redistribute it and/or // modi
www.eeworm.com/read/422832/10607281

pjt fft.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="C:\ICETEK-VC5509-EDULab\Lab0503-FFT\" ProjectType=Executable CPUFamily=TMS320C55XX T
www.eeworm.com/read/422832/10607290

paf fft.paf

www.eeworm.com/read/422832/10607309

wks fft.wks

www.eeworm.com/read/422832/10607316

c fft.c

#include "myapp.h" #include "ICETEK-VC5509-EDU.h" #include "scancode.h" #include #define PI 3.1415926 #define SAMPLENUMBER 128 void InitForFFT(); void MakeWave(); int INPUT[SAMP
www.eeworm.com/read/422832/10607327

obj fft.obj