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

rangingCorrectionSF5BW1600.h

00001 // Generated LUT and Polynomial Values 
00002 #include "rangingCorrection_defines.h" 
00003 
00004 const double RangingCorrectionSF5BW1600[NUMBER_OF_FACTORS_PER_SFBW] =
00005 {
00006     1406.2441,
00007     1406.2441,
00008     1406.2441,
00009     1406.2441,
00010     1406.2441,
00011     1406.2441,
00012     1406.2441,
00013     1406.2441,
00014     1406.2441,
00015     1406.2441,
00016     1406.2441,
00017     1406.2441,
00018     1406.2441,
00019     1406.2441,
00020     1406.2441,
00021     1406.2441,
00022     1406.2441,
00023     1406.2441,
00024     1406.2441,
00025     1406.2441,
00026     1406.2441,
00027     1406.2441,
00028     1406.2441,
00029     1406.2441,
00030     1406.2441,
00031     1406.2441,
00032     1406.2441,
00033     1406.2441,
00034     1406.2441,
00035     1406.2441,
00036     1406.2441,
00037     1406.2441,
00038     1406.2441,
00039     1406.2441,
00040     1406.2441,
00041     1406.2441,
00042     1406.2441,
00043     1406.2441,
00044     1406.2441,
00045     1406.2441,
00046     1406.2441,
00047     1406.2441,
00048     1117.441,
00049     183.2598,
00050     7.4327,
00051     3.7821,
00052     2.9238,
00053     2.9467,
00054     3.2671,
00055     3.0611,
00056     2.26,
00057     2.5461,
00058     2.1913,
00059     2.1913,
00060     2.1456,
00061     2.3745,
00062     2.3287,
00063     2.2371,
00064     2.1685,
00065     2.2371,
00066     2.1456,
00067     2.3058,
00068     2.054,
00069     2.157,
00070     2.2142,
00071     2.1685,
00072     2.2371,
00073     2.2371,
00074     2.26,
00075     2.2142,
00076     2.2371,
00077     2.3058,
00078     2.1913,
00079     2.054,
00080     2.0769,
00081     2.2829,
00082     1.9854,
00083     2.0998,
00084     2.1913,
00085     2.3058,
00086     2.8093,
00087     3.1069,
00088     3.9995,
00089     3.8851,
00090     4.6862,
00091     4.6061,
00092     4.2513,
00093     4.3199,
00094     4.8464,
00095     4.6175,
00096     4.7319,
00097     4.8235,
00098     4.7548,
00099     5.0066,
00100     5.4186,
00101     6.151,
00102     6.2197,
00103     6.6088,
00104     7.2039,
00105     7.4327,
00106     7.6158,
00107     7.9134,
00108     7.8218,
00109     7.6387,
00110     7.6845,
00111     7.284,
00112     7.4327,
00113     7.5472,
00114     7.593,
00115     7.4327,
00116     8.0965,
00117     7.9134,
00118     7.4556,
00119     7.7532,
00120     7.8905,
00121     8.2796,
00122     8.4169,
00123     8.4398,
00124     8.6,
00125     8.8289,
00126     8.9663,
00127     9.6529,
00128     9.7902,
00129     10.1793,
00130     9.6758,
00131     9.7902,
00132     9.6987,
00133     9.5842,
00134     9.5156,
00135     9.4927,
00136     9.4469,
00137     9.5842,
00138     9.5156,
00139     9.5385,
00140     9.5156,
00141     9.0349,
00142     9.0349,
00143     9.0349,
00144     9.3554,
00145     9.1951,
00146     9.5385,
00147     8.7488,
00148     8.7488,
00149     8.7488,
00150     8.7488,
00151     8.7488,
00152     8.7488,
00153     8.7488,
00154     8.7488,
00155     8.7488,
00156     8.7488,
00157     8.7488,
00158     8.7488,
00159     8.7488,
00160     8.7488,
00161     8.7488,
00162     8.7488,
00163     8.7488,
00164     8.7488,
00165     8.7488,
00166    
00167 }; 
00168    
00169 const RangingCorrectionPolynomes_t correctionRangingPolynomeSF5BW1600 = { 
00170     .order = 7, 
00171     .coefficients = { 
00172         5.2651e-10,
00173         -2.2875e-07,
00174         3.4135e-05,
00175         -0.00215,
00176         0.056288,
00177         0.307,
00178         0.86706,
00179     } 
00180 }; 
00181