modelXnor
Xnor logic component with multiple input and one output
Extends from D.Interfaces.MISO (Multiple input - single output).
Information
Xnor component with multiple input values and one output.
According to the standard logic xor table (Tables.XorTable)an intermediate value is calculated, to which the not table (Tables.NotTable) is applied.
To avoid loops in the numerical treatment, the pre operator is applied to the output.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n (from MISO) | 2 | Number of inputs |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| D.Interfaces.DigitalInput[n] | x (from MISO) | Connector of Digital input signal vector | |
| D.Interfaces.DigitalOutput | y (from MISO) | Connector of Digital output signal |
Revisions
- September 15, 2004 vector approach used for all fixed numbers of inputs
by Christoph Clauss
- October 22, 2003
by Liane Jacobi
initially modelled.