23 #ifndef INCLUDED_GR_STRETCH_FF_IMPL_H
24 #define INCLUDED_GR_STRETCH_FF_IMPL_H
41 float lo()
const {
return d_lo; }
43 size_t vlen()
const {
return d_vlen; }
45 int work(
int noutput_items,
46 gr_vector_const_void_star &input_items,
47 gr_vector_void_star &output_items);
size_t vlen() const
Definition: stretch_ff_impl.h:43
stretch_ff_impl(float lo, size_t vlen)
void set_lo(float lo)
Definition: stretch_ff_impl.h:42
adjust y-range of an input vector by mapping to range (max-of-input, stipulated-min). Primarily for spectral signature matching by normalizing spectrum dynamic ranges.
Definition: stretch_ff.h:38
float lo() const
Definition: stretch_ff_impl.h:41
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 ...
Definition: stretch_ff_impl.h:31