代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/281951/9126396
h fft.h
/*
* Fast Fourier Transform include file
*
* Copyright (c) 2000 Mark Taylor
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library Gener
www.eeworm.com/read/281951/9126397
dll fft.dll
www.eeworm.com/read/380778/9128216
rc fft.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/380778/9128292
h fft.h
#if !defined FFT_H
#define FFT_H
//------------------------------------
// fft.h
// Fast Fourier Transform
// (c) Reliable Software, 1996
//------------------------------------
#include "c
www.eeworm.com/read/380778/9128302
cpp fft.cpp
//------------------------------------
// fft.cpp
// The implementation of the
// Fast Fourier Transform algorithm
// (c) Reliable Software, 1996
//------------------------------------
#inc
www.eeworm.com/read/380778/9128313
ico fft.ico
www.eeworm.com/read/281742/9136816
txt fft.txt
function X=MYFFT(x,N)
%x:series;N,the number of fft-complex required,which must be a power of2
%X:output the fft of x
%-----------------------------------------------------------
nargchk(1,2,narg
www.eeworm.com/read/380422/9150087
txt fft.txt
void FFT(complex * TD, complex * FD, int r)
{
// 付立叶变换点数
LONG count;
// 循环变量
int i,j,k;
// 中间变量
int bfsize,p;
// 角度
double angle;
complex *W,
www.eeworm.com/read/281349/9161330
cpp fft.cpp
/**********************************************************************
FFT.cpp
Dominic Mazzoni
September 2000
This file contains a few FFT routines, including a real-FFT
routine that is
www.eeworm.com/read/281349/9161332
h fft.h
/**********************************************************************
FFT.h
Dominic Mazzoni
September 2000
This file contains a few FFT routines, including a real-FFT
routine that is a