diff options
author | Johnathan Corgan | 2012-04-01 16:47:32 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-04-01 16:47:32 -0700 |
commit | de0070d765ea31befcbc14eaecae2b934eec4afb (patch) | |
tree | c48808337128e50775ed0f31c3c2c4528fcea009 /gr-fcd/include/fcd/fcd_source_c.h | |
parent | 269691c7d45675382bafbdf8a56f0682f1927fd9 (diff) | |
parent | 98c703b3282b47ae2e0deaf317468f789cc9176e (diff) | |
download | gnuradio-de0070d765ea31befcbc14eaecae2b934eec4afb.tar.gz gnuradio-de0070d765ea31befcbc14eaecae2b934eec4afb.tar.bz2 gnuradio-de0070d765ea31befcbc14eaecae2b934eec4afb.zip |
Merge branch 'master' into next
Diffstat (limited to 'gr-fcd/include/fcd/fcd_source_c.h')
-rw-r--r-- | gr-fcd/include/fcd/fcd_source_c.h | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/gr-fcd/include/fcd/fcd_source_c.h b/gr-fcd/include/fcd/fcd_source_c.h index 31393418f..988925c2e 100644 --- a/gr-fcd/include/fcd/fcd_source_c.h +++ b/gr-fcd/include/fcd/fcd_source_c.h @@ -88,11 +88,21 @@ public: * 2.5 dB steps, you can can call this method with any float value * and it will be rounded to the nearest valid value. * - * By default the FCD is set to 20 dB and this is a good value for most - * cases. In noisy areas you may try to reduce the gain. + * By default the LNA gain is set to 20 dB and this is a good value for + * most cases. In noisy areas you may try to reduce the gain. */ virtual void set_lna_gain(float gain) = 0; + /*! \brief Set mixer gain. + * \param gain The new gain in dB. + * + * Set the mixer gain in the FCD. Valid values are +4 and +12 dB. + * + * By default the mixer gain is set to +12 dB and this is a good value for + * most cases. In noisy areas you may try to reduce the gain. + */ + virtual void set_mixer_gain(float gain) = 0; + /*! \brief Set new frequency correction. * \param ppm The new frequency correction in parts per million * |