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 rangingCorrectionSF8BW1600.h Source File

rangingCorrectionSF8BW1600.h

00001 // Generated LUT and Polynomial Values 
00002 #include "rangingCorrection_defines.h" 
00003 
00004 const double RangingCorrectionSF8BW1600[NUMBER_OF_FACTORS_PER_SFBW] =
00005 {
00006     -14.2767,
00007     -14.2767,
00008     -14.2767,
00009     -14.2767,
00010     -14.2767,
00011     -14.2767,
00012     -14.2767,
00013     -14.2767,
00014     -14.2767,
00015     -14.2767,
00016     -14.2767,
00017     -14.2767,
00018     -14.2767,
00019     -14.2767,
00020     -14.2767,
00021     -14.2767,
00022     -14.2767,
00023     -14.2767,
00024     -14.2767,
00025     -14.2767,
00026     -14.2767,
00027     -14.2767,
00028     -14.2767,
00029     -14.2767,
00030     -14.2767,
00031     -14.2767,
00032     -14.2767,
00033     -14.2767,
00034     -14.2767,
00035     -14.2767,
00036     -14.2767,
00037     -14.2767,
00038     -14.2767,
00039     -14.2767,
00040     -14.2767,
00041     -14.2767,
00042     -8.9895,
00043     -3.7596,
00044     -2.043,
00045     -0.57812,
00046     2.7521,
00047     6.0823,
00048     7.0208,
00049     5.6017,
00050     5.7619,
00051     6.5859,
00052     6.5973,
00053     5.3156,
00054     3.4388,
00055     2.3859,
00056     3.8164,
00057     3.5189,
00058     3.4845,
00059     4.2971,
00060     3.7935,
00061     3.3815,
00062     3.4845,
00063     3.5189,
00064     3.5875,
00065     3.3815,
00066     3.1755,
00067     2.9581,
00068     3.0611,
00069     3.0153,
00070     2.9009,
00071     2.8093,
00072     3.5875,
00073     3.3815,
00074     2.7864,
00075     2.7407,
00076     2.672,
00077     2.7864,
00078     2.6949,
00079     2.7178,
00080     2.6949,
00081     2.7407,
00082     2.7864,
00083     2.7636,
00084     2.7864,
00085     2.8322,
00086     2.878,
00087     3.702,
00088     3.6562,
00089     3.3358,
00090     3.702,
00091     3.3815,
00092     3.6562,
00093     3.9309,
00094     3.8164,
00095     4.0911,
00096     4.4229,
00097     4.6862,
00098     4.6175,
00099     4.7548,
00100     4.9837,
00101     6.5401,
00102     6.0366,
00103     5.4644,
00104     5.9679,
00105     7.4671,
00106     5.6475,
00107     5.121,
00108     5.0295,
00109     5.9221,
00110     7.6845,
00111     7.3183,
00112     6.7003,
00113     7.9363,
00114     6.9979,
00115     6.8834,
00116     8.2338,
00117     8.1423,
00118     8.5085,
00119     8.1194,
00120     7.8676,
00121     8.0278,
00122     7.7761,
00123     8.4398,
00124     8.2567,
00125     8.2338,
00126     8.5543,
00127     8.6,
00128     8.5772,
00129     8.8175,
00130     9.1036,
00131     8.8976,
00132     8.8747,
00133     9.1722,
00134     9.1494,
00135     9.63,
00136     9.6071,
00137     9.836,
00138     10.0763,
00139     9.7673,
00140     9.8818,
00141     9.7788,
00142     9.7673,
00143     9.7444,
00144     9.8818,
00145     9.9504,
00146     9.9962,
00147     10.1107,
00148     10.042,
00149     10.042,
00150     10.2137,
00151     10.0878,
00152     9.9276,
00153     10.1107,
00154     9.5156,
00155     9.0464,
00156     9.3296,
00157     9.6128,
00158     9.8961,
00159     10.1793,
00160     10.1335,
00161     8.2796,
00162     8.169,
00163     8.0584,
00164     7.9477,
00165     7.9477,
00166    
00167 }; 
00168    
00169 const RangingCorrectionPolynomes_t correctionRangingPolynomeSF8BW1600 = { 
00170     .order = 7, 
00171     .coefficients = { 
00172         7.2578e-10,
00173         -2.8033e-07,
00174         3.8153e-05,
00175         -0.0022174,
00176         0.053196,
00177         0.45123,
00178         1.0199,
00179     } 
00180 }; 
00181