ast / SoapyAirspy

Soapy SDR plugin for the Airspy
https://github.com/pothosware/SoapyAirspy/wiki
MIT License
4 stars 4 forks source link

Debug information question #8

Open janvgils opened 11 months ago

janvgils commented 11 months ago

Looking at the debug output my eye was drawn to the following message:

Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] setBandwidth: decimation < 4

I have been looking at CLI decimation options but could find a way to use this functionality. Based on the debug message, is it possible to alter the decimation value use by the AIRSPY?

Full debug output:

Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] SoapyAirspy::SoapyAirspy()
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] SoapyAirspy::SoapyAirspy(biastee) = true
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] SoapyAirspy::SoapyAirspy(driver) = airspy
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] SoapyAirspy::SoapyAirspy(gainmode) = 0
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] SoapyAirspy::SoapyAirspy(label) = AirSpy One [04a464c83670830b]
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] SoapyAirspy::SoapyAirspy(serial) = 04a464c83670830b
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] Found AirSpy device: serial = 4a464c83670830b
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] SoapyAirspy::SoapyAirspy(biastee) = true
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] airspy_set_rf_bias(1)
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] Supported sample rate: 3000000
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] Supported sample rate: 6000000
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] SoapyAirspy::setGain(1, 0, 0.000000)
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] airspy_set_rf_bias(1)
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] setSampleRate: 3000000
Jul 21 20:46:48 canberra satnogs-client[4826]: [INFO] Using format CF32.
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] sample type: 0, sample size 8
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] SoapyAirspy::hasDCOffsetMode(1, 0)
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] SoapyAirspy::listAntennas(1, 0)
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] SoapyAirspy::setAntenna(1, 0, RX)
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] setBandwidth: 0.000000
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] setBandwidth: automatic
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] setBandwidth: 3000000.000000 0.000000 1.000000
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] setBandwidth: decimation < 4
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] airspy_set_conversion_filter_float32() success
Jul 21 20:46:48 canberra satnogs-client[4826]: [DEBUG] SoapyAirspy::activateStream() flags=0 timeNs=0 numElems=0

All the best.