wizardyesterday / RtlSdrDiags

This code uses librtlsdr for a basis, and I have created an AM/FM/WBFM/SSB receiver application with this stuff. I call the application radioDiags. The application sends demodulated data to stdout as raw PCM formtted as signed 16-bit little endian integers to stdout at a rate of 8000S/s.
29 stars 2 forks source link

I elimited use of a global variable by the AGC. A new interface was p… #41

Closed wizardyesterday closed 1 year ago

wizardyesterday commented 1 year ago

…rovided

by the Radio object so that the current IF gain could be interrogated by the AGC.