代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/446759/7565522
c fft.c
/**************************************************************************
**
** Copyright (C) 1993 David E. Steward & Zbigniew Leyk, all rights reserved.
**
** Meschach Library
**
**
www.eeworm.com/read/446750/7567219
ppt fft原理.ppt
www.eeworm.com/read/446744/7567277
doc fft.doc
www.eeworm.com/read/443941/7620035
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\ti\ICETEK\VC5509AE\VC5509Ae\Lab0503-FFT\"
ProjectType=Executable
CPUFamily=TMS320C
www.eeworm.com/read/443941/7620039
paf fft.paf
www.eeworm.com/read/443941/7620044
wks fft.wks
www.eeworm.com/read/443941/7620045
sbl fft.sbl
www.eeworm.com/read/443941/7620047
c fft.c
#include "myapp.h"
#include "ICETEK-VC5509-EDU.h"
#include "scancode.h"
#include
#define PI 3.1415926
#define SAMPLENUMBER 128//步长
void InitForFFT();
void MakeWave();
int INPUT[
www.eeworm.com/read/443941/7620060
obj fft.obj
www.eeworm.com/read/443002/7639505
txt fft.txt
#include "stdio.h"
#include //調用源(頭)文件
struct compx /*定義一個複數結構*/
{float real;float imag;
};
struct compx s[ 257 ]; //FFT輸入輸出均從是s[1]開始存入
struct compx EE(struct com