代码搜索:Variance
找到约 2,271 项符合「Variance」的源代码
代码结果 2,271
www.eeworm.com/read/412611/11190709
m noisecu.m
function noise=noisecu(N);
%NOISECU Analytic complex uniform white noise.
% NOISE=NOISECU(N) computes an analytic complex white uniform
% noise of length N with mean 0.0 and variance 1.0.
%
% Exampl
www.eeworm.com/read/335058/12552201
m noisecu.m
function noise=noisecu(N);
%NOISECU Analytic complex uniform white noise.
% NOISE=NOISECU(N) computes an analytic complex white uniform
% noise of length N with mean 0.0 and variance 1.0.
%
% Exampl
www.eeworm.com/read/334935/12561143
m randn.m
function R=randn(M,N)
% RANDN Normally distributed random numbers and matrices from
% a normal distribution with mean 0.0 and variance 1.0.
% usage:
% R = randn(M,N)
%
% R: matrix of random values
www.eeworm.com/read/146860/12606945
m noisecu.m
function noise=noisecu(N);
%NOISECU Analytic complex uniform white noise.
% NOISE=NOISECU(N) computes an analytic complex white uniform
% noise of length N with mean 0.0 and variance 1.0.
%
% Exampl
www.eeworm.com/read/237026/13980779
m noisecu.m
function noise=noisecu(N);
%NOISECU Analytic complex uniform white noise.
% NOISE=NOISECU(N) computes an analytic complex white uniform
% noise of length N with mean 0.0 and variance 1.0.
%
% Exampl
www.eeworm.com/read/133638/14032722
m noisecu.m
function noise=noisecu(N);
%NOISECU Analytic complex uniform white noise.
% NOISE=NOISECU(N) computes an analytic complex white uniform
% noise of length N with mean 0.0 and variance 1.0.
%
% Exampl
www.eeworm.com/read/132819/14071941
m noisecu.m
function noise=noisecu(N);
%NOISECU Analytic complex uniform white noise.
% NOISE=NOISECU(N) computes an analytic complex white uniform
% noise of length N with mean 0.0 and variance 1.0.
%
% Exampl
www.eeworm.com/read/204769/15333802
txt rbf.txt
2 16.000000 #rbf with variance 16.000000
9947 # Number of features
-0.21801 #Threshold b
5.00000 #C parameter
1099 #Number of support vectors
5.00000 6:0.01984 15:0.03399 29:0.03603 31:0.03781 41
www.eeworm.com/read/101201/15841822
m decoding.m
No=variance;
% assume the codeword c, the parity check matrix H and No are already loaded into the MATLAB memory
tx_waveform=bpsk(u,1); %amp= 1
rx_waveform=awgn(tx_waveform,No);
sc
www.eeworm.com/read/192440/8381458
cpp gasdev.cpp
#include
#include "dist.h"
float NormalDist::gasdev(void)
// returns a normally distributed deviate with zero mean and unit
// variance, using ran1(idum) as the source of uniform deviates.