| response, with the specified corner frequency and Q shape. If Q is | response, with the specified corner frequency and Q shape. If Q is | ||||
| higher that 0.7071, be careful of filter gain (see below). | higher that 0.7071, be careful of filter gain (see below). | ||||
| </p> | </p> | ||||
| <p class=func><span class=keyword>setLowpass</span>(stage, frequency, Q);</p> | |||||
| <p class=func><span class=keyword>setHighpass</span>(stage, frequency, Q);</p> | |||||
| <p class=desc>Configure one stage of the filter (0 to 3) with high pass | <p class=desc>Configure one stage of the filter (0 to 3) with high pass | ||||
| response, with the specified corner frequency and Q shape. If Q is | response, with the specified corner frequency and Q shape. If Q is | ||||
| higher that 0.7071, be careful of filter gain (see below). | higher that 0.7071, be careful of filter gain (see below). | ||||
| </p> | </p> | ||||
| <p class=func><span class=keyword>setLowpass</span>(stage, frequency, Q);</p> | |||||
| <p class=func><span class=keyword>setBandpass</span>(stage, frequency, Q);</p> | |||||
| <p class=desc>Configure one stage of the filter (0 to 3) with band pass | <p class=desc>Configure one stage of the filter (0 to 3) with band pass | ||||
| response. The filter has unity gain at the specified frequency. Q | response. The filter has unity gain at the specified frequency. Q | ||||
| controls the width of frequencies allowed to pass. | controls the width of frequencies allowed to pass. | ||||
| </p> | </p> | ||||
| <p class=func><span class=keyword>setLowpass</span>(stage, frequency, Q);</p> | |||||
| <p class=func><span class=keyword>setNotch</span>(stage, frequency, Q);</p> | |||||
| <p class=desc>Configure one stage of the filter (0 to 3) with band reject (notch) | <p class=desc>Configure one stage of the filter (0 to 3) with band reject (notch) | ||||
| response. Q controls the width of rejected frequencies. | response. Q controls the width of rejected frequencies. | ||||
| </p> | </p> |