代码搜索:Modeling
找到约 1,801 项符合「Modeling」的源代码
代码结果 1,801
www.eeworm.com/read/278245/10554031
m initial_track.m
% modeling data
% sample number N=200 points
% sample time T=0.1s
t=0:0.1:20-0.1;
T=0.1; % sample time
v=0.5; % initial velocity
y=ones(1,200);
y(1)=0;
for n=2:200;
www.eeworm.com/read/416219/11037776
m initial_track.m
% modeling data
% sample number N=200 points
% sample time T=0.1s
t=0:0.1:20-0.1;
T=0.1; % sample time
v=0.5; % initial velocity
y=ones(1,200);
y(1)=0;
for n=2:200;
www.eeworm.com/read/437982/7737997
m initial_track.m
% modeling data
% sample number N=200 points
% sample time T=0.1s
t=0:0.1:20-0.1;
T=0.1; % sample time
v=0.5; % initial velocity
y=ones(1,200);
y(1)=0;
for n=2:200;
www.eeworm.com/read/299222/7879686
m initial_track.m
% modeling data
% sample number N=200 points
% sample time T=0.1s
t=0:0.1:20-0.1;
T=0.1; % sample time
v=0.5; % initial velocity
y=ones(1,200);
y(1)=0;
for n=2:200;
www.eeworm.com/read/239550/13272758
m arls.m
function [a,e,V,FPE]=arls(x,p)
% function [a,e,V,FPE]=arls(x,p)
% All-Pole (AR) modeling using No-Windowing
% Linear least-squares
% Model parameters [1 a1...ap V]
% V=input signal variance.
%
www.eeworm.com/read/239550/13272804
m arlsfb.m
function [a,e,V,FPE]=arlsfb(x,p)
% All-Pole (AR) modeling using No-Windowing
% forward-backward linear least-squares
% Model parameters [1 a1...ap V]
% V=input signal variance.
% FPE=Akaike's fin
www.eeworm.com/read/135999/13880067
m initial_track.m
% modeling data
% sample number N=200 points
% sample time T=0.1s
t=0:0.1:20-0.1;
T=0.1; % sample time
v=0.5; % initial velocity
y=ones(1,200);
y(1)=0;
for n=2:200;
www.eeworm.com/read/349590/6291689
m arls.m
function [a,e,V,FPE]=arls(x,p)
% function [a,e,V,FPE]=arls(x,p)
% All-Pole (AR) modeling using No-Windowing
% Linear least-squares
% Model parameters [1 a1...ap V]
% V=input signal variance.
%
www.eeworm.com/read/349590/6291714
m arlsfb.m
function [a,e,V,FPE]=arlsfb(x,p)
% All-Pole (AR) modeling using No-Windowing
% forward-backward linear least-squares
% Model parameters [1 a1...ap V]
% V=input signal variance.
% FPE=Akaike's fin
www.eeworm.com/read/348084/11612636
m initial_track.m
% modeling data
% sample number N=200 points
% sample time T=0.1s
t=0:0.1:20-0.1;
T=0.1; % sample time
v=0.5; % initial velocity
y=ones(1,200);
y(1)=0;
for n=2:200;