dtheriault / hydra

The Hydra Project
1 stars 1 forks source link

Improve auto calibration with a knowledge of the past offsets of a dongle #6

Open n1gp opened 9 years ago

n1gp commented 9 years ago

Improve auto calibration with a knowledge of the past offsets of a dongle.

Perhaps use the serial number. It will have to be programmed. Some dongles don't have that capability.

At least during the current run of rtl_hpsdr a database of the most common calibration offsets can be maintained and if the current calibration returns a value that is far off from the most common offset, ignore it.

n1gp commented 9 years ago

I just added some more constraints on when to change offset in calibration. It basically removes the jitter when the FFT is bouncing between two adjacent bins.

BTW, I mistakenly checked in my binaries in cusdrk, can you revert anything I put in there today?

dtheriault commented 9 years ago

The binary cusdr should be removed now.    

On Feb 23, 2015, at 06:12 AM, n1gp notifications@github.com wrote:

I just added some more constraints on when to change offset in calibration. It basically removes the jitter when the FFT is bouncing between two adjacent bins. BTW, I mistakenly checked in my binaries in cusdrk, can you revert anything I put in there today? — Reply to this email directly or view it on GitHub.