代码搜索:FFt 有哪些应用?
找到约 10,000 项符合「FFt 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/179175/9366673
wks fft.wks
www.eeworm.com/read/179175/9366675
c fft.c
/////////////////////////////////////////////////
// Example For ICETEK-VC5416-EDU //
// CTR Version : V4 //
// Filename: FFT.c
www.eeworm.com/read/179175/9366677
cmd fft.cmd
-w
-stack 400h
-heap 100
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM
www.eeworm.com/read/374720/9388012
paf fft.paf
www.eeworm.com/read/374720/9388033
sbl fft.sbl
www.eeworm.com/read/374083/9421610
cxx fft.cxx
//$$ fft.cxx Fast fourier transform
// Copyright (C) 1991,2: R B Davies
#define WANT_MATH
#include "include.h"
#include "newmatap.h"
static void cossin(int n
www.eeworm.com/read/373828/9433731
c fft.c
//FFT.c C callable FFT function in C
#define PTS 256 //# of points for FFT
typedef struct {float real,imag;} COMPLEX;
extern COMPLEX w[PTS]; //twiddle constants stored in w
v
www.eeworm.com/read/373828/9434546
c fft.c
//FFT.c C callable FFT function in C
#define PTS 256 //# of points for FFT
typedef struct {float real,imag;} COMPLEX;
extern COMPLEX w[PTS]; //twiddle constants stored in w
v
www.eeworm.com/read/373501/9453470
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\icetek-c6713-edulab\Lab0503-FFT\"
ProjectType=Executable
CPUFamily=TMS320C67XX
To
www.eeworm.com/read/373501/9453472