cbadc.analog_system.topology

Tools to construct analog systems by means of combining other analog systems.

Functions

chain(analog_systems)

Construct an analog system by chaining several analog systems.

sos2abcd(sos)

Transform a series of biquad (second order systems (sos)) filters into their A,B,C,D state space model equivalent.

stack(analog_systems)

Construct an analog system by stacking several analog systems in parallel.

tf2abcd(b, a)

Transform a transferfunctions into a controllable canonical state space form.

zpk2abcd(z, p, k)

Convert zeros and poles into A, B, C, D matrix