代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/219596/14874261
m ssmpc_simulate.m
www.eeworm.com/read/219596/14874268
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/219596/14874279
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/217557/14958768
m simulate_points.m
function Pf = simulate_points(P0,sys_eq,ode_param,tf);
Pf = vertices;
for k = 1:length(P0)
% syntax: ODE45('F',TSPAN,Y0,OPTIONS,P1,P2,...)
[T,X] = ode45(sys_eq,[0 tf],P0(k),[],ode_param);
www.eeworm.com/read/12114/239608
log simulate_dofile.log
www.eeworm.com/read/17236/725139
sh simulate_isim.sh
# file: simulate_isim.sh
#
# (c) Copyright 2008 - 2011 Xilinx, Inc. All rights reserved.
#
# This file contains confidential and proprietary information
# of Xilinx, Inc. and is protected under U.S.
www.eeworm.com/read/17236/725140
sh simulate_vcs.sh
#!/bin/sh
# remove old files
rm -rf simv* csrc DVEfiles AN.DB
# compile all of the files
# Note that -sverilog is not strictly required- You can
# remove the -sverilog if you change the type of th
www.eeworm.com/read/17236/725141
do simulate_mti.do
# file: simulate_mti.do
#
# (c) Copyright 2008 - 2011 Xilinx, Inc. All rights reserved.
#
# This file contains confidential and proprietary information
# of Xilinx, Inc. and is protected under U.S.
www.eeworm.com/read/17236/725143
sh simulate_ncsim.sh
#/bin/sh
# file: simulate_ncsim.sh
#
# (c) Copyright 2008 - 2011 Xilinx, Inc. All rights reserved.
#
# This file contains confidential and proprietary information
# of Xilinx, Inc. and is protected
www.eeworm.com/read/17236/725144
bat simulate_isim.bat
REM file: simulate_isim.bat
REM
REM (c) Copyright 2008 - 2011 Xilinx, Inc. All rights reserved.
REM
REM This file contains confidential and proprietary information
REM of Xilinx, Inc. and is pr