代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/282963/9050640
doc fft.doc
www.eeworm.com/read/382086/9050715
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/381960/9060647
c fft.c
/*
* FAAC - Freeware Advanced Audio Coder
* Copyright (C) 2001 Menno Bakker
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/381805/9070703
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\newdone\c6713Ae(3.1)\Lab0503-FFT\"
ProjectType=Executable
CPUFamily=TMS320C67XX
T
www.eeworm.com/read/381805/9070704
paf fft.paf
www.eeworm.com/read/381805/9070711
wks fft.wks
www.eeworm.com/read/381805/9070714
c fft.c
#include "math.h"
#define PI 3.1415926
#define SAMPLENUMBER 128
void InitForFFT();
void MakeWave();
void FFT();
int INPUT[SAMPLENUMBER],DATA[SAMPLENUMBER];
float fWaveR[SAMPLENUMBER],fWav
www.eeworm.com/read/381785/9071741
dsw fft.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/381785/9071744
opt fft.opt
www.eeworm.com/read/381785/9071746