Frequency Corrections
Hi, I was just wondering if there was any intent for the SoapyHackRF to support the set/get frequencyCorrection functions? (e.g. like here: https://github.com/pothosware/SoapyRTLSDR/blob/master/Settings.cpp#L185 ). This is the approach that some software (e.g. SatNOGS) takes to handling frequency offsets, and without these functions available, frequency correction cannot be applied.
The HackRFs are generally not that spot-on in frequency, and the issue gets more pronounced when you get into the microwave bands.
See https://github.com/pothosware/SoapySDR/issues/291
So the answer there appears that it should be done within the module? (e.g. in this repository)