Nsound
0.9.4
|
This is the complete list of members for Nsound::FilterBandPassIIR, including all inherited members.
filter(const AudioStream &x) | Nsound::FilterBandPassIIR | |
filter(const AudioStream &x, const float64 &f) | Nsound::FilterBandPassIIR | |
filter(const AudioStream &x, const Buffer &frequencies) | Nsound::FilterBandPassIIR | |
filter(const AudioStream &x, const float64 &f_low, const float64 &f_high) | Nsound::FilterBandPassIIR | |
filter(const AudioStream &x, const Buffer &low_frequencies, const Buffer &high_frequencies) | Nsound::FilterBandPassIIR | |
filter(const Buffer &x) | Nsound::FilterBandPassIIR | |
filter(const Buffer &x, const float64 &f) | Nsound::FilterBandPassIIR | |
filter(const Buffer &x, const Buffer &frequencies) | Nsound::FilterBandPassIIR | |
filter(const Buffer &x, const float64 &f_low, const float64 &f_high) | Nsound::FilterBandPassIIR | |
filter(const Buffer &x, const Buffer &frequencies_Hz_low, const Buffer &frequencies_Hz_high) | Nsound::FilterBandPassIIR | |
filter(const float64 &x) | Nsound::FilterBandPassIIR | virtual |
filter(const float64 &x, const float64 &frequency_Hz) | Nsound::FilterBandPassIIR | virtual |
filter(const float64 &x, const float64 &frequency_Hz_low, const float64 &frequency_Hz_high) | Nsound::FilterBandPassIIR | virtual |
Filter(const float64 &sample_rate) | Nsound::Filter | |
FilterBandPassIIR(const float64 &sample_rate, uint32 kernel_size, const float64 &frequency_Hz_low, const float64 &frequency_Hz_high, const float64 &percent_ripple=0.0) | Nsound::FilterBandPassIIR | |
FilterBandPassIIR(const FilterBandPassIIR ©) | Nsound::FilterBandPassIIR | private |
gain_ | Nsound::FilterBandPassIIR | protected |
getFrequencyAxis(const uint32 n_fft=8192) | Nsound::Filter | |
getFrequencyHigh() const | Nsound::FilterBandPassIIR | |
getFrequencyLow() const | Nsound::FilterBandPassIIR | |
getFrequencyResponse(const uint32 n_fft=8192) | Nsound::Filter | |
getImpulseResponse(const uint32 n_samples=8192) | Nsound::Filter | |
getKernelSize() const | Nsound::Filter | inlinevirtual |
getPhaseResponse() | Nsound::Filter | |
getSampleRate() const | Nsound::Filter | inline |
high_ | Nsound::FilterBandPassIIR | protected |
is_realtime_ | Nsound::Filter | protected |
kernel_size_ | Nsound::Filter | protected |
low_ | Nsound::FilterBandPassIIR | protected |
operator=(const FilterBandPassIIR &rhs) | Nsound::FilterBandPassIIR | private |
plot(boolean show_fc=true, boolean show_phase=false) | Nsound::FilterBandPassIIR | |
Nsound::Filter::plot(boolean show_phase=false) | Nsound::Filter | |
reset() | Nsound::FilterBandPassIIR | virtual |
sample_rate_ | Nsound::Filter | protected |
sample_time_ | Nsound::Filter | protected |
setRealtime(bool flag) | Nsound::Filter | inline |
two_pi_over_sample_rate_ | Nsound::Filter | protected |
~Filter() | Nsound::Filter | inlinevirtual |
~FilterBandPassIIR() | Nsound::FilterBandPassIIR | virtual |