代码搜索:matlab fft
找到约 10,000 项符合「matlab fft」的源代码
代码结果 10,000
www.eeworm.com/read/182149/9214816
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/182149/9214820
dsp fft.dsp
# Microsoft Developer Studio Project File - Name="FFT" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
www.eeworm.com/read/182149/9214826
cpp fft.cpp
// FFT.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "FFT.h"
int main(int argc, char* argv[])
{
//变量定义
float data[1024];
float RealOut[1024]
www.eeworm.com/read/182149/9214830
opt fft.opt
www.eeworm.com/read/182149/9214838
h fft.h
#include
#include
#include
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
int **gFFTBitTable = NULL;
const int MaxFastBits = 16;
int IsPowerOfTwo(i
www.eeworm.com/read/181930/9225181
c fft.c
#include
#include
#include
#include "mpi.h"
#define MAX_N 50
#define PI 3.1415926535897932
#define EPS 10E-8
#define V_TAG 99
#define P_TAG 100
#define Q_TAG 101
#d
www.eeworm.com/read/378410/9232184
c fft.c
#include
#include
# define pi 3.14159265
struct compx { double real, imag;};/****定义结构体类型****/
struct compx *fft(struct compx *, int);/**FFT函数声明**/
/******定义复数乘法运算函数*****
www.eeworm.com/read/378355/9234618
pjt fft.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="sci"
ProjectDir="D:\2812\3.4.3 FFT\"
ProjectType=Executable
CPUFamily=TMS320C28XX
www.eeworm.com/read/378355/9234619
paf fft.paf
www.eeworm.com/read/378355/9234659
h fft.h
/*===================================================================
File name : FFT.H
Originator : Digital Control Systems Group
Te