代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/323404/13341093
c fft.c
#include
#include
#include "complex.c"
#define m 10
//#ifdef m
// static int n= pow(2,m);
//#endif
#define n 1024
FILE *fp_t,*fp_f;
static int i;
static fcomplex a={0.3,0.4};
stati
www.eeworm.com/read/137191/13341221
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/137191/13341225
obj fft.obj
www.eeworm.com/read/137191/13341234
paf fft.paf
www.eeworm.com/read/137191/13341236
cmd fft.cmd
/*fft.cmd*/
fft.obj
-m fft.map
-o fft.out
MEMORY
{
PAGE 0: ROM(RIX) :origin=8000h,length=1000h
ROM1 :origin=9000h,length=0200h
PAGE 1: B2A(RW) :origi
www.eeworm.com/read/137191/13341237
asm fft.asm
*************************************
*Radix-2,DIT,Real-input FFT Program *
* fft.asm *
*************************************
.mmregs
.global reset,start,sav_sin,sav_
www.eeworm.com/read/137191/13341238
out fft.out
www.eeworm.com/read/137191/13341242
map fft.map
******************************************************************************
TMS320C54x COFF Linker PC Version 3.70
******************************************************
www.eeworm.com/read/137191/13341244
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="fft"
ProjectDir="D:\Program Files\ti\myprojects\fft0\"
ProjectType=Executable
CPUFa
www.eeworm.com/read/323356/13343095
c fft.c
/* Program for FFT */
#include
#include
const float pi=3.1415926;
int N; /* FFT点数 */
float x_re[300], x_im[300]; /* 输入信号序列 */
float y_re[300], y_im[300]; /* 输出频