|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::vector< double > MayaFlux::Kinesis::Discrete::cascade | ( | std::span< const double > | lhs, |
| std::span< const double > | rhs | ||
| ) |
Polynomial product of two coefficient vectors.
Cascading two sections is multiplication of their transfer functions, which is convolution of the numerators and of the denominators separately. Apply once to the a pair and once to the b pair to collapse two sections into a single higher-order recurrence.
| lhs | First coefficient vector |
| rhs | Second coefficient vector |
Definition at line 298 of file Coefficients.cpp.