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

rangingCorrectionSF7BW1600.h

00001 // Generated LUT and Polynomial Values 
00002 #include "rangingCorrection_defines.h" 
00003 
00004 const double RangingCorrectionSF7BW1600[NUMBER_OF_FACTORS_PER_SFBW] =
00005 {
00006     -1.7225,
00007     -1.7225,
00008     -1.7225,
00009     -1.7225,
00010     -1.7225,
00011     -1.7225,
00012     -1.7225,
00013     -1.7225,
00014     -1.7225,
00015     -1.7225,
00016     -1.7225,
00017     -1.7225,
00018     -1.7225,
00019     -1.7225,
00020     -1.7225,
00021     -1.7225,
00022     -1.7225,
00023     -1.7225,
00024     -1.7225,
00025     -1.7225,
00026     -1.7225,
00027     -1.7225,
00028     -1.7225,
00029     -1.7225,
00030     -1.7225,
00031     -1.7225,
00032     -1.7225,
00033     -1.7225,
00034     -1.7225,
00035     -1.7225,
00036     -1.7225,
00037     -1.7225,
00038     -1.7225,
00039     -1.7225,
00040     -1.7225,
00041     -1.7225,
00042     -1.7225,
00043     -1.7225,
00044     -0.94433,
00045     0.016971,
00046     0.57773,
00047     1.1385,
00048     1.5047,
00049     1.6649,
00050     1.6535,
00051     1.5963,
00052     1.8022,
00053     1.5963,
00054     1.5161,
00055     1.5963,
00056     1.4818,
00057     1.5963,
00058     1.2529,
00059     1.4132,
00060     1.2987,
00061     1.3903,
00062     1.3788,
00063     1.3674,
00064     1.2987,
00065     1.4818,
00066     1.3903,
00067     1.4589,
00068     1.3903,
00069     1.4818,
00070     1.4475,
00071     1.5505,
00072     1.5505,
00073     1.436,
00074     1.4818,
00075     1.5505,
00076     1.6191,
00077     1.5276,
00078     1.6649,
00079     1.7336,
00080     1.5734,
00081     1.6191,
00082     1.7107,
00083     1.5734,
00084     1.7336,
00085     1.5963,
00086     1.642,
00087     2.2371,
00088     3.702,
00089     3.6791,
00090     3.4731,
00091     3.5418,
00092     3.4502,
00093     3.5189,
00094     3.5875,
00095     3.5646,
00096     3.5418,
00097     3.4273,
00098     3.4273,
00099     3.6562,
00100     3.599,
00101     3.6333,
00102     4.4802,
00103     5.2469,
00104     5.0981,
00105     4.8693,
00106     5.4415,
00107     6.1968,
00108     6.5859,
00109     6.6545,
00110     6.5172,
00111     6.5401,
00112     6.769,
00113     7.4327,
00114     7.0665,
00115     7.0894,
00116     7.2039,
00117     7.0208,
00118     7.3412,
00119     7.4556,
00120     7.387,
00121     7.6387,
00122     7.9592,
00123     8.0164,
00124     8.1423,
00125     7.8447,
00126     8.2796,
00127     8.4398,
00128     8.5543,
00129     8.4398,
00130     8.7145,
00131     8.9891,
00132     8.6458,
00133     8.6916,
00134     8.6687,
00135     8.6229,
00136     8.7603,
00137     8.8747,
00138     8.7374,
00139     8.6687,
00140     8.5772,
00141     8.5543,
00142     8.5543,
00143     8.4856,
00144     8.4627,
00145     8.7145,
00146     8.806,
00147     8.7603,
00148     7.3412,
00149     8.0965,
00150     4.2284,
00151     16.3248,
00152     16.5422,
00153     16.5422,
00154     15.9471,
00155     16.1989,
00156     15.8785,
00157     15.558,
00158     15.558,
00159     15.558,
00160     15.558,
00161     15.558,
00162     15.558,
00163     15.558,
00164     15.558,
00165     15.558,
00166    
00167 }; 
00168    
00169 const RangingCorrectionPolynomes_t correctionRangingPolynomeSF7BW1600 = { 
00170     .order = 7, 
00171     .coefficients = { 
00172         2.8727e-10,
00173         -1.3583e-07,
00174         1.9766e-05,
00175         -0.0010869,
00176         0.019294,
00177         0.8705,
00178         0.64863,
00179     } 
00180 }; 
00181