代码搜索:如何学习 FFt?
找到约 10,000 项符合「如何学习 FFt?」的源代码
代码结果 10,000
www.eeworm.com/read/362264/10008570
cpp fft.cpp
/*************************************************************************
* COPYRIGHT 2007 Author:YangTao
* The College of Computer Science
* Beijing University of Technology
* Emails:
www.eeworm.com/read/166650/10009146
asm fft.asm
******************************************************************
*** N(8-1024) points FFT Program ***
****************************************************************
www.eeworm.com/read/166650/10009183
cmd fft.cmd
fft.obj
MEMORY
{
PAGE 0:
EPROM: org=00030h, len=1000h
VECS : org=0FF80h, len=0080h
PAGE 1:
SPRAM: org=0060h, len=0020h
DARAM: org=0100h, len=5
www.eeworm.com/read/166043/10040009
doc fft.doc
www.eeworm.com/read/361557/10047092
asm fft.asm
www.eeworm.com/read/361557/10047099
cmd fft.cmd
fft.obj
-o fft.out
-m fft.map
-e start
MEMORY
{
PAGE 0:
EPROM: org=0E000h, len=1000h
VECS : org=0FF80h, len=0080h
PAGE 1:
SPRAM: org=0060h, len=0020h
www.eeworm.com/read/165863/10048520
c fft.c
/***********************************************************
*
* FFT library. SWUST, rhodesn@163.com
* MAX point is 4096 dot
* 2006-06-24
*********************************************************
www.eeworm.com/read/165863/10048535
h fft.h
#ifndef _DSP_FFT_HEAD
#define _DSP_FFT_HEAD
void DSP_FFT_init(int DotNumber,int iRadix);
void DSP_FFT_core(short *AudioData,short *FftData);
void DSP_FFT_test(short *OutData);
#endif
www.eeworm.com/read/165860/10048571
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/165860/10048573