DTypeFlipFlop

Navigation:  Library > Signal > Logical > Discrete >

DTypeFlipFlop

Previous pageReturn to chapter overviewNext page

Library

Signal\Logical\Discrete

Use

Domains: Discrete. Size: 1-D. Kind: Block Diagrams.

The initial output of this model is equal to the initial value oldoutput_initial. Otherwise the output signal is equal to the input signal each time the control input changes from false to true:

 

output = input; (oldcontrol = false and control = true)

output = oldoutput; (otherwise)

 

with

 

false

true

inputs

<= 0.5

> 0.5

output

0.0

1.0

Interface

Inputs

Description

input

control

 

Outputs

 

output

 

Initial Values

 

oldcontrol_initial

oldoutput_initial

Initial value of the control signal.

Initial value of the output.