代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/471423/6892496
m mmse_mse_calc.m
%Function Declaration:
function ms_error=MMSE_MSE_calc(X,H,Y,Rgg,variance);
%This function generates mean squared error for the the MMSE estimator..
%EVALUATION OF Hmmse
%Hmmse=F*Rgg*inv(Rgy)*Y;
www.eeworm.com/read/336113/12476288
m mmse_mse_calc.m
%Function Declaration:
function ms_error=MMSE_MSE_calc(X,H,Y,Rgg,variance);
%This function generates mean squared error for the the MMSE estimator..
%EVALUATION OF Hmmse
%Hmmse=F*Rgg*inv(Rgy)*Y;
www.eeworm.com/read/102430/15780756
am makefile.am
#
# tslib/plugins/Makefile.am
#
# Copyright (C) 2001 Russell King.
#
# This file is placed under the LGPL. Please see the file
# COPYING for more details.
#
# $Id: Makefile.am,v 1.3 2002/06
www.eeworm.com/read/102430/15780781
in configure.in
dnl $Id: configure.in,v 1.3 2002/06/17 17:21:42 dlowder Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/ts_close.c)
AM_INIT_AUTOMAKE(libts,0.0.1)
AM_CONFIG_HEA
www.eeworm.com/read/390102/8486207
m make_rp.m
rp.TNRdB = 10; % TNR in dB
rp.INRdB = 20; % INR in dB
rp.Nsnaps = 200;
rp.mu = 1e-9;
rp.p = 5;
rp.decay = 0;
rp.verbose = 0;
rp.mean_v = 0; % mean of complex-valued AWGN
www.eeworm.com/read/288304/8643674
m make_rp.m
rp.TNRdB = 10; % TNR in dB
rp.INRdB = 20; % INR in dB
rp.Nsnaps = 20;
rp.mu = 1e-8;
rp.p = 5;
rp.decay = 0;
rp.verbose = 0;
rp.mean_v = 0; % mean of complex-valued AWGN
r
www.eeworm.com/read/288304/8643826
m make_rp.m
rp.TNRdB = 10; % TNR in dB
rp.INRdB = 20; % INR in dB
rp.Nsnaps = 200;
rp.mu = 1e-8;
rp.p = 5;
rp.decay = 0;
rp.verbose = 0;
rp.mean_v = 0; % mean of complex-valued AWGN
www.eeworm.com/read/287619/8678562
m pam.m
function s = PAM (M,N_s,sigma,sd)
% ==================================================================
% function s = PAM (M,N_s,sigma,sd)
%
% creates a sequence of N_s samples of M-PAM with variance
www.eeworm.com/read/184759/9080736
m cgpdf.m
function value = cgpdf(x,mean,sigma)
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Sim
www.eeworm.com/read/379733/9179927
m feedback_hermite.m
function [dm, dv, dmv, dev] = ...
feedback_hermite(dgm0, dgv0, dgmv, dgev, m_in, v_in, mv_in, ev_in, ...
m_out, v_out, nonlin, aux, status)
% FEEDBACK_HERMITE Evaluate the gr