代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/168118/9938043
m dispplust.m
function dispplust
% Display of the average Plus Time values with their
% corresponding standard deviation and fold for each receiver
f=gcf;
fbcoord=refdata('get','fbcoord');
plust=refdata('get','plus
www.eeworm.com/read/163324/10165983
m c4l3.m
% Preallocation
Z=zeros(1,100);
count=0;
Z1=0;
for I=1:100
SUM=0;
for J=1:12
RAND=rand(1);
SUM=SUM+RAND;
end;
X=SUM-6;
Z(I)=X;
Z1=Z(I)+Z1;
XMEAN=Z1/I;
end;
SIGMA=0;
www.eeworm.com/read/424063/10499429
m normal.m
function y=normal(x,m,s)
% FUNCTION y=NORMAL(x,m,s)
% Gaussian distribution
% m=mean
% s=standard deviation
y=(1/sqrt(2*pi*s^2))*exp(-((x-m).^2)/(2*s^2));
www.eeworm.com/read/424063/10500162
m normal.m
function y=normal(x,m,s)
% FUNCTION y=NORMAL(x,m,s)
% Gaussian distribution
% m=mean
% s=standard deviation
y=(1/sqrt(2*pi*s^2))*exp(-((x-m).^2)/(2*s^2));
www.eeworm.com/read/424063/10503444
m gwnoise.m
function [m, d, s] = gwnoise(m, d, s)
%GWNOISE generates a valid mean value, standard deviation and seeds for GWNOISE block.
% [M, D, S] = GWNOISE(M, D, S) checks input mean M, standard deviation D,
www.eeworm.com/read/423536/10553021
m normal.m
function y=normal(x,m,s)
% FUNCTION y=NORMAL(x,m,s)
% Gaussian distribution
% m=mean
% s=standard deviation
y=(1/sqrt(2*pi*s^2))*exp(-((x-m).^2)/(2*s^2));
www.eeworm.com/read/423536/10553098
m normal.m
function y=normal(x,m,s)
% FUNCTION y=NORMAL(x,m,s)
% Gaussian distribution
% m=mean
% s=standard deviation
y=(1/sqrt(2*pi*s^2))*exp(-((x-m).^2)/(2*s^2));
www.eeworm.com/read/278154/10562341
c xmoment.c
/* Driver for routine moment */
#include
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define PI 3.14159265
#define NPTS 5000
#define NBIN 100
#define NP
www.eeworm.com/read/350990/10690647
m normal.m
function y=normal(x,m,s)
% FUNCTION y=NORMAL(x,m,s)
% Gaussian distribution
% m=mean
% s=standard deviation
y=(1/sqrt(2*pi*s^2))*exp(-((x-m).^2)/(2*s^2));
www.eeworm.com/read/276954/10692049
h kmrand.h
//----------------------------------------------------------------------
// File: KMrand.h
// Programmer: Sunil Arya and David Mount
// Last modified: 03/27/02
// Description: Basic include file for