代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/481033/6656038
asn cryptlib.asn
-/ This specification makes one slight deviation from standard ASN.1 syntax
to overcome an annoyance in ASN.1 which requires a separate -- at the
start of each and every line of comment. Inst
www.eeworm.com/read/479067/6698857
m normcdf.m
function p = normcdf(x,mu,sigma)
%NORMCDF Normal cumulative distribution function (cdf).
% P = NORMCDF(X,MU,SIGMA) computes the normal cdf with mean MU and
% standard deviation SIGMA at the val
www.eeworm.com/read/152786/12083194
asn cryptlib.asn
-/ This specification makes one slight deviation from standard ASN.1 syntax
to overcome an annoyance in ASN.1 which requires a separate -- at the
start of each and every line of comment. Inst
www.eeworm.com/read/337984/12331407
java histogram.java
/* 6.2 Histogram.java
* Generate 100 random numbers ~Unif[0,1], calc mean, sd and plot a histogram of distribution.
* i) Why is the calculation of the standard deviation inefficient? How
*
www.eeworm.com/read/130467/14191741
asn cryptlib.asn
-/ This specification makes one slight deviation from standard ASN.1 syntax
to overcome an annoyance in ASN.1 which requires a separate -- at the
start of each and every line of comment. Inst
www.eeworm.com/read/217687/14953425
m colorednoise.m
function n = ColoredNoise(sd,Len,fs,beta);
%
% N = ColoredNoise(SD,Len,fs,beta),
% Colored noise generation by frequency domain filtering of white noise.
%
% inputs:
% sd: the standard deviation of
www.eeworm.com/read/396844/2407560
m mynormpdf.m
function y = normpdf(x,mu,sigma)
%NORMPDF Normal probability density function (pdf).
% Y = NORMPDF(X,MU,SIGMA) Returns the normal pdf with mean, MU,
% and standard deviation, SIGMA, at the values
www.eeworm.com/read/396844/2407561
m mynormcdf.m
function p = normcdf(x,mu,sigma)
%NORMCDF Normal cumulative distribution function (cdf).
% P = NORMCDF(X,MU,SIGMA) computes the normal cdf with mean MU and
% standard deviation SIGMA at the values
www.eeworm.com/read/174184/9603034
txt programs.txt
Programs from: "The Scientist and Engineer's Guide to Digital Signal Processing.
TABLE 2-1
100 CALCULATION OF THE MEAN AND STANDARD DEVIATION
110 '
120 DIM X[511] 'The signal is h
www.eeworm.com/read/200886/15420687
m mynormpdf.m
function y = mynormpdf(x,mu,sigma)
%NORMPDF Normal probability density function (pdf).
% Y = NORMPDF(X,MU,SIGMA) Returns the normal pdf with mean, MU,
% and standard deviation, SIGMA, at the valu