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

rangingCorrectionSF10BW1600.h

00001 // Generated LUT and Polynomial Values 
00002 #include "rangingCorrection_defines.h" 
00003 
00004 const double RangingCorrectionSF10BW1600[NUMBER_OF_FACTORS_PER_SFBW] =
00005 {
00006     0.60062,
00007     0.60062,
00008     0.60062,
00009     0.60062,
00010     0.60062,
00011     0.60062,
00012     0.60062,
00013     0.60062,
00014     0.60062,
00015     0.60062,
00016     0.60062,
00017     0.60062,
00018     0.60062,
00019     0.60062,
00020     0.60062,
00021     0.60062,
00022     0.60062,
00023     0.60062,
00024     0.60062,
00025     0.60062,
00026     0.60062,
00027     0.60062,
00028     0.60062,
00029     0.60062,
00030     0.60062,
00031     0.60062,
00032     0.60062,
00033     0.60062,
00034     0.60062,
00035     0.60062,
00036     0.60062,
00037     0.60062,
00038     0.60062,
00039     0.60062,
00040     1.4818,
00041     3.2328,
00042     2.6262,
00043     2.054,
00044     2.6262,
00045     1.5619,
00046     1.9281,
00047     2.2943,
00048     1.4132,
00049     1.4589,
00050     1.4475,
00051     1.9625,
00052     1.7565,
00053     1.5505,
00054     1.8709,
00055     1.9167,
00056     1.8709,
00057     1.6191,
00058     1.6649,
00059     1.6878,
00060     1.5963,
00061     1.7794,
00062     1.9052,
00063     1.8251,
00064     1.7336,
00065     1.5734,
00066     1.5047,
00067     1.7336,
00068     1.848,
00069     1.7107,
00070     1.642,
00071     1.7107,
00072     1.7565,
00073     1.5734,
00074     1.5963,
00075     1.5734,
00076     1.7794,
00077     1.7336,
00078     1.6878,
00079     1.6878,
00080     1.7107,
00081     1.8022,
00082     1.7336,
00083     2.4431,
00084     1.7565,
00085     1.7565,
00086     3.4044,
00087     3.6333,
00088     3.8622,
00089     3.5646,
00090     3.6104,
00091     3.5646,
00092     3.6333,
00093     3.5189,
00094     3.6791,
00095     3.7935,
00096     3.7249,
00097     3.7706,
00098     3.9537,
00099     3.8965,
00100     3.6562,
00101     3.7706,
00102     4.4115,
00103     5.4758,
00104     6.2654,
00105     6.5401,
00106     6.563,
00107     6.7003,
00108     6.8376,
00109     6.8148,
00110     6.8148,
00111     6.8148,
00112     7.0436,
00113     7.1352,
00114     7.3641,
00115     7.387,
00116     7.4785,
00117     7.6158,
00118     7.5701,
00119     7.593,
00120     7.5701,
00121     7.7303,
00122     7.9134,
00123     7.9134,
00124     7.9592,
00125     8.1194,
00126     8.3025,
00127     8.3712,
00128     8.5543,
00129     8.8976,
00130     8.8747,
00131     9.012,
00132     9.1036,
00133     9.0578,
00134     9.012,
00135     9.1494,
00136     9.1036,
00137     9.218,
00138     9.218,
00139     9.218,
00140     9.2638,
00141     9.1951,
00142     9.1265,
00143     9.3096,
00144     9.2638,
00145     9.2752,
00146     9.2638,
00147     9.2409,
00148     8.9777,
00149     8.9777,
00150     8.9777,
00151     8.9777,
00152     8.9777,
00153     8.9777,
00154     8.9777,
00155     8.9777,
00156     8.9777,
00157     8.9777,
00158     8.9777,
00159     8.9777,
00160     8.9777,
00161     8.9777,
00162     8.9777,
00163     8.9777,
00164     8.9777,
00165     8.9777,
00166    
00167 }; 
00168    
00169 const RangingCorrectionPolynomes_t correctionRangingPolynomeSF10BW1600 = { 
00170     .order = 7, 
00171     .coefficients = { 
00172         4.9932e-11,
00173         -5.5685e-08,
00174         1.0616e-05,
00175         -0.00070018,
00176         0.017218,
00177         0.70178,
00178         0.65429,
00179     } 
00180 }; 
00181