代码搜索:FFt 开发教程
找到约 10,000 项符合「FFt 开发教程」的源代码
代码结果 10,000
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
obj fft.obj
www.eeworm.com/read/165860/10048582
paf fft.paf
www.eeworm.com/read/165860/10048590
asm fft.asm
;/* ============================================================================*/
;/* Copyright (C) 2004 YINXING TECHNOLOGY CO., LTD */
;/* A