kpreid / radio-wishlist

No code; a wishlist in issue-tracker form for GNU Radio and other software-defined radio libraries and applications.
0 stars 0 forks source link

gr-osmosdr: correctly implement set_gain #10

Open kpreid opened 8 years ago

kpreid commented 8 years ago

The documentation for source::set_gain(double gain, size_t chan) says:

This function will automatically distribute the desired gain value over available gain stages in an appropriate way and return the actual value.

However, no impl actually performs this smart distribution.