代码搜索:matlab fft

找到约 10,000 项符合「matlab fft」的源代码

代码结果 10,000
www.eeworm.com/read/390127/8482818

cpp fft.cpp

#include #include #include"fft.h" #define P 3.1416 Sigproc::Sigproc(float *signal1 = NULL,float *signal2 = NULL,int N = 0) { signalX = new float[N]; signalX = signal1;
www.eeworm.com/read/390127/8482829

h fft.h

#ifndef _FFT_H_ #define _FFT_H_ #include class Sigproc{ private: float *am; int signalN; public: Sigproc(float *signal1,float *signal2,int N); ~Sigproc(); void bitrev();
www.eeworm.com/read/290312/8490124

pjt fft.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="FFT" ProjectDir="C:\ti\myprojects\5416dsk\fft\test\" ProjectType=Executable CPUFami
www.eeworm.com/read/290312/8490127

obj fft.obj

www.eeworm.com/read/290312/8490128

paf fft.paf

www.eeworm.com/read/290312/8490130

asm fft.asm

********************************************************************************* * (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 * **********************************
www.eeworm.com/read/290312/8490136

out fft.out

www.eeworm.com/read/290312/8490152

mak fft.mak

/************* Code Composer V1 Project Data ******************** The following section contains data generated by Code Composer to store project information like build options, source filenames
www.eeworm.com/read/290260/8492249

cpp fft.cpp

#ifndef FFT_CPP #define FFT_CPP #include #define PI 3.1415926 #include "Complex.h" #include "fft.h" int Pow(int q ,int m)//int 型别数据求幂 { int res; res = 1; while (m != 0) {
www.eeworm.com/read/290260/8492250

h fft.h

#ifndef FFT_H #define FFT_H /************************************************************************/ /* 在这里定义Base3TimeFFT函数 此dll 暂时导出这样一个函数 次函数说明如下: Complex * orign_result 【in】 输入