diff options
Diffstat (limited to 'host/lib/usrp/common')
| -rw-r--r-- | host/lib/usrp/common/ad9361_driver/ad9361_synth_lut.h | 28 | 
1 files changed, 14 insertions, 14 deletions
diff --git a/host/lib/usrp/common/ad9361_driver/ad9361_synth_lut.h b/host/lib/usrp/common/ad9361_driver/ad9361_synth_lut.h index cb320e1f4..0475a5eb1 100644 --- a/host/lib/usrp/common/ad9361_driver/ad9361_synth_lut.h +++ b/host/lib/usrp/common/ad9361_driver/ad9361_synth_lut.h @@ -6,20 +6,20 @@  #define INCLUDED_AD9361_SYNTH_LUT_HPP -double vco_index[53] = {12605000000, 12245000000, 11906000000, 11588000000, -                        11288000000, 11007000000, 10742000000, 10492000000, -                        10258000000, 10036000000, 9827800000, 9631100000, -                        9445300000, 9269800000, 9103600000, 8946300000, -                        8797000000, 8655300000, 8520600000, 8392300000, -                        8269900000, 8153100000, 8041400000, 7934400000, -                        7831800000, 7733200000, 7638400000, 7547100000, -                        7459000000, 7374000000, 7291900000, 7212400000, -                        7135500000, 7061000000, 6988700000, 6918600000, -                        6850600000, 6784600000, 6720500000, 6658200000, -                        6597800000, 6539200000, 6482300000, 6427000000, -                        6373400000, 6321400000, 6270900000, 6222000000, -                        6174500000, 6128400000, 6083600000, 6040100000, -                        5997700000}; +double vco_index[53] = {12605000000.0, 12245000000.0, 11906000000.0, 11588000000.0, +                        11288000000.0, 11007000000.0, 10742000000.0, 10492000000.0, +                        10258000000.0, 10036000000.0, 9827800000.0, 9631100000.0, +                        9445300000.0, 9269800000.0, 9103600000.0, 8946300000.0, +                        8797000000.0, 8655300000.0, 8520600000.0, 8392300000.0, +                        8269900000.0, 8153100000.0, 8041400000.0, 7934400000.0, +                        7831800000.0, 7733200000.0, 7638400000.0, 7547100000.0, +                        7459000000.0, 7374000000.0, 7291900000.0, 7212400000.0, +                        7135500000.0, 7061000000.0, 6988700000.0, 6918600000.0, +                        6850600000.0, 6784600000.0, 6720500000.0, 6658200000.0, +                        6597800000.0, 6539200000.0, 6482300000.0, 6427000000.0, +                        6373400000.0, 6321400000.0, 6270900000.0, 6222000000.0, +                        6174500000.0, 6128400000.0, 6083600000.0, 6040100000.0, +                        5997700000.0};  int synth_cal_lut[53][12] = {   {10, 0, 4, 0, 15, 8, 8, 13, 4, 13, 15, 9},                                  {10, 0, 4, 0, 15, 8, 9, 13, 4, 13, 15, 9},  | 
