MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ k_min_leading_coef

constexpr double MayaFlux::Nodes::Filters::k_min_leading_coef = 1e-6
inlineconstexpr

Minimum permissible magnitude for the leading denominator coefficient.

Normalization divides by a[0]. Coefficients arriving from update_coefs_from_node carry arbitrary signal values, so a magnitude floor bounds the resulting gain rather than rejecting only exact zero.

Definition at line 20 of file Filter.hpp.

Referenced by MayaFlux::Nodes::Filters::Filter::add_coef_internal(), and MayaFlux::Nodes::Filters::Filter::setACoefficients().