state table
상태표 상태도 상태도표 ...등?
상태표 상태도 상태도표 ...등?
sequential_circuit의 행동을 specify. 4 sections(present state, ...)으로 구성.
Specifies the behavior of a sequential_circuit.
Consists of 4 sections:
present_state / present state
next_state / next state
state_equation
input_equation
output_equation
... input output equation
상태축소,state_reduction
Consists of 4 sections:
- present state
- input
- next state
Next state is a function of present states and inputs at time $\displaystyle t+1$
- output
Output is a function of present states and inputs at time $\displaystyle t$
present_state / present state
next_state / next state
state_equation
input_equation
output_equation
... input output equation
상태축소,state_reduction
이걸 state_diagram 으로도 표현 가능. 저기선 각 상태는 원형(circle, 속에 상태), 화살표 edge(입력/출력 으로 표시)
MKL
회로,circuit esp 논리회로,logic_circuit
Mealy_machine
회로,circuit esp 논리회로,logic_circuit
Mealy_machine
Outputs depend on inputs and states
(+) Tend to have fewer states
(+) React faster to inputs
Moore_machine(+) Tend to have fewer states
(+) React faster to inputs
Outputs depend only on the states
(+) Safer to use
특성표,characteristic_table (+) Safer to use