cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.02k stars 249 forks source link

Output PWR and SNR data (from focus radio station) to txt file #905

Open Hamilkar247 opened 3 years ago

Hamilkar247 commented 3 years ago

Hi - I want ask, is it possible to save data PWR and SNR data from program to text file ? For example in this format

Date Stamp, VFO Freq (Hz), Power (dBm), SNR (dB)
14:19:35, 107500000, -82.9, 32.8
Dantali0n commented 3 years ago

No this is not possible as Power is not directly measured by SoapySDR devices, you just get a stream of discrete samples. Some devices have one or more steps of Automatic Gain Control (AGC) further complicating the determination of Power.