Signal\Logical\Real
Domains: Discrete, Continuous. Size: 1-D. Allowed in: Block Diagrams.
This has 8 implementations varying from a 2-input NOR to a 9-input NOR.
• | inputs_2 |
• | inputs_3 |
• | inputs_4 |
• | inputs_5 |
• | inputs_6 |
• | inputs_7 |
• | inputs_8 |
• | inputs_9 |
The output signal of this submodel for the two-input NOR is according the truth table below:
input1 |
input2 |
output |
false |
false |
true |
false |
true |
false |
true |
false |
false |
true |
true |
false |
with
|
false |
true |
inputs |
<= 0.5 |
> 0.5 |
output |
0 |
1 |
The output signal for the other NOR implementations follows a similar pattern. The output signal is only true when all input signals are equal to false.
Port name |
Data type |
Description |
Range |
Inputs |
|||
input1 |
real |
First AND input |
<= 0.5 / > 0.5 |
input2 |
real |
Second AND input |
<= 0.5 / > 0.5 |
Outputs |
|
||
output |
real |
Result of the NOR operation |
1 or 0 |
This block operates with real inputs. Boolean inputs can also be used but will lead to a warning during processing.