modelQuantization
DAC quantization effects
Extends from Clocked.RealSignals.Interfaces.PartialClockedSISO (Block with clocked single input and clocked single output Real signals).
Information
The clocked Real input signal is value discretized (the discretization is defined by parameter bits).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | quantized | false | = true, if quantization effects shall be computed |
| Real | yMax | 1 | Upper limit of output |
| Real | yMin | -1 | Lower limit of output |
| Integer | bits | 8 | Number of bits of quantization (if quantized = true) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | u (from PartialClockedSISO) | Connector of clocked, Real input signal | |
| Modelica.Blocks.Interfaces.RealOutput | y (from PartialClockedSISO) | Connector of clocked, Real output signal |