资源列表
colon_imunity
- 克隆选择的免疫算法,结合克隆选择原理,提出克隆算子-Immune clonal selection algorithm, combined with clonal selection theory, proposed by cloning Operator
model
- 倒立摆模型建立,基于变结构和最优控制的一阶倒立摆起摆和稳摆控制,matlab实现。-Inverted pendulum model, based on the variable structure and optimal control of first-order inverted pendulum swing-up and steady pendulum control, matlab achieve.
nnpidcontroll
- Matlab 神经网络离散PID控制实例,在Simulink环境中搭载仿真模块即可实现,结果图效果不错-Matlab neural network PID control of discrete examples, in the Simulink environment with simulation module can be realized, the results of Fig good results
TDOAAOAMatlab
- TDOA AOA定位的扩展卡尔曼滤波定位算法Matlab源码-TDOA AOA positioning of extended Kalman filter algorithm Matlab source
2008_4
- 试说明卷积编解码的工作原理。 请用Simulink仿真卷积编码,并用Viterbi译码的方法进行解码,其中的编解码全部自己编写代码(S-Function方式),在加性白高斯噪声信道中,画出比特信噪比与误码率的关系曲线。 -Descr iption Convolutional codec test works. Please use Simulink simulation of convolutional coding and Viterbi decoding method used to
PDmatlab
- 变压器局部放电实验数据处理matlab程序,有去噪,波形峰值,相位信息获取。-PD matlab experimental data processing procedures, denoising, waveform peaks, to obtain phase information.
NIP
- matlab 7.0 以上版本提供了强大的优化工具箱,但在整数规划方面,只提供了bintprog()这个m文件以求解0-1整数规划,而对于一般的整数规划模型没有具体的算法提供。我们一般情况只是用最简单的分值定界思想编写matlab程序求解整数规划问题,但效率低下,如何利用求解整数规划的先进算法编写matlab程序提上日程,香港大学的李端和复旦大学编写的《Nonlinear Integer Programming》(非线性整数规划)为编写解决整数规划问题提供强大有效的算法,其中算法针对具体问题包括
DynamicMatrixControl
- 采用动态矩阵控制方法对热水器出口温度进行控制的Matlab源代码-This tutorial intends to explain the features of DMC using the dmc function developed by the author.
GPS-INS-Matlab-code
- GPS-INS-Matlab-code,是关于GPS_INS位置组合Matlab的仿真源码-GPS-INS-Matlab-code, are about the location of portfolio GPS_INS Simulation Matlab source code
TOPSforULA
- 宽带信号源测向的一种新方法,TOPS方法的源程序-A new DOA estimation method,TOPS method , for broadband sources
BP-Matlab
- 齿轮箱故障诊断BP模型的Matlab程序-Gearbox fault diagnosis of BP model Matlab program
numerical_analysis_homework
- (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的