I cannot find any documentation on how the BiquadFilterNode.Q
value works if you set the BiquadFilterNode.type
to be 'notch'
. The notch filter should, in practice, attenuate signals within a range of frequencies, but BiquadFilterNode.frequency
seems to control "the center of the range of frequencies" and the Q
value is said to control "the width of the frequency band".
However, there is no info on what units would be used. Say, if I want to attenuate signals with frequencies between 300 Hz - 700 Hz, the center is 500 Hz so I set the frequency
to be that, but what value of Q
would be correct for this range?