代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/284259/8952302
html 00index.html
R: Semiparametric Bayesian Gaussian copula estimation
www.eeworm.com/read/283403/9023779
txt 67. f28x pmsm3_2:3-phase sensored field oriented control.txt
Sensorless FOC (Field Oriented Control) for a 3 phase PMSM (Permanent magnet synchronous motor) using a "low cost" current measurement method for closed loop torque control. Position estimation is imp
www.eeworm.com/read/377814/9261917
m chap7_10f.m
%Discrete Kalman filter
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
function [u]=kalman(u1,u2,u3)
persistent A B C D Q R P x
yv=u2;
if u3==0
x=zeros(2,1);
ts=0.001;
a=25;b=133;
sys=tf(b,[1,a
www.eeworm.com/read/180485/9305465
m program_11_4.m
% Program 11_4
% Power Spectrum Estimation Using Welch's Method
%
colordef black
n = 0:1000;
g = 2*sin(0.12*pi*n) + sin(0.28*pi*n) + randn(size(n));
nfft = input('Type in the fft size = ');
win
www.eeworm.com/read/179061/9375456
m chap7_10f.m
%Discrete Kalman filter
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
function [u]=kalman(u1,u2,u3)
persistent A B C D Q R P x
yv=u2;
if u3==0
x=zeros(2,1);
ts=0.001;
a=25;b=133;
sys=tf(b,[1,a
www.eeworm.com/read/178584/9391099
m lms.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% LMS Algorithm %
% %
% Written By: Sundar Sankaran and A. A. (Louis) Beex %
% DSP Research Laboratory %
% Dept. of Electrical and Comp. Engg
www.eeworm.com/read/176500/9495715
m ncoeff2.m
%
% Bandpass filter length estimation
% Ncoeff2.m Problem 7.5, p426.
%
df=3/96;
dp=0.00115; ds=0.0001;
b1=0.01202; b2=0.09664; b3=-0.51325;
b4=0.00203; b5=-0.5705; b6=-0.44314;
t1=log10(dp);
www.eeworm.com/read/371917/9531007
m chap7_10f.m
%Discrete Kalman filter
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
function [u]=kalman(u1,u2,u3)
persistent A B C D Q R P x
yv=u2;
if u3==0
x=zeros(2,1);
ts=0.001;
a=25;b=133;
sys=tf(b,[1,a
www.eeworm.com/read/364910/9888369
dependencies
../obj/cavlc.o: ../../encoder/cavlc.c ../../common/T264.h ../../common/portab.h \
../../common/config.h ../../encoder/vlc.h ../../common/bitstream.h \
../../encoder/inter.h
../obj/display.o: ../..