For a bandpass filter, all inputs should be non-NaN. For high pass,
fh and nh should be NaN; for low pass, fl and nl should be NaN. Input
corner frequencies are in cycles/second, not radians/second.
# Calculate poles and zeros of Butterworth filter with a second-order# high-pass above 1 Hz, and a fourth-order low-pass below 10 HzButterPZ(1, 2, 10, 4)