mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-04-01 20:55:33 -04:00
SoapySDR Input: reversed soft LO ppm correction. Fixes #641
This commit is contained in:
parent
2a5fd290a1
commit
4e4270970d
@ -719,7 +719,7 @@ void SoapySDRInput::setCenterFrequency(qint64 centerFrequency)
|
||||
bool SoapySDRInput::setDeviceCenterFrequency(SoapySDR::Device *dev, int requestedChannel, quint64 freq_hz, int loPpmTenths)
|
||||
{
|
||||
qint64 df = ((qint64)freq_hz * loPpmTenths) / 10000000LL;
|
||||
freq_hz += df;
|
||||
freq_hz -= df;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user