Driver for the SX1280 RF Transceiver

Dependents:   SX1280PingPong RangignMaster RangingSlave MSNV2-Terminal_V1-6 ... more

rangingCorrection/rangingCorrectionSF7BW0400.h

Committer:
mverdy
Date:
2018-11-08
Revision:
12:c4f110f3fe3e

File content as of revision 12:c4f110f3fe3e:

#include "rangingCorrection_defines.h"

const double RangingCorrectionSF7BW0400[NUMBER_OF_FACTORS_PER_SFBW] =
{
    -5.8767,            // 0
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -5.8767,
    -2.2375,
    -1.6080,
    -0.0631,
    0.9782,
    3.1984,
    3.3014,
    3.1927,
    3.4959,
    3.2842,
    3.2098,
    2.9237,
    2.9123,
    3.0038,
    2.9294,
    2.8722,
    2.7120,
    2.6033,
    2.6548,
    2.7292,
    2.5690,
    2.5575,
    2.6033,
    2.5861,
    2.5575,
    2.5232,
    2.5918,
    2.5804,
    2.4888,
    2.5232,
    2.5346,
    2.5575,
    2.5747,
    2.4774,
    2.9581,
    2.6491,
    2.6548,
    2.7177,
    2.8093,
    2.9924,
    4.2283,
    4.7204,
    4.7319,
    5.1439,
    4.9665,
    5.4557,
    5.9450,
    6.4599,
    6.9749,
    7.4899,
    7.3564,
    7.2229,
    7.0894,
    6.9559,
    6.8223,
    6.6888,
    6.5553,
    6.4218,
    6.2883,
    7.6787,
    7.9591,
    7.9019,
    7.9133,
    8.0736,
    7.9248,
    8.0221,
    8.0163,
    8.3711,
    8.3139,
    8.3597,
    8.5714,
    8.6801,
    9.0692,
    9.3553,
    9.0864,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
    8.8174,
};

const RangingCorrectionPolynomes_t correctionRangingPolynomeSF7BW0400 = {
    .order = 1,
    .coefficients = {1}
};