gftool.basis

Different function bases.

The basis classes are based on NamedTuple, hence they have hardly any overhead. On the other hand, no additional checks are performed in the constructor.

Submodules

pole

Representation using poles and the corresponding residues.

API

Classes

RatPol(numer, denom)

Rational polynomial given as numerator and denominator.

ZeroPole(zeros, poles[, amplitude])

Rational polynomial characterized by zeros and poles.