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

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

代码结果 10,000
www.eeworm.com/read/398180/8000581

obj fft.obj

www.eeworm.com/read/398180/8000583

paf fft.paf

www.eeworm.com/read/398180/8000589

asm fft.asm

********************************************************************************* * (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 * **********************************
www.eeworm.com/read/398180/8000605

out fft.out

www.eeworm.com/read/398180/8000646

mak fft.mak

/************* Code Composer V1 Project Data ******************** The following section contains data generated by Code Composer to store project information like build options, source filenames
www.eeworm.com/read/297216/8044981

cpp fft.cpp

#include #include #define PI 3.141592653 int n; void ComplexMult(float*x,int num) { float temp=*(x); *(x)=(*(x))*cos(-2*PI*num/n)-(*(x+1))*sin(-2*PI*num/n); *(x+1)=cos(-
www.eeworm.com/read/397401/8053125

txt fft.txt

Matlab中FFT有1D和2D的,FFT得到的是信号的频谱即t-》f 如 clear %编写骆遥 fs=1000 t=0:1/fs:0.6; f1=100; f2=300; x=sin(2*pi*f1*t)+sin(2*pi*f2*t); subplot(711) plot(x); title('f1(100Hz)\f2(300Hz)的正弦信号,初相0
www.eeworm.com/read/396429/8108637

c fft.c

C28x 快速傅立叶变换程序库 C28x 快速傅立叶变换程序库PCWIN95/98/2000/ME/NT/XPv0.9b08/17/2004 ;************************************************************************************* ;***********
www.eeworm.com/read/396382/8110279

h fft.h

/* Constant Definitions */ #define FFT_BLOCK_LENGTH 256 /* = Number of frequency points in the FFT */ #define LOG2_BLOCK_LENGTH 8 /* = Number of "Butterfly" Stages in FFT processing */ #define
www.eeworm.com/read/196090/8115742

mak fft.mak

/************* Code Composer V1 Project Data ******************** The following section contains data generated by Code Composer to store project information like build options, source filenames