代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/198923/7903793
cpp n(0,3.6).cpp
#define N 100000
#define DIV 45 /*从-9到+5等分35个区间,间距为0.4*/
#define SPACING DIV*0.4
#define MEAN 0
#define VARIANCE 1.8974
#include "math.h"
#include "stdio.h"
main()
{
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/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/158100/11643569
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/158100/11643638
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/155543/11864112
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/155543/11864162
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/232058/14209425
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.
%