Go to the documentation of this file.
23 #ifndef INCLUDED_GR_THROTTLE_H
24 #define INCLUDED_GR_THROTTLE_H
50 static sptr make(
size_t itemsize,
double samples_per_sec);
53 virtual void set_sample_rate(
double rate) = 0;
56 virtual double sample_rate()
const = 0;