代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/478401/6716193
m demo2_03.m
%
% "Type 2 Tracker" for random walk process with mean velocity
%
clear all;
close all;
N = 100; % Number of samples of process used in simulations
R = .16; % Variance of sampling no
www.eeworm.com/read/476907/6754134
m gwnoise.m
function [m, d, s] = gwnoise(m, d, s)
%GWNOISE generate valid mean value, standard deviation and seeds for GWNOISE block.
% [M, D, S] = GWNOISE(M, D, S) checks input mean M, standard deviation D, an
www.eeworm.com/read/150760/12265519
m gencircledata.m
function [X,gnd_X] = gencircledata(Center,R,num_data,dev)
% GENCIRCLEDATA Generates data on circle corrupted by Gaussian noise.
%
% Synopsis:
% [X,gnd_X] = gencircledata(Center,R,num_data,dev)
www.eeworm.com/read/252197/12293175
m gwnoise.m
function [m, d, s] = gwnoise(m, d, s)
%GWNOISE generate valid mean value, standard deviation and seeds for GWNOISE block.
% [M, D, S] = GWNOISE(M, D, S) checks input mean M, standard deviation D, an
www.eeworm.com/read/216045/15028266
m gwnoise.m
function [m, d, s] = gwnoise(m, d, s)
%GWNOISE generate valid mean value, standard deviation and seeds for GWNOISE block.
% [M, D, S] = GWNOISE(M, D, S) checks input mean M, standard deviation D, an
www.eeworm.com/read/213492/15133553
m gencircledata.m
function [X,gnd_X] = gencircledata(Center,R,num_data,dev)
% GENCIRCLEDATA Generates data on circle corrupted by Gaussian noise.
%
% Synopsis:
% [X,gnd_X] = gencircledata(Center,R,num_data,dev)
www.eeworm.com/read/167185/5463169
3 gauss.3
.\" Copyright (c) 1987 Entropic Speech, Inc.; All rights reserved
.\" @(#)gauss.3 1.4 20 Oct 1987 ESI
.TH GAUSS 3\-ESPSsp 20 Oct 1987
.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ Entropic
www.eeworm.com/read/163565/5509724
m gwnoise.m
function [m, d, s] = gwnoise(m, d, s)
%GWNOISE generate valid mean value, standard deviation and seeds for GWNOISE block.
% [M, D, S] = GWNOISE(M, D, S) checks input mean M, standard deviation D, an
www.eeworm.com/read/367354/9755015
h pr_cluster.h
#ifndef PR_CLUSTER_H
#define PR_CLUSTER_H
#include"PR_unit.h"
using std::vector;
class PR_Cluster //The cluster class
{
public:
vector< PR_unit* > samples;
vector< int > serial;
PR_
www.eeworm.com/read/367353/9755051
h pr_cluster.h
#ifndef PR_CLUSTER_H
#define PR_CLUSTER_H
#include"PR_unit.h"
using std::vector;
class PR_Cluster //The cluster class
{
public:
vector< PR_unit* > samples;
vector< int > serial;
PR_