代码搜索:如何学习 FFt?
找到约 10,000 项符合「如何学习 FFt?」的源代码
代码结果 10,000
www.eeworm.com/read/381805/9070714
c fft.c
#include "math.h"
#define PI 3.1415926
#define SAMPLENUMBER 128
void InitForFFT();
void MakeWave();
void FFT();
int INPUT[SAMPLENUMBER],DATA[SAMPLENUMBER];
float fWaveR[SAMPLENUMBER],fWav
www.eeworm.com/read/381785/9071741
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/381785/9071744
opt fft.opt
www.eeworm.com/read/381785/9071746
ncb fft.ncb
www.eeworm.com/read/381785/9071752
cpp fft.cpp
//输入内容可在put_in内设置,最高1024点的fft
#include
#include
#include
#include
#include
//#include
#define pi 3.1416
double x[1024],y[1024
www.eeworm.com/read/381785/9071754
plg fft.plg
Build Log
--------------------Configuration: fft - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\dsx\LOCAL
www.eeworm.com/read/381785/9071759
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
www.eeworm.com/read/381785/9071765
pdf fft.pdf
www.eeworm.com/read/381770/9072317
c fft.c
#include
#include
#include
// 常数π
#define PI 3.1415926535
#define DLP_Q0064 0x80400004
#define PCR1 *(volatile unsigned int *)0x01900024
short fftdat
www.eeworm.com/read/381764/9072476