Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: SX1280PingPong RangignMaster RangingSlave MSNV2-Terminal_V1-6 ... more
RangingCorrection.h
00001 #ifndef __SX1280_RANGING_CORRECTION_H__ 00002 #define __SX1280_RANGING_CORRECTION_H__ 00003 00004 #include "sx1280.h" 00005 00006 namespace Sx1280RangingCorrection 00007 { 00008 double GetRangingCorrectionPerSfBwGain( const RadioLoRaSpreadingFactors_t sf, const RadioLoRaBandwidths_t bw, const int8_t gain); 00009 double ComputeRangingCorrectionPolynome(const RadioLoRaSpreadingFactors_t sf, const RadioLoRaBandwidths_t bw, const double median); 00010 } 00011 00012 #endif // __SX1280_RANGING_CORRECTION_H__
Generated on Tue Jul 12 2022 19:08:29 by
1.7.2
SX1280RF1ZHP