代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/182174/9213583
m mlpekf.m
function [y,theta,thetaRecord,PRecord,OutputVariance] = mlpekf(x,d,s1,s2,Rparameter,Qparameter,KalmanP,initVar,tsteps)
% PURPOSE: To simulate a standard EKF-MLP training algorithm.
% INPUTS : - x = T
www.eeworm.com/read/181164/9272070
cpp a_who.cpp
/* Copyright is licensed under GNU LGPL. by I.J.Wang 2005
Simulate shell command who
Build: make a_who
*/
#include "../src/wy_uty.h"
#include "../src/wyregfile.h"
#include "../s
www.eeworm.com/read/180274/9313806
cpp perceptron.cpp
/** @file
* $Id: perceptron.cpp 2542 2006-01-10 07:24:14Z ling $
*/
// "Fixed bias" means we still use the bias term, but do not change it.
// This is to simulate a perceptron without the bias ter
www.eeworm.com/read/374698/9388951
m simfile.m
function Yt = simFILE(model, filename,Xt,Yt)
% Only for intern LS-SVMlab use;
%
% simulate the LS-SVM model using the FILE interface to the C-file;
% By default, the file 'buffer.mc' is used to pass t
www.eeworm.com/read/371473/9552603
m stemcon.m
function II = stemcon()
% STEMCON Simulate an ADF image using the incoherent imaging model
% calls stempsf2d.m, stempot.m
%
% started 10-Apr-1997 David Muller (based on EJK's stemhr)
% modif
www.eeworm.com/read/169277/9870614
c sim.c
/* Simulate AWGN channel
* Copyright 1994 Phil Karn, KA9Q
* May be used under the terms of the GNU Public License
*/
#include
#define OFFSET 128
double normal_rand(double mean, d
www.eeworm.com/read/360895/10072727
m simfile.m
function Yt = simFILE(model, filename,Xt,Yt)
% Only for intern LS-SVMlab use;
%
% simulate the LS-SVM model using the FILE interface to the C-file;
% By default, the file 'buffer.mc' is used to pass t
www.eeworm.com/read/354151/10381992
c sim.c
/* Simulate AWGN channel
* Copyright 1994 Phil Karn, KA9Q
* May be used under the terms of the GNU Public License
*/
#include
#define OFFSET 128
double normal_rand(double mean, d
www.eeworm.com/read/354139/10383424
c sim.c
/* Simulate AWGN channel
* Copyright 1994 Phil Karn, KA9Q
*/
#include
#define OFFSET 128
double normal_rand(double mean, double std_dev);
/* Turn binary symbols into individual
www.eeworm.com/read/354135/10386839
c sim.c
/* Simulate AWGN channel
* Copyright 1994 Phil Karn, KA9Q
* May be used under the terms of the GNU Public License
*/
#include
#define OFFSET 128
double normal_rand(double mean, d