代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/168454/9912412
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/167781/9952821
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/167207/9976869
m lms.m
clear all;
u=0.04;
n=2000;
a1=-0.2;
a2=1;
a3=[1 a1 a2];
b1=1;
m1=randn(1,n);
m1=m1/std(m1);
m1=m1-mean(m1);
a=0;
b=sqrt(0.0965);
m1=a+b*m1;
[x zf]=filter(b1,a3,m1);
w1(1)=0;w2(1)=
www.eeworm.com/read/362715/9984813
java francoisvieta.java
class FrancoisVieta extends Estimation
{
//----------------FIELDS-------------
private double pi;
//--------------CONSTRUCTOR-------------
public FrancoisVieta(int newTermNo)
{
super(n
www.eeworm.com/read/362246/10010456
m contents.m
% Probability distribution functions.
%
% estimation - (dir) Probability distribution estimation.
%
% dsamp - Generates samples from discrete distribution.
% erfc2 - Normal cumulative dis
www.eeworm.com/read/165851/10049055
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/163199/10170995
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/359009/10171228
m contents.m
% GARCH Toolbox.
% Version 1.0.2 (R13) 28-Jun-2002
%
% Help and Documentation
% garchdemos - Contents of GARCH demonstration functions.
%
% GARCH Toolbox Structure Interface Functions.
% ga