-
ARMASA
ARAMA建模工具箱,很全,各种参数估计,请大家好好看看,绝对完整版(ARMA function,it is good)
- 2012-11-13 10:59:23下载
- 积分:1
-
Advanced-Engineering-Mathematics-With-Matlab
Advanced Engineering Mathematics With Matlab
- 2012-02-05 07:25:50下载
- 积分:1
-
chintan2
Model of SSSC which is used to compensate for the reactive power in transmission line.Model of SSSC which is used to compensate for the reactive power in transmission line.Model of SSSC which is used to compensate for the reactive power in transmission line.Model of SSSC which is used to compensate for the reactive power in transmission line.Model of SSSC which is used to compensate for the reactive power in transmission line.Model of SSSC which is used to compensate for the reactive power in transmission line.Model of SSSC which is used to compensate for the reactive power in transmission line.Model of SSSC which is used to compensate for the reactive power in transmission line.
- 2011-05-04 13:13:07下载
- 积分:1
-
m7_8
模糊PID控制matlab M文件代码。改代码里面包括了模糊控制的所有环节。仿真时会出现很多模糊控制图的。(Fuzzy PID control matlab M file code. Change code which includes all aspects of fuzzy control. There will be a lot of fuzzy control diagram simulation.)
- 2013-01-28 00:01:37下载
- 积分:1
-
di10zhang-
基于matlab数字图像处理技术随书源代码第10章(Based on matlab digital image processing technology with the book source code Chapter 10)
- 2013-11-28 09:40:15下载
- 积分:1
-
usin
Vc++下如何利用Matlab工具箱进行数字信号处理(Vc++ how to use Matlab toolbox for digital signal processing)
- 2010-05-21 10:58:03下载
- 积分:1
-
imm4695
多元统计分析中的典型相关分析m代码,可用于多元变化检测,各种统计分析(M code of canonical correlation analysis of multivariate statistical analysis)
- 2013-04-08 22:04:31下载
- 积分:1
-
baum_welch函数算法说明
function hmm=baum_welch(hmm,obs)
mix=hmm.mix;%高斯混合模型
N=hmm.N;%HMM的状态数
K=length(obs);%训练数据的样本
SIZE=size(obs(1).fea,2);%特征矢量维度
for loop=1:40%训练循环次数
%————计算前向,后向概率矩阵
for k=1:K
param(k)=getparam(hmm,obs(k).fea);
end
%————重估转移概率矩阵A
for i=1:N-1
demon=0;
for k=1:K
tmp=param(k).ksai(:,i,:);
demon=demon+sum(tmp(:));%对时间t,j求和
end
for j=i:i+i
nom=0;
for k=1:k
tmp=prarm(k).ksai(:,i,j);
- 2022-08-24 13:17:56下载
- 积分:1
-
examples
说明: 这是关于《深入浅出MATLAB7_X混合编程》的源代码共有七章内容(The code is about the book"The mix program of MATLAB7_X")
- 2010-04-15 14:57:45下载
- 积分:1
-
CVSD
说明: 语言编码相关算法论文,用于信号处理技术。适合于研究生及研究语音编码算法的人员阅读(Language codes related papers algorithm for signal processing technology. Research for graduate students and staff read the speech coding algorithms)
- 2010-05-03 20:23:34下载
- 积分:1