代码搜索:Estimation

找到约 3,786 项符合「Estimation」的源代码

代码结果 3,786
www.eeworm.com/read/439680/7703154

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/438605/7729282

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/199778/7823017

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/199777/7823073

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/199775/7823147

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/199774/7823293

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/299459/7849794

html index.html

probab/estimation
www.eeworm.com/read/299459/7849859

html contents.html

Contents.m
www.eeworm.com/read/299459/7850889

m contents.m

% Probability distribution functions. % % estimation - (dir) Probability distribution estimation. % % erfc2 - Normal cumulative distribution function. % gmmsamp - Generates sample from Gau
www.eeworm.com/read/197211/8011486

txt lsm.txt

% RLS Algorithm randn('seed', 0) ; rand('seed', 0) ; NoOfData = 8000 ; % Set no of data points used for training Order = 32 ; % Set the adaptive filter order Lambda = 0.98 ; % Set the