> I'd like to try using [tap.filter~] to create a highpass filter, but
> have a couple of questions.
>
> 1. What are the default values for the object?
The default value seems to be 1000 Hz for all Butterworth filters. I
guess I set this default frequency for the simple reason that the
filtering would be noticable in all filter types.
> 2. Am I correct in assuming that a highpass.butterworth.1, . 2, .3
> or .
> 4 has a slope of 6dB, 12dB, 18dB, or 24db per octave respectively?
Yes.
> 3. Does "q" have any effect if you choose a highpass.butterworth
> filter?
For the butterforth high- and lowpass filters, no. Butterworth filters
are characterised by having maximally flat frequency response in the
passband region, and do not have resonating peeks. For the bandpass
and pandreject filters though, q will influence how wide the bandpass
region is.
If you want resonating peeks for highpass/lowpass filters, you should
look for other filters than Butterworth.
Best,
Trond