-
qiyi
本程序通过SVD可以很好实现lyapunov指数计算,便于理解,且速度和精度较高(lyapunov exponent by SVD)
- 2013-04-05 15:24:50下载
- 积分:1
-
double-tigers
通过改变不同的频率,实现了使用Matlab播放音乐,因为示例为两只老虎和天空之城(By changing different frequencies, implemented using the Matlab play music, because the sample of two tigers and the Sky City)
- 2013-05-26 13:24:01下载
- 积分:1
-
pso
this is a code for pso optimization method
- 2012-04-11 21:27:26下载
- 积分:1
-
ssc_dc_motor_thermal_circuit
DC Motor Thermal Circuit
The demo illustrates how the thermal behavior of a motor can be simulated in lumped parameters.
- 2011-07-22 20:33:32下载
- 积分:1
-
HOS_based_MIMO
这是一个关于多输入多输出系统的频域忙识别系统的matlab源码,作者基于二阶和更高阶统计,获得了比较良好的识别效果,文件中包含了文章,可参照起来理解源码。(This is one of the multiple-input multiple-output system in the frequency domain busy Recognition System Matlab source, Based on the second-order and higher-order statistics, access to a relatively good recognition results, the paper contains articles, can be read in the light source.)
- 2007-05-23 14:44:37下载
- 积分:1
-
01
说明: 一些有关最优控制理论的控制实例程序集仿真 (Optimal control theory control instance assembly)
- 2012-06-11 16:30:17下载
- 积分:1
-
bp
说明: matlab的神经网络,可以用来预测,分类(matlab neural network can be used to predict classification)
- 2013-10-15 21:12:58下载
- 积分:1
-
MATLAB遗传算法程序
说明: function [bestsole,bestpop]=ga_scomplex(num,bounds,ps,pc,pm,b,dtc)
% GA_scomple是基于浮点编码的单纯形遗传算法主程序
% num定义种群数量
% bounds定义参数取值范围,格式为[Var1min,Var1max;Var2min,Var2max;…….];
%ps选择概率
%pc交叉概率
%pm变异概率
%b 变异程度系数
%dtc 迭代次数
% $Date: 2005/5/25 $(funzione [bestsole,bestpop]=ga _scomplex (num,limites,ps,pc,pm,b,dc)
% GA 655343;scomple;;;;;;
% num
% limits23450;[Var1min,Var1max;Var2min,Var22min;;;;;];
%ps
%pc
%pm
%b _
%dtc _
% $Data: 2005 /5 /25 $)
- 2019-05-11 19:45:18下载
- 积分:1
-
viterbi-matlab
卷积编码器g1=111,g2=101
x为输入的待译码序列
x=[1,0,1,0,0,1,0,0,0,1,0,1,1,1]
x=[1,1,0,1,0,1,1,0,0,1]
x=[1,1,1,0,0,0,1,0,1,1]
a=size(x) 输入序列的长度
s=a(2)/2 译码后的m序列长度为x的一半
m=zeros(1,s) 最终结果存放
ma=zeros(1,s+1) 存放Fa路径的
mb=zeros(1,s+1) 存放Fb路径的
mc=zeros(1,s+1) 存放Fc路径的
md=zeros(1,s+1) 存放Fd路径的(viterbi decoder)
- 2015-04-20 17:06:18下载
- 积分:1
-
LP01
利用模式理论,对给定几何尺寸以及折射率分布的光纤进行模式求解与绘图,该程序给出LP01模的求解与绘图。(the LP01 mode of the fiber. )
- 2013-09-24 21:19:16下载
- 积分:1