代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/102394/15784317
authors
Mark Galassi (rosalia@lanl.gov) - overall design, simulated annealing
Jim Davies (jimmyd@nis.lanl.gov) - statistics library
James Theiler (jt@nis.lanl.gov) - random number generators
Brian Gough (bjg@
www.eeworm.com/read/431224/8695522
m fm_annealing.m
function [nu,nl,pmu_test, I_idx, pseudoi, ok] = fm_annealing(rangoH,ntest,pmu_test,nu,nl,hdl_nob,zeroinj)
% FM_ANNEALING define the Simulated Aneealing method for
% PMU placement
%
% (..
www.eeworm.com/read/384940/8828831
m fm_annealing.m
function [nu,nl,pmu_test, I_idx, pseudoi, ok] = fm_annealing(rangoH,ntest,pmu_test,nu,nl,hdl_nob,zeroinj)
% FM_ANNEALING define the Simulated Aneealing method for
% PMU placement
%
% (..
www.eeworm.com/read/282044/9122532
c sat2.c
/* sat2.c
Simple experiments with simulated annealing
find the nonlinear least squares optimum solution
usage: sat2 < input.data
*/
static char rcsid[] = "@(#)sat2.c 1.1 09:47:21 10/30/
www.eeworm.com/read/170101/9820198
c sat2.c
/* sat2.c
Simple experiments with simulated annealing
find the nonlinear least squares optimum solution
usage: sat2 < input.data
*/
static char rcsid[] = "@(#)sat2.c 1.1 09:47:21 10/30/
www.eeworm.com/read/162867/10262457
m pertoneeq.m
% pertoneeq implements Per Tone equalizers in a simulated DMT-ADSL system.
%
% z = pertoneeq(P, s)
%
% z: equalizer output ((N x 1) x T ); z(0), ..., z(N - 1)
% P: equalizer coefficients (N x K)
www.eeworm.com/read/160819/10495600
h balloon.h
#ifndef _BALLOON_H
#define _BALLOON_H
// class for balloon manipulation using simulated auto pilot
// written: 8/29/93 (based on an idea of Dave Reed)
// modified: 8/30/94, 12/29/94, 11/3/95
// mem
www.eeworm.com/read/418304/10954512
m fm_annealing.m
function [nu,nl,pmu_test, I_idx, pseudoi, ok] = fm_annealing(rangoH,ntest,pmu_test,nu,nl,hdl_nob,zeroinj)
% FM_ANNEALING define the Simulated Aneealing method for
% PMU placement
%
% (..
www.eeworm.com/read/418157/10963561
m simonepath.m
% 4th Order Low-Pass Sigma-Delta Modulator Model
% by A. Fornasari, P. Malcovati
% The modulator structure is simulated using Simulink (OnePath.mdl).
% 1. Plots the Power Spectral Density of the bit-s
www.eeworm.com/read/418157/10963576
m sd2demo_colored.m
% 2nd Order Low-Pass Sigma-Delta Modulator Model with Colored Noise Source
% by S. Brigati, A. Fornasari, P. Malcovati
% The modulator structure is simulated using Simulink (sd2mod_colored.mdl).
%