代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/338859/12275904
txt~ readme.txt~
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
This version was last updated on 18 January 2003.
Installation
------------
www.eeworm.com/read/338859/12275943
txt readme.txt
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
Installation
------------
1. Install KPMtools from http://www.ai.mit.edu/~mu
www.eeworm.com/read/252197/12293904
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
clear
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/252197/12294011
m ip_04_04.m
% MATLAB script for Illustrative Problem 4.4.
clear
echo on ;
a=[-10,-5,-4,-2,0,1,3,5,10];
for i=1:length(a)-1
y(i)=centroid('normal',a(i),a(i+1),0.001,0,1);
echo off ;
end
www.eeworm.com/read/150133/12309987
txt~ readme.txt~
Hidden Markov Model (HMM) Toolbox written by Kevin Murphy (1998).
See http://www.ai.mit.edu/~murphyk/Software/hmm.html for details.
This version was last updated on 5 May 2004.
Installation
---------
www.eeworm.com/read/150133/12310096
txt readme.txt
Hidden Markov Model (HMM) Toolbox written by Kevin Murphy (1998).
See http://www.ai.mit.edu/~murphyk/Software/hmm.html for details.
Installation
------------
1. Install netlab from http://www.ncrg.a
www.eeworm.com/read/251837/12316701
readme
The file b4m.ps in this directory contains the b4m documentation.
For a short installation reference and for some major details see
http://www.ti3.tu-harburg.de/~zemke/b4m/index.html
b4m V
www.eeworm.com/read/150069/12318594
m exa090702.m
% -------------------------------------------------------------------
% exa090702.m, for example 9.7.2 and fig 9.7.2
% 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。
% 本程序给出的是连续小波变换的灰度图表示。
%--------------------
www.eeworm.com/read/338068/12326149
m exa090702.m
% -------------------------------------------------------------------
% exa090702.m, for example 9.7.2 and fig 9.7.2
% 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。
% 本程序给出的是连续小波变换的灰度图表示。
%--------------------