Go to the documentation of this file.
25 #ifndef INCLUDED_ANALOG_SIG_SOURCE_C_H
26 #define INCLUDED_ANALOG_SIG_SOURCE_C_H
54 static sptr make(
double sampling_freq,
59 virtual double sampling_freq()
const = 0;
61 virtual double frequency()
const = 0;
62 virtual double amplitude()
const = 0;
65 virtual void set_sampling_freq(
double sampling_freq) = 0;
67 virtual void set_frequency(
double frequency) = 0;
68 virtual void set_amplitude(
double ampl) = 0;
69 virtual void set_offset(
gr_complex offset) = 0;