代码搜索结果
找到约 10,000 项符合
State Machine 的代码
tx_state_mach.vhd
-- Altera Microperipheral Reference Design Version 0802
--**********************************************************************************************
--
-- System: A8251
-- Component: Tx
get_auto_state.m
function val = get_auto_state(whichauto,st,param)
% Get a parameter of the specified state in the specified `approximating
% automaton`.
%
% Syntax:
% "val = get_auto_state(whichauto,st,param
get_fsm_state.m
function [state_name,state_number] = get_fsm_state(block_name,q)
% Get the FSM state for the specified FSMB given the composite FSM state
% vector.
%
% Syntax:
% "[state_name,state_number] =
set_auto_state.m
function set_auto_state(whichauto,st,param,val)
% Set a parameter of the specified state in the specified `approximating
% automaton`.
%
% Syntax:
% "set_auto_state(whichauto,st,param,val)"
h2state.m
function [k,x] = h2state(a,b,c,d,ep)
%
% [F,P] = h2state(A,B,C,D,epsilon) returns an H2 suboptimal state
% feedback control law u = F x for the following continuous-
% time system
network_steady_state.m
% [S,J,Sdot] = network_steady_state(network,s,integrate,L_int,NR_int,indep_met_int)
%
% calculate steady state concentrations S, fluxes J, and elasticities epsilon
% given network and parameters initi