sdrangel/plugins/samplesource/airspyhf
Mykola Dvornik 15337cac66 Fix bug that prevents settings changes updates via reverse API
Most plugins that use reverse API to PATCH settings updates to remote
server only do so when `useReverseAPI` is toggled, but not when the
relevant settings are being updated. So lets fix the precondition to
use the `m_useReverseAPI` flag instead.
2024-04-14 18:58:12 +02:00
..
CMakeLists.txt Add libusb for Android 2023-01-02 15:49:20 +00:00
airspyhfgui.cpp Remove unused includes and use more direct includes 2024-04-11 23:31:34 +02:00
airspyhfgui.h Allow replay time offset to be set by ctrl+left click in waterfall. 2023-12-06 10:09:30 +00:00
airspyhfgui.ui Add instant replay 2023-11-22 14:28:35 +00:00
airspyhfinput.cpp Fix bug that prevents settings changes updates via reverse API 2024-04-14 18:58:12 +02:00
airspyhfinput.h Fix gcc warnings 2023-11-22 14:40:19 +00:00
airspyhfplugin.cpp Updated versions and changelogs 2024-04-14 11:41:00 +02:00
airspyhfplugin.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
airspyhfsettings.cpp Add instant replay 2023-11-22 14:28:35 +00:00
airspyhfsettings.h Add instant replay 2023-11-22 14:28:35 +00:00
airspyhfwebapiadapter.cpp Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
airspyhfwebapiadapter.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
airspyhfworker.cpp Remove tabs. 2023-12-06 10:53:28 +00:00
airspyhfworker.h Add instant replay 2023-11-22 14:28:35 +00:00
readme.md Fix spelling using ispell 2023-05-02 19:43:59 +02:00

readme.md

AirspyHF input plugin

Introduction

This input sample source plugin gets its samples from a Airspy HF+ device.

Build

The plugin will be built only if the Airspy HF library is installed in your system.

If you build it from source and install it in a custom location say: /opt/install/libairspyhf you will have to add -DAIRSPYHF_DIR=/opt/install/libairspyhf to the cmake command line.

Note: if you use binary distributions this is included in the bundle.

Interface

The top and bottom bars of the device window are described here

For controls 10 to 13 to be effective you will need a recent version (up to date in January 2019) of both libairspy and the firmware.

AirspyHF input plugin GUI

1: Common stream parameters

Remote source input stream GUI

1.1: Frequency

This is the center frequency of reception in kHz.

1.2: Start/Stop

Device start / stop button.

  • Blue triangle icon: device is ready and can be started
  • Green square icon: device is running and can be stopped
  • Magenta (or pink) square icon: an error occurred. In the case the device was accidentally disconnected you may click on the icon, plug back in and start again.

1.4: Stream sample rate

Baseband I/Q sample rate in kS/s. This is the device to host sample rate (3) divided by the decimation factor (4).

2: Lo ppm correction

This is the correction factor in ppm applied to the local oscillator. The Airspy HF LO has 1 kHz increments so anything in between is obtained by mixing the signal with a software NCO. This is actually done in the AirspyHF library when DSP is on (13).

You can reset the ppm value anytime by pressing on button (3)

3: Reset LO ppm correction

This resets the LO ppm correction (zero the value).

4: Internal DC correction

Internal SDRangel DC correction. This is useless if libairspy DSP is engaged (13)

5: Internal IQ imbalance correction

Internal SDRangel IQ imbalance correction. This is useless if libairspy DSP is engaged (13)

6: Band select

Use this combo box to select the HF or VHF range. This will set the limits of the frequency dial (1.1) appropriately and possibly move the current frequency inside the limits. Limits are given by the AirspyHF+ specifications:

  • HF: 9 kHz to 31 MHz
  • VHF: 60 to 260 MHz

7: Device to host sample rate

This is the device to host sample rate in kilo samples per second (kS/s).

Although the combo box is there to present a choice of sample rates at present the AirspyHF+ deals only with 768 kS/s. However the support library has provision to get a list of sample rates from the device in case of future developments.

8: Decimation factor

The I/Q stream from the AirspyHF to host is downsampled by a power of two before being sent to the passband. Possible values are increasing powers of two: 1 (no decimation), 2, 4, 8, 16, 32, 64, 128, 256. When using audio channel plugins (AM, DSD, NFM, SSB...) please make sure that the sample rate is not less than the audio sample rate.

9: Transverter mode open dialog

This button opens a dialog to set the transverter mode frequency translation options. The details about this dialog can be found here

10: AGC mode

This appears to work only on HF band.

  • Off: no AGC
  • Low: AGC with low threshold
  • High: AGC with high threshold

11: LNA

This appears to work only on HF band. Turns on or off the LNA (+6dB). Gain is compensated in software.

12: Attenuator

This appears to work only on HF band and is active only if AGC is off (10). Attenuator value can be set from 0 to 48 dB in 6 dB steps.

13: LibairspyHF DSP

Turns on or off the libairspyhf DSP routines. When on the internal DC and IQ imbalance corrections (4) and (5) are useless and should be turned off.