nengolib.signal.Hankel

class nengolib.signal.Hankel[source]

Scaled realization given by the Hankel singular values.

This (generously) bounds the worst-case state vector by the given radii. Thus, the radii that are given should be much smaller than the actual desired radius in order to compensate.

The worst-case output is given by the l1_norm() of a system which in turn is bounded by 2 times the sum of the Hankel singular values. [1]

References

[1]Khaisongkram, W., and D. Banjerdpongchai. “On computing the worst-case norm of linear systems subject to inputs with magnitude bound and rate limit.” International Journal of Control 80.2 (2007): 190-219.

Methods

__call__(sys[, radii]) Produces a RealizerResult scaled by the radii.