Function tap::algorithms::s2z¶
Defined in File butterworth.hpp
Function Documentation¶
-
constexpr std::complex<double> tap::algorithms::s2z(std::complex<double> s, double Ts)¶
used to transform poles from the laplace domain to the Z domain for discrete time using the bilinear transform
- Parameters:
s – [in] a pole or zero from the laplace domain
Ts – [in] the sample time
- Returns:
a complex number corresponding to the Z domain location