DTypeFlipFlop

Navigation:  Library > Signal > Logical > Continuous >

DTypeFlipFlop

Previous pageReturn to chapter overviewNext page

Library

Signal\Logical\Continuous

Use

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

Description

The initial output of this model is equal to the parameter 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

 

Parameters

 

initial

Initial value of the output.