| a_ | Nsound::FilterStageIIR | protected |
| b_ | Nsound::FilterStageIIR | protected |
| Filter(const float64 &sample_rate) | Nsound::Filter | |
| filter(const AudioStream &x) | Nsound::FilterHighPassIIR | |
| filter(const AudioStream &x, const float64 &f) | Nsound::FilterHighPassIIR | |
| filter(const AudioStream &x, const Buffer &frequencies) | Nsound::FilterHighPassIIR | |
| filter(const Buffer &x) | Nsound::FilterHighPassIIR | |
| filter(const Buffer &x, const float64 &f) | Nsound::FilterHighPassIIR | |
| filter(const Buffer &x, const Buffer &frequencies) | Nsound::FilterHighPassIIR | |
| filter(const float64 &x) | Nsound::FilterHighPassIIR | virtual |
| filter(const float64 &x, const float64 &frequency) | Nsound::FilterHighPassIIR | virtual |
| FilterHighPassIIR(const float64 &sample_rate, uint32 n_poles, const float64 &frequency, const float64 &percent_ripple=0.0) | Nsound::FilterHighPassIIR | |
| 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::FilterHighPassIIR | 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::FilterHighPassIIR | |
| 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::FilterHighPassIIR | |
| Nsound::FilterStageIIR::plot(boolean show_phase=false) | Nsound::Filter | |
| reset() | Nsound::FilterHighPassIIR | 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 |
| 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 |