代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/432518/8597799
map fft.map
******************************************************************************
TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00
******************************************
www.eeworm.com/read/388572/8599446
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\maverick\source\5509program\FFT\"
ProjectType=Executable
CPUFamily=TMS320C55XX
To
www.eeworm.com/read/388572/8599453
paf fft.paf
www.eeworm.com/read/388572/8599477
wks fft.wks
www.eeworm.com/read/388572/8599480
sbl fft.sbl
www.eeworm.com/read/388572/8599485
cmd fft.cmd
-w
-stack 500
-sysstack 500
-l rts55x.lib
MEMORY
{
DARAM: o=0x100, l=0x7f00
VECT : o=0x8000, l=0x100
DARAM2: o=0x8100, l=0x7f00
SARAM: o=0x10000, l=0x30000
SDRAM: o=
www.eeworm.com/read/388572/8599488
c fft.c
#include "myapp.h"
#include "csedu.h"
#include "scancode.h"
#include
#define PI 3.1415926
#define SAMPLENUMBER 128
void InitForFFT();
void MakeWave();
int INPUT[SAMPLENUMBER],DA
www.eeworm.com/read/432184/8621374
h fft.h
#ifndef _INSIDE_VISUAL_CPP_TRANSFORM
#define _INSIDE_VISUAL_CPP_TRANSFORM
#include"ImageCenterDib.h"
//宏定义,PI
#define PI 3.1415926
//复数类型结构体
struct ComplexNumber
{
float imag;// imagina
www.eeworm.com/read/432184/8621501
cpp fft.cpp
#include "stdafx.h"
#include "FFT.h"
#include "math.h"
/***********************************************************************
* 函数名称:
* Transform_FFT()
*
*说明:无参数的构造函数,对成员变量进行初始化
**********
www.eeworm.com/read/288541/8623550
cpp fft.cpp
#include
#include
#include
#include
#include
#include "FFT.h"
FFT::FFT()
{
N = 0;
}
FFT::FFT(int _N)
{
//factor ou