39 using namespace Nsound;
44 #define CERR_HEADER __FILE__ << ":" << __LINE__ << ": "
50 const float64 & max_delay_time_seconds,
176 plot(
boolean show_fc,
boolean show_phase)
180 "All Pass Frequency Response\n"
198 pylab.
subplot(n_rows, n_cols, 1);
FilterAllPass(const float64 &sample_rate, const float64 &max_delay_time_seconds, const float64 &gain)
void title(const std::string &title, const std::string &kwargs="")
Add a title to the plot at the top and centered.
AudioStream filter(const AudioStream &x)
Base class for IIR Filters, defines the interface.
Axes subplot(const uint32 n_rows, const uint32 n_cols, const uint32 n, const std::string &kwargs="", Axes *sharex=NULL, Axes *sharey=NULL)
Creates a figure in a subplot, subplot(A, B, C, **kwargs)
FilterAllPass & operator=(const FilterAllPass &rhs)
void plot(boolean show_fc=true, boolean show_phase=false)
void plot(boolean show_phase=false)
AudioStream filter(const AudioStream &x)
A Buffer for storing audio samples.
A class for filtering audio in the frequecy domain.
AudioStream filter(const AudioStream &x)