代码搜索:ESTIMATE

找到约 3,366 项符合「ESTIMATE」的源代码

代码结果 3,366
www.eeworm.com/read/196856/8053969

m cohereogram.m

function [C,t,f] = Cohereogram(x1,x2,fsa,sla,wla,sna,ola,fra,nfa,nsa,pfa); %Cohereogram: Nonstationary estimate the coherency versus time % % [C,t,f] = Cohereogram(x1,x2,fs,sl,wl,sn,ol,fr,nf,ns,pf);
www.eeworm.com/read/303058/13822603

m ekf_update2.m

%EKF_UPDATE2 2nd order Extended Kalman Filter update step % % Syntax: % [M,P,K,MU,S,LH] = EKF_UPDATE2(M,P,Y,H,H_xx,R,[h,V,param]) % % In: % M - Nx1 mean state estimate after prediction step %
www.eeworm.com/read/486202/6538121

m 5-7.m

%例程5-7 功率谱估计的周期图法 % e.g.5-7.m for example5-7; % to test function of periodogram; %Estimate the PSD with periodogram method(By formula directly) clear; % Case 1: N=256 N=256; n=0:N-1; f1=
www.eeworm.com/read/485392/6561023

m 5-7.m

%例程5-7 功率谱估计的周期图法 % e.g.5-7.m for example5-7; % to test function of periodogram; %Estimate the PSD with periodogram method(By formula directly) clear; % Case 1: N=256 N=256; n=0:N-1; f1=
www.eeworm.com/read/407295/11422488

m ekf_update2.m

%EKF_UPDATE2 2nd order Extended Kalman Filter update step % % Syntax: % [M,P,K,MU,S,LH] = EKF_UPDATE2(M,P,Y,H,H_xx,R,[h,V,param]) % % In: % M - Nx1 mean state estimate after prediction step %
www.eeworm.com/read/341613/12075308

m 5-7.m

%例程5-7 功率谱估计的周期图法 % e.g.5-7.m for example5-7; % to test function of periodogram; %Estimate the PSD with periodogram method(By formula directly) clear; % Case 1: N=256 N=256; n=0:N-1; f1=
www.eeworm.com/read/152755/12087506

m d2a.m

function [x_estimate] = d2a(in_serial,no_bits,arg3,arg4) % D2A ......... Digital-to-analog conversion of PCM data. % % D2A(X,N,FLAG_1,FLAG_2) operates on the input data X. % The input sequenc
www.eeworm.com/read/251528/12339462

m ekf_update2.m

%EKF_UPDATE2 2nd order Extended Kalman Filter update step % % Syntax: % [M,P,K,MU,S,LH] = EKF_UPDATE2(M,P,Y,H,H_xx,R,[h,V,param]) % % In: % M - Nx1 mean state estimate after prediction step %
www.eeworm.com/read/415746/11055911

m 5-7.m

%例程5-7 功率谱估计的周期图法 % e.g.5-7.m for example5-7; % to test function of periodogram; %Estimate the PSD with periodogram method(By formula directly) clear; % Case 1: N=256 N=256; n=0:N-1; f1=
www.eeworm.com/read/288479/8629979

m normmix.m

function theta = normmix(x, opt1, opt2, opt3, opt4, opt5) %NORMMIX Estimate a mixture of normal distributions. % % theta = normmix(x) % theta = normmix(x, opt1, opt2, opt3, opt4, opt5) % % In t