Skip to content

Struct zpk

struct zpk dsp

struct zpk { … }

Zero-pole-gain (ZPK) representation of a linear time-invariant (LTI) filter.

Compatible with the ZPK representation used in scipy.signal.

variable z

univector<complex<double>> z

Zeros of the transfer function

Fully qualified name: kfr::zpk::z

Declared at dsp/iir_design.hpp:50

variable p

univector<complex<double>> p

Poles of the transfer function

Fully qualified name: kfr::zpk::p

Declared at dsp/iir_design.hpp:51

variable k

double k

System gain

Fully qualified name: kfr::zpk::k

Declared at dsp/iir_design.hpp:52

Fully qualified name: kfr::zpk

Declared at dsp/iir_design.hpp:48

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.