28 #ifndef _NSOUND_FILTER_HIGH_PASS_IIR_H_
29 #define _NSOUND_FILTER_HIGH_PASS_IIR_H_
50 const float64 & percent_ripple = 0.0);
83 plot(
boolean show_fc =
true,
boolean show_phase =
false);
FilterHighPassIIR(const float64 &sample_rate, uint32 n_poles, const float64 &frequency, const float64 &percent_ripple=0.0)
float64 getFrequency() const
void plot(boolean show_fc=true, boolean show_phase=false)
A class for filtering audio in the frequecy domain.
A class for filtering audio in the frequecy domain.
void makeKernel(const float64 &frequency)
A Buffer for storing audio samples.
AudioStream filter(const AudioStream &x)