代码搜索:matlab fft

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

代码结果 10,000
www.eeworm.com/read/170249/9813419

release

Release Notes Neural Network Based System Identification Toolbox Version 2.0 Department of Automation, Technical University of Denmark, January, 2000 This note contains important info
www.eeworm.com/read/360732/10080653

repository

matlab/toolbox/toolbox_dimreduc/toolbox
www.eeworm.com/read/163197/10171456

m example5_10.m

%MATLAB PROGRAM example5_10.m % a1=[1 4;-2 -5];b1=[1;0]; c1=[2 1];d1=3; a2=[0 -1;-3 7];b2=[0;1]; c2=[3 4];d2=1; [a,b,c,d]=parallel(a1,b1,c1,d1,a2,b2,c2,d2)
www.eeworm.com/read/163197/10171511

m example5_4.m

%MATLAB PROGRAM example5_4.m % A=[0 1;-7 -3]; B=[0;5]; C=[0 1]; D=0; sys=ss(A,B,C,D)
www.eeworm.com/read/200336/10247165

readme

===================================================== MATPOWER - A Matlab Power System Simulation Package ===================================================== Version: 3.0.0 Home Page: http://
www.eeworm.com/read/200336/10247256

txt readme.txt

===================================================== MATPOWER - A Matlab Power System Simulation Package ===================================================== Version: 3.0.0 Home Page: h
www.eeworm.com/read/161485/10404564

repository

matlab/toolbox/toolbox_wavelets
www.eeworm.com/read/353831/10414403

readme

===================================================== MATPOWER - A Matlab Power System Simulation Package ===================================================== Version: 3.2 Home Page: http://ww
www.eeworm.com/read/353831/10414983

txt readme.txt

===================================================== MATPOWER - A Matlab Power System Simulation Package ===================================================== Version: 3.2 Home Page: htt
www.eeworm.com/read/161098/10451532

m ex0103.m

%MATLAB的通用操作界面各个窗口的使用 a=[1 2 3; 4 5 6;7 8 9]; b=[1 1 1;2 2 2;3 3 3 ]; c='计算'; d=a+b*i