代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/177454/9451906
m 过载svm.m
close all;
clear all;
N=9;
M=8;
j=sqrt(-1);
len=100;
% rp.TNRdB=10;
% rp.INRdB=10;
% rp.mean_v = 0; % mean of complex-valued AWGN
% rp.var_v = 1; % variance of complex-valued AWGN
theta=[
www.eeworm.com/read/177454/9451907
m 过载lms.m
close all;
clear all;
N=9;
M=8;
j=sqrt(-1);
len=100;
% rp.TNRdB=10;
% rp.INRdB=10;
% rp.mean_v = 0; % mean of complex-valued AWGN
% rp.var_v = 1; % variance of complex-valued AWGN
theta=[
www.eeworm.com/read/177451/9451912
m 多项式_svm.m
close all;
clear all;
N=6;
M=8;
j=sqrt(-1);
len=100;
% rp.TNRdB=10;
% rp.INRdB=10;
% rp.mean_v = 0; % mean of complex-valued AWGN
% rp.var_v = 1; % variance of complex-valued AWGN
theta=[
www.eeworm.com/read/424281/10472350
changelog
2008-07-03 Brian Gough
* Makefile.am (INCLUDES): use top_srcdir instead of top_builddir
2007-10-02 Brian Gough
* variance_source.c: a
www.eeworm.com/read/192035/8410417
m ar1eof.m
function [E,L,C]=ar1eof(g,a,mu2,M)
% AR1EOF - theoretical SSA EOFs for AR(1) process.
% Syntax: [E,L,C]=ar1eof(g,a,mu2,M);
%
% Given the autocorrelation (g), noise variance (a), and
% expected sq
www.eeworm.com/read/398034/8009016
m sa_fig7_10.m
% Min-Norm AOA estimation for a M = 6 element array with noise variance = .1
figure;
M=6;
D = 2; % number of signals
sig2=.1;
th1=-5*pi/180;
th2=5*pi/180;
a1=[1];
a2=[1];
temp=eye(M);
u
www.eeworm.com/read/317326/13505880
m sa_fig7_10.m
% Min-Norm AOA estimation for a M = 6 element array with noise variance = .1
figure;
M=6;
D = 2; % number of signals
sig2=.1;
th1=-5*pi/180;
th2=5*pi/180;
a1=[1];
a2=[1];
temp=eye(M);
u
www.eeworm.com/read/144624/5749290
entries
/Makefile.am/1.3/Wed Jun 19 18:55:08 2002//
/dejitter.c/1.6/Fri Nov 8 23:28:56 2002//
/linear.c/1.6/Fri Nov 8 23:28:56 2002//
/variance.c/1.3/Fri Nov 8 23:28:56 2002//
D
www.eeworm.com/read/342996/11984732
entries
/Makefile.am/1.3/Wed Jun 19 18:55:08 2002//
/dejitter.c/1.6/Fri Nov 8 23:28:56 2002//
/linear.c/1.6/Fri Nov 8 23:28:56 2002//
/variance.c/1.3/Fri Nov 8 23:28:56 2002//
D
www.eeworm.com/read/479351/1333275
asv mmse_mse_calc.asv
%Function Declaration:
function ms_error=MMSE_MSE_calc(X,H,Y,Rgg,variance);
u=rand(64,64);
F=fft(u)*inv(u);%The 64 X 64 twiddle factor matrix..
I=eye(64,64);
Rgy=Rgg * F'* X';
Ryy=X * F * Rgg *