代码搜索:FFt 开发教程
找到约 10,000 项符合「FFt 开发教程」的源代码
代码结果 10,000
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
sbl fft.sbl
www.eeworm.com/read/381764/9072495
asm fft.asm
N .set 512 ;N=8点
L .set 9 ;N=2^L
.asg xar0,px_i;
.asg xar1,qx_i;
.asg xar2,px;
.asg xar3,qx;
.asg xar4,wr;
.asg xar5,wi;
.asg ar6,temp
www.eeworm.com/read/381764/9072501