CalcRxBandwidth();

This commit is contained in:
Crsarmv7l 2024-03-27 01:34:35 -04:00 committed by GitHub
parent 025f5cfb65
commit 9e079c85c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -758,6 +758,14 @@ class CC1101: public PhysicalLayer {
*/
int16_t setRxBandwidth(float rxBw);
/*!
\brief calculates and sets Rx bandwidth based on the freq, baud and freq uncertainty.
\Reimplement of atlas0fd00m (RfCat) CalculatePktChanBw function.
\Modified for worse ppm with the CC1101, and adjusted for the supportted CC1101 bw.
\returns \ref status_codes
*/
int16_t CalcRxBandwidth();
/*!
\brief Sets frequency deviation. Allowed values range from 1.587 to 380.8 kHz.
\param freqDev Frequency deviation to be set in kHz.