Driver for the SX1280 RF Transceiver

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

RangingCorrection.h

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

File content as of revision 12:c4f110f3fe3e:

#ifndef __SX1280_RANGING_CORRECTION_H__
#define __SX1280_RANGING_CORRECTION_H__

#include "sx1280.h"

namespace Sx1280RangingCorrection
{
double GetRangingCorrectionPerSfBwGain( const RadioLoRaSpreadingFactors_t sf, const RadioLoRaBandwidths_t bw, const int8_t gain);
double ComputeRangingCorrectionPolynome(const RadioLoRaSpreadingFactors_t sf, const RadioLoRaBandwidths_t bw, const double median);
}

#endif // __SX1280_RANGING_CORRECTION_H__