代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/285065/8871280
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\5509_cunsi\Lab0503-FFT\"
ProjectType=Executable
CPUFamily=TMS320C55X
www.eeworm.com/read/285065/8871286
paf fft.paf
www.eeworm.com/read/285065/8871301
wks fft.wks
www.eeworm.com/read/285065/8871302
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/285049/8873989
c fft.c
/*******************************************************************
基音检测
**********************************************************
www.eeworm.com/read/284836/8888874
c fft.c
//TMS320LF2407上实现快速傅里叶变换(FFT)
//FFT的程序代码
//(1)主程序
#include "f2407_c.h"
#include "math.h"
#define N 32 // FFT变换的点数
extern void fft(void);
extern void
www.eeworm.com/read/284836/8888881
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\2407\fft\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Cu
www.eeworm.com/read/186721/8914130
exe fft.exe
www.eeworm.com/read/186531/8927951
cpp fft.cpp
# include
# include
# include
# include
# include
# include
//////////////////////////////////////////////////////////
// inter
www.eeworm.com/read/383409/8949530
cpp fft.cpp
#include
#include
#ifndef xushuclass
#define xushuclass
//template
class xushu //定义一个虚数类,为后面准备
{
public:
float x;
float y;
xushu(float a=NULL,float b=NULL)
{