22 #ifndef INCLUDED_GR_VCO_F_H
23 #define INCLUDED_GR_VCO_F_H
60 gr_vco_f(
double sampling_rate,
double sensitivity,
double amplitude);
62 double d_sampling_rate;
70 int work (
int noutput_items,
71 gr_vector_const_void_star &input_items,
72 gr_vector_void_star &output_items);
Voltage Controlled Oscillator (VCO)
Definition: gr_fxpt_vco.h:33
Definition: gr_sync_block.h:27
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
VCO - Voltage controlled oscillatorinput: float stream of control voltages; output: float oscillator ...
Definition: gr_vco_f.h:49
#define GR_CORE_API
Definition: gr_core_api.h:30
GR_CORE_API gr_vco_f_sptr gr_make_vco_f(double sampling_rate, double sensitivity, double amplitude)
virtual int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
just like gr_block::general_work, only this arranges to call consume_each for you ...