代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/277724/10609125
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/277724/10609155
cpp fft.cpp
//------------------------------------
// fft.cpp
// The implementation of the
// Fast Fourier Transform algorithm
// (c) Reliable Software, 1996
//------------------------------------
#inc
www.eeworm.com/read/277724/10609174
ico fft.ico
www.eeworm.com/read/277459/10637021
sln fft.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFT", "FFT.csproj", "{B44588B3-CEE1-4925-8F0A-336FB915159D}"
EndProject
Global
Glob
www.eeworm.com/read/277459/10637036
suo fft.suo
www.eeworm.com/read/277386/10642931
gel fft.gel
menuitem "FFT: 傅立叶变换控制"
dialog StartFFT(nParam1"Start FFT(1-Yes 0-No):")
{
m_uVideoStatus=nParam1;
}
www.eeworm.com/read/277216/10652788
c fft.c
#include
#include
#include
#define PI 3.14159265358979323846
struct COMPLEX
{
float re;
float im;
} cplx , * Hfield , * S , * R , * w;
www.eeworm.com/read/277084/10670162
cpp fft.cpp
//$$ fft.cpp Fast fourier transform
// Copyright (C) 1991,2,3,4,8: R B Davies
#define WANT_MATH
// #define WANT_STREAM
#include "include.h"
#include "newmatap.h"
www.eeworm.com/read/421976/10673443
c fft.c
#include
#include
#include
#define PI 3.14159265358979323846
struct COMPLEX
{
float re;
float im;
} cplx , * Hfield , * S , * R , * w;