代码搜索:matlab fft

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

代码结果 10,000
www.eeworm.com/read/355489/10261833

ico fft.ico

www.eeworm.com/read/355489/10261842

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/355489/10261851

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) Appli
www.eeworm.com/read/355489/10261857

cpp fft.cpp

// FFT.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "FFT.h" #include "MainFrm.h" #include "FFTDoc.h" #include "FFTView.h" #include "Splash.h" #i
www.eeworm.com/read/355489/10261859

clw fft.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CGfxSplitterWnd LastTemplate=splitter NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "f
www.eeworm.com/read/355489/10261893

rc fft.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/355489/10261898

opt fft.opt

www.eeworm.com/read/355489/10261922

aps fft.aps

www.eeworm.com/read/355489/10261926

h fft.h

// FFT.h : main header file for the FFT application // #if !defined(AFX_FFT_H__62DE3C9D_13C3_4303_97E6_5FF835D775DD__INCLUDED_) #define AFX_FFT_H__62DE3C9D_13C3_4303_97E6_5FF835D775DD__INCLUDED_
www.eeworm.com/read/162730/10278876

txt fft.txt

void FFT(double fr[], double fi[], int n, int flag) { int mp,arg,cntr,p1,p2; int i,j,a,b,k; double sign,pr,pi,harm,t; double* ca=new double[n],*sa=new double[n]; j=0; if(flag!=0) { s