This is the complete list of members for Nsound::FilterLowPassIIR, including all inherited members.
a_ | Nsound::FilterStageIIR | protected |
b_ | Nsound::FilterStageIIR | protected |
Filter(const float64 &sample_rate) | Nsound::Filter | |
filter(const AudioStream &x) | Nsound::FilterLowPassIIR | |
filter(const AudioStream &x, const float64 &frequency) | Nsound::FilterLowPassIIR | |
filter(const AudioStream &x, const Buffer &frequencies) | Nsound::FilterLowPassIIR | |
filter(const Buffer &x) | Nsound::FilterLowPassIIR | |
filter(const Buffer &x, const float64 &frequency) | Nsound::FilterLowPassIIR | |
filter(const Buffer &x, const Buffer &frequencies) | Nsound::FilterLowPassIIR | |
filter(const float64 &x) | Nsound::FilterLowPassIIR | virtual |
filter(const float64 &x, const float64 &frequency) | Nsound::FilterLowPassIIR | virtual |
FilterLowPassIIR(const float64 &sample_rate, uint32 n_poles, const float64 &frequency, const float64 &percent_ripple=0.0) | Nsound::FilterLowPassIIR | |
FilterStageIIR(Type type, const float64 &sample_rate, uint32 n_poles, const float64 &frequency, const float64 &percent_ripple) | Nsound::FilterStageIIR | |
FilterStageIIR(const FilterStageIIR ©) | Nsound::FilterStageIIR | |
frequency_ | Nsound::FilterStageIIR | protected |
getFrequency() const | Nsound::FilterLowPassIIR | inline |
getFrequencyAxis(const uint32 n_fft=8192) | Nsound::Filter | |
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_PASS enum value | Nsound::FilterStageIIR | |
is_realtime_ | Nsound::Filter | protected |
kernel_cache_ | Nsound::FilterStageIIR | protected |
kernel_size_ | Nsound::Filter | protected |
KernelCache typedef | Nsound::FilterStageIIR | protected |
LOW_PASS enum value | Nsound::FilterStageIIR | |
makeIIRKernelHelper(const float64 &frequency, float64 *a, float64 *b, uint32 p) | Nsound::FilterStageIIR | protected |
makeKernel(const float64 &frequency) | Nsound::FilterLowPassIIR | protected |
n_poles_ | Nsound::FilterStageIIR | protected |
operator=(const FilterStageIIR &rhs) | Nsound::FilterStageIIR | |
percent_ripple_ | Nsound::FilterStageIIR | protected |
plot(boolean show_fc=true, boolean show_phase=false) | Nsound::FilterLowPassIIR | |
Nsound::FilterStageIIR::plot(boolean show_phase=false) | Nsound::Filter | |
reset() | Nsound::FilterLowPassIIR | virtual |
sample_rate_ | Nsound::Filter | protected |
sample_time_ | Nsound::Filter | protected |
setCutoff(const float64 &fc) | Nsound::FilterLowPassIIR | |
setRealtime(bool flag) | Nsound::Filter | inline |
two_pi_over_sample_rate_ | Nsound::Filter | protected |
Type enum name | Nsound::FilterStageIIR | |
type_ | Nsound::FilterStageIIR | protected |
x_end_ptr_ | Nsound::FilterStageIIR | protected |
x_history_ | Nsound::FilterStageIIR | protected |
x_ptr_ | Nsound::FilterStageIIR | protected |
y_end_ptr_ | Nsound::FilterStageIIR | protected |
y_history_ | Nsound::FilterStageIIR | protected |
y_ptr_ | Nsound::FilterStageIIR | protected |
~Filter() | Nsound::Filter | inlinevirtual |
~FilterStageIIR() | Nsound::FilterStageIIR | virtual |