Class ARBQ1BiquadQs
java.lang.Object
com.io7m.aradine.filter.biquad1.ARBQ1BiquadQs
Functions to calculate Q values for biquad filters.
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]butterworthStyleCascadedQValues(int order) Calculate a set of Q values for a series of cascaded filters to yield Butterworth-style responses.
-
Method Details
-
butterworthStyleCascadedQValues
public static double[] butterworthStyleCascadedQValues(int order) Calculate a set of Q values for a series of cascaded filters to yield Butterworth-style responses.- Parameters:
order- The filter order (must be even, and nonzero)- Returns:
- The Q values
-