Driver for the SX1280 RF Transceiver

Dependents:   SX1280PingPong RangignMaster RangingSlave MSNV2-Terminal_V1-6 ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers rangingCorrectionSF8BW0800.h Source File

rangingCorrectionSF8BW0800.h

00001 // Generated LUT and Polynomial Values 
00002 #include "rangingCorrection_defines.h" 
00003 
00004 const double RangingCorrectionSF8BW0800[NUMBER_OF_FACTORS_PER_SFBW] =
00005 {
00006     6.5401,
00007     6.5401,
00008     6.5401,
00009     6.5401,
00010     6.5401,
00011     6.5401,
00012     6.5401,
00013     6.5401,
00014     6.5401,
00015     6.5401,
00016     6.5401,
00017     6.5401,
00018     6.5401,
00019     6.5401,
00020     6.5401,
00021     6.5401,
00022     6.5401,
00023     6.5401,
00024     6.5401,
00025     6.5401,
00026     6.5401,
00027     6.5401,
00028     6.5401,
00029     6.5401,
00030     6.5401,
00031     6.5401,
00032     6.5401,
00033     6.5401,
00034     6.5401,
00035     6.5401,
00036     6.5401,
00037     6.5401,
00038     6.5401,
00039     6.5401,
00040     9.0578,
00041     8.3254,
00042     8.7145,
00043     7.9134,
00044     5.8535,
00045     2.9238,
00046     3.3586,
00047     3.7935,
00048     4.5946,
00049     3.3358,
00050     3.3815,
00051     2.466,
00052     2.2829,
00053     2.26,
00054     2.6949,
00055     2.5576,
00056     2.6949,
00057     2.7407,
00058     1.9625,
00059     2.6491,
00060     2.6262,
00061     2.466,
00062     2.466,
00063     2.6491,
00064     2.5118,
00065     2.6949,
00066     2.6033,
00067     2.2371,
00068     2.0082,
00069     2.4202,
00070     2.3745,
00071     2.3287,
00072     1.2758,
00073     2.3745,
00074     2.1456,
00075     2.4202,
00076     2.2371,
00077     2.1913,
00078     2.1913,
00079     2.0998,
00080     1.9167,
00081     1.7336,
00082     1.9625,
00083     2.0082,
00084     3.1069,
00085     3.5646,
00086     3.2442,
00087     2.6033,
00088     2.3287,
00089     2.466,
00090     3.0153,
00091     3.1527,
00092     3.5189,
00093     3.6562,
00094     4.0682,
00095     4.3886,
00096     3.9309,
00097     4.1597,
00098     4.5259,
00099     4.0682,
00100     4.2971,
00101     4.4802,
00102     6.1739,
00103     4.9837,
00104     4.8006,
00105     5.1668,
00106     5.6246,
00107     6.5859,
00108     5.5788,
00109     6.357,
00110     6.8605,
00111     5.8077,
00112     5.533,
00113     7.0436,
00114     7.2267,
00115     7.0436,
00116     6.9979,
00117     7.6387,
00118     7.5014,
00119     7.181,
00120     7.2267,
00121     7.2725,
00122     7.0894,
00123     7.5014,
00124     7.4099,
00125     7.181,
00126     7.8676,
00127     7.8676,
00128     7.8218,
00129     8.1423,
00130     8.6458,
00131     8.2796,
00132     6.9063,
00133     8.1881,
00134     8.0049,
00135     7.9134,
00136     8.8289,
00137     9.1951,
00138     9.1951,
00139     8.8289,
00140     8.8289,
00141     8.6916,
00142     9.012,
00143     9.1951,
00144     9.2867,
00145     9.1494,
00146     9.1494,
00147     9.1494,
00148     9.3782,
00149     9.2867,
00150     8.9205,
00151     9.0578,
00152     9.6071,
00153     9.6071,
00154     9.4698,
00155     9.3325,
00156     9.1951,
00157     8.5543,
00158     9.0807,
00159     9.6071,
00160     8.9205,
00161     8.9205,
00162     8.9205,
00163     8.9205,
00164     8.9205,
00165     8.9205,
00166    
00167 }; 
00168    
00169 const RangingCorrectionPolynomes_t correctionRangingPolynomeSF8BW0800 = { 
00170     .order = 7, 
00171     .coefficients = { 
00172         1.3734e-09,
00173         -4.8827e-07,
00174         6.2307e-05,
00175         -0.0034244,
00176         0.076932,
00177         0.31329,
00178         0.80983,
00179     } 
00180 }; 
00181