代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/430096/8766452
java fill41.java
// generics/Fill41.java
// TIJ4 Chapter Generics, Exercise 41, page 737
// Modify Fill2.java to use the classes in typeinfo.pets instead
// of the Coffee classes.
// Using adapters to simulate lat
www.eeworm.com/read/430025/8772213
asv chireix_pa_character.asv
%This program is want to simulate the characterisitic of Chireix power
%amplifier which based on the Z-matrix of the Chireix combiner
%2007-02-22
%Sweden
%wujianfeng
zo=50;
p1max=100;
p2max=100
www.eeworm.com/read/430025/8772228
m chireix_pa_character.m
%This program is want to simulate the characterisitic of Chireix power
%amplifier which based on the Z-matrix of the Chireix combiner
%2007-02-22
%Sweden
%wujianfeng
zo=50;
p1max=100;
p2max=100
www.eeworm.com/read/428451/8867343
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/427586/8932220
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/281848/9129829
java fill41.java
// generics/Fill41.java
// TIJ4 Chapter Generics, Exercise 41, page 737
// Modify Fill2.java to use the classes in typeinfo.pets instead
// of the Coffee classes.
// Using adapters to simulate lat
www.eeworm.com/read/183445/9158781
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/182175/9213560
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/182175/9213567
m mlpekfq.m
function [y,theta,thetaRecord,PRecord,OutputVariance,qplot] = mlpekfQ(x,d,s1,s2,Rparameter,Qparameter,KalmanP,initVar,window,tsteps)
% PURPOSE: To simulate a standard EKF-MLP training algorithm.
% INP
www.eeworm.com/read/182174/9213577
m mlp.m
function y = mlp(x,theta,s1,s2);
% PURPOSE : To simulate a one hidden layer sigmoidal MLP.
% INPUTS : - x = The network input.
% - theta = The network weights.
% - s1 = Number of