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

rangingCorrectionSF7BW0400.h

00001 #include "rangingCorrection_defines.h"
00002 
00003 const double RangingCorrectionSF7BW0400[NUMBER_OF_FACTORS_PER_SFBW] =
00004 {
00005     -5.8767,            // 0
00006     -5.8767,
00007     -5.8767,
00008     -5.8767,
00009     -5.8767,
00010     -5.8767,
00011     -5.8767,
00012     -5.8767,
00013     -5.8767,
00014     -5.8767,
00015     -5.8767,
00016     -5.8767,
00017     -5.8767,
00018     -5.8767,
00019     -5.8767,
00020     -5.8767,
00021     -5.8767,
00022     -5.8767,
00023     -5.8767,
00024     -5.8767,
00025     -5.8767,
00026     -5.8767,
00027     -5.8767,
00028     -5.8767,
00029     -5.8767,
00030     -5.8767,
00031     -5.8767,
00032     -5.8767,
00033     -5.8767,
00034     -5.8767,
00035     -5.8767,
00036     -5.8767,
00037     -5.8767,
00038     -5.8767,
00039     -5.8767,
00040     -5.8767,
00041     -5.8767,
00042     -5.8767,
00043     -5.8767,
00044     -5.8767,
00045     -5.8767,
00046     -5.8767,
00047     -5.8767,
00048     -2.2375,
00049     -1.6080,
00050     -0.0631,
00051     0.9782,
00052     3.1984,
00053     3.3014,
00054     3.1927,
00055     3.4959,
00056     3.2842,
00057     3.2098,
00058     2.9237,
00059     2.9123,
00060     3.0038,
00061     2.9294,
00062     2.8722,
00063     2.7120,
00064     2.6033,
00065     2.6548,
00066     2.7292,
00067     2.5690,
00068     2.5575,
00069     2.6033,
00070     2.5861,
00071     2.5575,
00072     2.5232,
00073     2.5918,
00074     2.5804,
00075     2.4888,
00076     2.5232,
00077     2.5346,
00078     2.5575,
00079     2.5747,
00080     2.4774,
00081     2.9581,
00082     2.6491,
00083     2.6548,
00084     2.7177,
00085     2.8093,
00086     2.9924,
00087     4.2283,
00088     4.7204,
00089     4.7319,
00090     5.1439,
00091     4.9665,
00092     5.4557,
00093     5.9450,
00094     6.4599,
00095     6.9749,
00096     7.4899,
00097     7.3564,
00098     7.2229,
00099     7.0894,
00100     6.9559,
00101     6.8223,
00102     6.6888,
00103     6.5553,
00104     6.4218,
00105     6.2883,
00106     7.6787,
00107     7.9591,
00108     7.9019,
00109     7.9133,
00110     8.0736,
00111     7.9248,
00112     8.0221,
00113     8.0163,
00114     8.3711,
00115     8.3139,
00116     8.3597,
00117     8.5714,
00118     8.6801,
00119     9.0692,
00120     9.3553,
00121     9.0864,
00122     8.8174,
00123     8.8174,
00124     8.8174,
00125     8.8174,
00126     8.8174,
00127     8.8174,
00128     8.8174,
00129     8.8174,
00130     8.8174,
00131     8.8174,
00132     8.8174,
00133     8.8174,
00134     8.8174,
00135     8.8174,
00136     8.8174,
00137     8.8174,
00138     8.8174,
00139     8.8174,
00140     8.8174,
00141     8.8174,
00142     8.8174,
00143     8.8174,
00144     8.8174,
00145     8.8174,
00146 };
00147 
00148 const RangingCorrectionPolynomes_t correctionRangingPolynomeSF7BW0400 = {
00149     .order = 1,
00150     .coefficients = {1}
00151 };
00152