dkpy.ComplexDiagonalBlock
- class dkpy.ComplexDiagonalBlock(num_channels)
Bases:
UncertaintyBlockComplex-valued diagonal uncertainty block.
- Parameters:
num_channels (int)
- __init__(num_channels)
Instantiate
ComplexDiagonalBlock.- Parameters:
num_channels (int) – Number of exogenous inputs (w) and exogenous outputs (z) for the uncertainty block.
- Raises:
ValueError – If
num_channelsis not greater than zero.
Methods
__init__(num_channels)Instantiate
ComplexDiagonalBlock.Attributes
Get boolean for complex uncertainty.
Get boolean for diagonal uncertainty.
Get boolean for square uncertainty.
Get number of exogenous inputs (w) for the uncertainty block.
Get number of exogenous outputs (z) for the uncertainty block.