登录
首页 » matlab » ASYM-m-files

ASYM-m-files

于 2021-03-09 发布 文件大小:316KB
0 433
下载积分: 1 下载次数: 20

代码说明:

  朱豫才老师过程辨识书籍中的程序,包括渐进辨识法程序(The M-file of the book of Yucai Zhu)

文件列表:

m-files
.......\arxexercise.m,1536,2000-02-09
.......\arxordersel.m,1797,2000-02-22
.......\asymest.dll,24576,2006-01-26
.......\asymest_help.m,437,2006-01-26
.......\bj_oe.m,1253,2000-03-14
.......\bj_oe_asym.m,1719,2006-01-26
.......\bj_oe_smi.m,1749,2001-05-10
.......\colorednoise.m,809,2000-01-27
.......\dfreq.m,345,1998-09-28
.......\firexercise.m,1886,2000-02-09
.......\foe_fpe.m,1190,2000-03-28
.......\gbnexercise.m,995,2014-07-26
.......\gbnexercise2.asv,1034,2010-03-05
.......\gbngen.m,725,2010-03-10
.......\glassdata
.......\.........\glassdata.mat,41272,2014-06-27
.......\glassdata.mat,41272,2007-08-24
.......\glassdata.zip,32652,2007-08-24
.......\glassdata2.mat,40960,2000-03-29
.......\glassdata2.zhu,40960,2000-03-29
.......\glassid.m,3239,2000-03-29
.......\glassorder.m,3238,2000-03-30
.......\glassvalid.m,4167,2000-04-13
.......\m-files.zip,96391,2006-01-26
.......\moesp.m,535,2001-05-10
.......\oeordersel.m,1791,2000-02-22
.......\prbssignal.asv,871,2004-04-20
.......\prbssignal.m,895,2010-03-05
.......\prbssignal2.asv,897,2010-03-05
.......\resid2.m,1342,2000-04-06
.......\roe_oe.m,1205,2000-10-02
.......\sisoasym.dll,53248,2006-01-26
.......\sisoasym2.m,573,2000-12-08
.......\sisoasym_help.m,554,2006-01-26
.......\sisoasym_mt5.dll,53248,2000-12-12
.......\smmethod.m,830,2000-02-21
.......\testasym.m,1184,2000-12-08
.......\testiv.m,1713,2000-02-22
.......\testoe.m,1641,2000-02-22
.......\testoebj.m,1653,2000-02-24
.......\testsm.m,1660,2000-02-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • gafmax
    % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB % BestPop--------最优的群体即为最优的染色体群 % Trace----------最佳染色体所对应的目标函数值 % FUN------------目标函数 % LB-------------自变量下限 % UB-------------自变量上限 % eranum---------种群的代数,取100--1000(默认1000) % popsize--------每一代种群的规模;此可取50--100(默认50) % pcross---------交叉的概率,此概率一般取0.5--0.85之间较好(默认0.8) % pmutation------变异的概率,该概率一般取0.05-0.2左右较好(默认0.1) % options--------1×2矩阵,options(1)=0二进制编码(默认0),option(1)~=0十进制编码,option(2)设定求解精度(默认1e-4)( [BestPop, Trace] = fmaxga (FUN, LB, UB, eranum, popsize, pcross, pmutation) Finds a maximum of a function of several variables. Fmaxga solves problems of the form: max F (X) subject to : LB <= X <= UB BestPop-------- optimal chromosome groups is the best group Trace---------- chromosome corresponding to the best objective function value FUN------------ objective function LB------------- variable lower limit since the UB------------- variable upper limit eranum--------- populations algebra, take 100- 1000 (default 1000) popsize-------- population size of each generation this desirable 50- 100 (default 50) pcross--------- crossover probability, the probability of a general check 0.5- 0.85 between the better (default 0.8) pmutation------ mutation probability, the probability of 0.05 general admission better about-0.2 (default 0.1) options-------- 1 × 2 matrix, options (1) = 0 binary code (default 0), option (1) ~ = 0 decimal coding, option (2 ) set accuracy (default 1e-4))
    2006-10-18 16:07:48下载
    积分:1
  • matlab-Secret
    对matlab的详细介绍,包括操作环境、统计、基本符号演算微分方程、变换、曲线拟合等(Matlab details, including the operating environment, statistics, calculus differential equations of the basic symbols, transform, curve fitting, etc.)
    2013-03-10 09:32:19下载
    积分:1
  • [edubt]matlab
    matlab的指令大全,供学习和使用matlab的同学参考。(matlab command Daquan, matlab for students to learn and use for reference.)
    2011-10-15 10:41:36下载
    积分:1
  • MATLABHD
    灰度图像的频域增强,MATLAB实现,内有图(Gray-scale images to enhance the frequency domain, MATLAB realize, there are plans)
    2008-05-28 21:06:43下载
    积分:1
  • area
    matlab 图像处理程序 初学者面积计算练习(Image area calculation )
    2014-10-27 10:57:25下载
    积分:1
  • MATLAB65
    Matlab的bpsk,可控信噪比仿真系统(Matlab' s bpsk, controllable SNR simulation system)
    2013-12-04 12:56:38下载
    积分:1
  • malat
    基于MFC编写的界面,用VC与matlab混编实现马拉特小波分解,有文档注释,适合初学者( MFC-based interface prepared by VC and matlab mixed to achieve Marat wavelet decomposition, documentation notes, suitable for beginners)
    2013-12-05 09:40:36下载
    积分:1
  • DFT_FIR_Beamform
    DFT和FIR宽带波束形成源程序 可以自行设置参数 如载频强度 入射角度 信噪比等(DFT and FIR broadband beamforming source code can set the parameters such as the intensity of the incident angle of the carrier frequency signal to noise ratio, etc.)
    2020-12-18 17:29:10下载
    积分:1
  • scfdmamatlab
    SC-FDMA, which is used in the uplink transmitter side in LTE
    2010-07-02 13:51:35下载
    积分:1
  • ElLenguajeC++_apuntes
    Apuntes del lenguaje C++
    2010-11-26 23:41:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载