-
dijkstra算法(寻求最短路径解)
寻求最短路径解
- 2020-12-10下载
- 积分:1
-
异步电机转差频率控制Simulink仿真.mdl
三相异步电机转差频率控制的Simulink仿真
- 2021-05-06下载
- 积分:1
-
MATLAB向量化编程基础精讲(源程序)
《MATLAB 向量化编程基础精讲》使用MATLAB新版本2016a,拣选Mathworks官方群组Cody中一些有趣的代码问题,分6章讲解这些优秀示例代码中使用数组、字符串操作、正则表达式以及匿名函数等方面的MATLAB编程技巧,并对其中较为典型和精彩的用法做扼要点评,对一些复杂思路或代码的细节和步骤,还逐一展开了延伸分析,使学习MATLAB编程的用户,能迅速体会MATLAB矢量化编程语言的基本特色。
- 2021-09-18 00:31:06下载
- 积分:1
-
直流无刷电机双闭环控制系统.slx
直流无刷电机双闭环控制系统.slx
- 2021-05-06下载
- 积分:1
-
pdw参数产生代码(有注释)
检测到10048个脉冲:toa,pw以当前点数定义脉冲 1: TOA= 1030.00,PW= 810.00,PA=4569.326,MF= 28.111MHz脉冲 2: TOA= 1191.00,PW=1476.00,PA=6549.591,MF= 35.730MHz脉冲 3: TOA= 1289.00,PW=1484.00,PA=7356.821,MF= 23.770MHz雷达信号分选仿真数据产生
- 2021-05-07下载
- 积分:1
-
EDA电子密码锁Verilog语言
【实例简介】
设计一个密码锁的控制电路,当输入正确代码时,输出开锁信号以推动执行机构工作,用红灯亮﹑绿灯熄灭表示关锁,用绿灯亮﹑红灯熄灭表示开锁;
在锁的控制电路中储存一个可以修改的4位代码,当开锁按钮开关(可设置成6 位至8位,其中实际有效为4位,其余为虚设)的输入代码等于储存代码时,开锁;
从第一个按钮触动后的5 秒内若未将锁打开,则电路自动复位并进入自锁状态,使之无法再打开,并发出报警信号。
- 2021-07-09 00:32:03下载
- 积分:1
-
脑电肌电相干性(matlab代码)
脑电肌电相干性(matlab代码)
- 2020-03-28下载
- 积分:1
-
基于DCP图像去雾实例
基于DCP去雾实例
- 2020-11-27下载
- 积分:1
-
7.2 基于线性预测的语音合成实验 matlab
【实例简介】
- 2021-07-31 00:31:09下载
- 积分:1
-
滑模变结构控制MATLAB仿真下部第3版-仿真程序
滑模变结构控制MATLAB仿真下部第3版-仿真程序,主要对照书本内的程序及逆行仿真讲解 【源码目录】 滑模变结构控制MATLAB仿真下部第3版-仿真程序-下载 ├── 第10章仿真程序│ ├── chap10_1.m│ ├── chap10_2.m│ ├── chap10_2obj.m│ ├── chap10_3.m│ ├── chap10_4.m│ ├── chap10_4obj.m│ └── ~$.3 基于最优轨迹规划器的滑模控制.docx├── 第1章仿真程序│ ├── chap1_1ctrl.m│ ├── chap1_1plant.m│ ├── chap1_1plot.m│ ├── chap1_1sim.mdl│ ├── chap1_2ctrl.m│ ├── chap1_2plant.m│ ├── chap1_2plot.m│ ├── chap1_2sim.mdl│ ├── chap1_3ctrl.m│ ├── chap1_3plant.m│ ├── chap1_3plot.m│ ├── chap1_3sim.mdl│ ├── chap1_4ctrl.m│ ├── chap1_4plant.m│ ├── chap1_4plot.m│ ├── chap1_4sim.mdl│ ├── chap1_4sim.mdl.r2011a│ ├── chap1_5ctrl.m│ ├── chap1_5plant.m│ ├── chap1_5plot.m│ ├── chap1_5sim.mdl│ ├── chap1_5sim.mdl.r2011a│ ├── chap1_6ctrl.m│ ├── chap1_6plant.m│ ├── chap1_6plot.m│ ├── chap1_6sim.mdl│ ├── chap1_7ctrl.m│ ├── chap1_7plant.m│ ├── chap1_7plot.m│ ├── chap1_7sim.mdl│ ├── chap1_8A_ctrl.m│ ├── chap1_8A_plant.m│ ├── chap1_8P_ctrl.m│ ├── chap1_8P_plant.m│ ├── chap1_8input.m│ ├── chap1_8plot.m│ ├── chap1_8sim.mdl│ ├── chap1_8sim.mdl.r2011a│ ├── chap1_8td.m│ ├── chap1_9A_ctrl.m│ ├── chap1_9P_ctrl.m│ ├── chap1_9input.m│ ├── chap1_9plant.m│ ├── chap1_9plot.m│ ├── chap1_9sim.mdl│ ├── chap1_9sim.mdl.r2011a│ └── chap1_9td.m├── 第2章仿真程序│ ├── chap2_1ctrl.m│ ├── chap2_1obv.m│ ├── chap2_1plant.m│ ├── chap2_1plot.m│ ├── chap2_1sim.mdl│ ├── chap2_2ctrl.m│ ├── chap2_2obv.m│ ├── chap2_2plant.m│ ├── chap2_2plot.m│ ├── chap2_2sim.mdl│ ├── chap2_2sim.mdl.autosave│ ├── chap2_3ctrl.m│ ├── chap2_3plant.m│ ├── chap2_3plot.m│ ├── chap2_3sim.mdl│ └── chap2_3sim.mdl.autosave├── 第3章仿真程序│ ├── chap3_1ctrl.m│ ├── chap3_1plant.m│ ├── chap3_1plot.m│ ├── chap3_1sim.mdl│ ├── chap3_2ctrl.m│ ├── chap3_2plant.m│ ├── chap3_2plot.m│ ├── chap3_2rbf.m│ ├── chap3_2sim.mdl│ ├── chap3_3ctrl.m│ ├── chap3_3plant.m│ ├── chap3_3plot.m│ ├── chap3_3sim.mdl│ └── chap3_3sim.mdl.r2011a├── 第4章仿真程序│ ├── chap4_1.m│ ├── chap4_2ctrl.m│ ├── chap4_2plant.m│ ├── chap4_2plot.m│ ├── chap4_2sim.mdl│ ├── chap4_2sim.mdl.r2011a│ ├── chap4_3ctrl.m│ ├── chap4_3plant.m│ ├── chap4_3plot.m│ ├── chap4_3sharp.m│ ├── chap4_3sim.mdl│ ├── chap4_4ctrl.m│ ├── chap4_4plant.m│ ├── chap4_4plot.m│ ├── chap4_4sim.mdl│ ├── chap4_4sim.mdl.r2011a│ ├── chap4_5ctrl.m│ ├── chap4_5plant.m│ ├── chap4_5plot.m│ └── chap4_5sim.slx├── 第5章仿真程序│ ├── chap5_1ctrl.m│ ├── chap5_1plant.m│ ├── chap5_1plot.m│ ├── chap5_1sim.mdl│ ├── chap5_2ctrl.m│ ├── chap5_2i.m│ ├── chap5_2input.m│ ├── chap5_2plant.m│ ├── chap5_2plot.m│ ├── chap5_2sim.mdl│ ├── chap5_3ctrl.m│ ├── chap5_3plant.m│ ├── chap5_3plot.m│ ├── chap5_3sim.mdl│ ├── chap5_4ctrl.m│ ├── chap5_4plant.m│ ├── chap5_4plot.m│ ├── chap5_4sim.mdl│ ├── chap5_5ctrl.m│ ├── chap5_5plant.m│ ├── chap5_5plot.m│ ├── chap5_5sim.mdl│ ├── chap5_6adapt.m│ ├── chap5_6ctrl.m│ ├── chap5_6input.m│ ├── chap5_6plant.m│ ├── chap5_6plot.m│ ├── chap5_6sim.mdl│ ├── chap5_7input.m│ ├── chap5_7plot.m│ ├── chap5_7sim.mdl│ ├── chap5_7system.m│ ├── chap5_8input.m│ ├── chap5_8plot.m│ ├── chap5_8sim.mdl│ ├── chap5_8sim.mdl.r2011a│ ├── chap5_8system.m│ ├── chap5_8xd.m│ ├── chap5_9ctrl.m│ ├── chap5_9input.m│ ├── chap5_9plant.m│ ├── chap5_9plot.m│ └── chap5_9sim.mdl├── 第6章仿真程序│ ├── chap6_1ctrl.m│ ├── chap6_1input.m│ ├── chap6_1plant.m│ ├── chap6_1plot.m│ ├── chap6_1sim.mdl│ ├── chap6_1sim.mdl.r2011a│ ├── chap6_2ctrl.m│ ├── chap6_2input.m│ ├── chap6_2plant.m│ ├── chap6_2plot.m│ ├── chap6_2sim.mdl│ ├── chap6_2sim.mdl.r2011a│ ├── chap6_3ctrl.m│ ├── chap6_3mf.m│ ├── chap6_3plant.m│ ├── chap6_3plot.m│ ├── chap6_3sim.mdl│ └── chap6_3sim.mdl.r2011a├── 第7章仿真程序│ ├── chap7_1ctrl.m│ ├── chap7_1input.m│ ├── chap7_1obv.m│ ├── chap7_1plant.m│ ├── chap7_1plot.m│ ├── chap7_1sim.mdl│ ├── chap7_1sim.mdl.r2011a│ ├── chap7_2obv.m│ ├── chap7_2plant.m│ ├── chap7_2plot.m│ ├── chap7_2sim.mdl│ ├── chap7_2sim.mdl.r2011a│ ├── chap7_3ctrl.m│ ├── chap7_3input.m│ ├── chap7_3obv.m│ ├── chap7_3plant.m│ ├── chap7_3plot.m│ ├── chap7_3sim.mdl│ └── lmi_X.m├── 第8章仿真程序│ ├── chap8_1obv.m│ ├── chap8_1plant.m│ ├── chap8_1plot.m│ ├── chap8_1sim.mdl│ ├── chap8_2ctrl.m│ ├── chap8_2obv.m│ ├── chap8_2plant.m│ ├── chap8_2plot.m│ └── chap8_2sim.mdl└── 第9章仿真程序 ├── chap9_10TD.m ├── chap9_10ctrl1.m ├── chap9_10ctrl2.m ├── chap9_10plant.m ├── chap9_10plot.m ├── chap9_10sim.mdl ├── chap9_10sim.mdl.r2011a ├── chap9_1ctrl.m ├── chap9_1input.m ├── chap9_1plant.m ├── chap9_1plot.m ├── chap9_1sim.mdl ├── chap9_1sim.mdl.r2011a ├── chap9_2ctrl.m ├── chap9_2plant.m ├── chap9_2plot.m ├── chap9_2sim.mdl ├── chap9_2sim.mdl.r2011a ├── chap9_3input.m ├── chap9_3plant.m ├── chap9_3plot.m ├── chap9_3sim.mdl ├── chap9_3tol.m ├── chap9_3wc.m ├── chap9_4M.m ├── chap9_4input.m ├── chap9_4plant.m ├── chap9_4plot.m ├── chap9_4sim.mdl ├── chap9_4sim.mdl.r2011a ├── chap9_4th.m ├── chap9_4tol.m ├── chap9_4w.m ├── chap9_4wc.m ├── chap9_5TD.m ├── chap9_5ctrl1.m ├── chap9_5ctrl2.m ├── chap9_5plant.m ├── chap9_5plot.m ├── chap9_5sim.mdl ├── chap9_5sim.mdl.r2011a ├── chap9_6ctrl1.m ├── chap9_6ctrl2.m ├── chap9_6int.m ├── chap9_6plant.m ├── chap9_6plot.m ├── chap9_6sim.mdl ├── chap9_7Actrl.m ├── chap9_7Aplant.m ├── chap9_7Pctrl.m ├── chap9_7Pplant.m ├── chap9_7TD1.m ├── chap9_7TD2.m ├── chap9_7int.m ├── chap9_7plot.m ├── chap9_7sim.mdl ├── chap9_8Actrl.m ├── chap9_8Aplant.m ├── chap9_8Pctrl.m ├── chap9_8Pplant.m ├── chap9_8plot.m ├── chap9_8sim.mdl ├── chap9_8td1.m ├── chap9_8td2.m ├── chap9_9TD.m ├── chap9_9ctrl1.m ├── chap9_9ctrl2.m ├── chap9_9plant.m ├── chap9_9plot.m ├── chap9_9sim.mdl ├── chap9_9sim.mdl.r2011a ├── sat.m └── sat_du1.m10 directories, 266 files
- 2021-05-06下载
- 积分:1