代码搜索:Simulate
找到约 2,241 项符合「Simulate」的源代码
代码结果 2,241
www.eeworm.com/read/361768/10036506
m dcc_simulate.m
function [finaldata,Ht,state,Rt, Qt]=dcc_simulate(k,t,CorrMat,garchparameters,archP,garchQ,dccparameters,dccP,dccQ,state);
% PURPOSE:
% Simulate a DCC MVGARCH time series
%
% USAGE:
% [f
www.eeworm.com/read/360399/10097946
bmp simulate3.bmp
www.eeworm.com/read/359538/10140375
m ssmpc_simulate.m
www.eeworm.com/read/354402/10358822
ini can_simulate.ini
/******************************************************************************/
/* CAN_Simulate.ini Script for simulator, for simulating LCD and AD */
/***********************************
www.eeworm.com/read/159148/10691716
m hata_simulate.m
% 仿真程序
clear;
hold off;
d=10:10:1000; % 距离10~1000m之间抽样,步长10m
dkm=d/1000; % 换算成千米
para=[900 100 1.6; 900 200 1.6]; %仿真参数,分两组数据如下
www.eeworm.com/read/349699/10803831
m ssmpc_simulate.m
www.eeworm.com/read/349699/10803852
m mpc_simulate.m
%%%%%%%%%%%%%% Either: (NO T-filter!!)
%%%%%%%%%%%%%% (1) Gives control law parameters (nargin = 6 only)
%%%%%%%%%%%%%% (2) Simulates MIMO GPC with constraint handling
%%%
www.eeworm.com/read/349699/10803869
m imgpc_simulate.m
%%% Simulation of independent model GPC with a state space model (Figure 1 on)
%%%
%%% Uses the cost function J = sum (r-y)^2 + R(u-uss)^2
%%% (weights absolute inputs not increments)
%%%
%% [
www.eeworm.com/read/349103/10852394
simulate_binary_rtl
vhdlan constants.vhd
vhdlan binary.vhd
vhdlan tb_binary.vhd
vhdlsim -i run.sim.scr CFG_TB_BINARY_BLOCK_BEHAVIORAL
www.eeworm.com/read/419410/10870556
c simulate_ping.c
// 简单模拟ping程序的框架
#include
#include
#include
void send_ip()
{
/*发送回送请求报文,这里只是打印消息*/
printf("send a icmp echo request packet\n");
}
void recv_ip()
{
/*挂