35 #include <sys/types.h> 61 HilbertTransformer(
unsigned int inout_buffer_length,
unsigned int filter_length = 256);
72 unsigned int applyIQ(std::complex<float> * inbuf, std::complex<float> * outbuf,
float gain = 1.0);
84 unsigned int apply(std::complex<float> * inbuf, std::complex<float> * outbuf,
bool pos_sided =
true,
float gain = 1.0);
95 unsigned int apply(
float * inbuf, std::complex<float> * outbuf,
bool pos_sided =
true,
float gain = 1.0);
97 std::ostream &
dump(std::ostream & os);
The Baseclass for all SoDa objects, and useful commonly used classes.