AirspyHF: updated documentation

pull/278/head
f4exb 2019-01-15 00:40:41 +01:00
rodzic 69b8aaa482
commit 7603848bbe
3 zmienionych plików z 44 dodań i 19 usunięć

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 16 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 23 KiB

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -2,11 +2,11 @@
<h2>Introduction</h2>
This input sample source plugin gets its samples from a [Airspy HF+ device](https://airspy.com/airspy-hf-plus/).
This input sample source plugin gets its samples from a [Airspy HF+ device](https://airspy.com/airspy-hf-plus/).
<h2>Build</h2>
The plugin will be built only if the [Airspy HF library](https://github.com/airspy/airspyhf) is installed in your system.
The plugin will be built only if the [Airspy HF library](https://github.com/airspy/airspyhf) 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.
@ -14,10 +14,7 @@ Note: if you use binary distributions this is included in the bundle.
<h2>Interface</h2>
It has very few controls compared to other source interfaces. This is because a lot of things are handled automatically with the AirspyHF+:
- gains (hardware)
- DC and IQ correction (library software)
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](../../../doc/img/AirspyHFInput_plugin.png)
@ -31,23 +28,23 @@ This is the center frequency of reception in kHz.
<h4>1.2: Start/Stop</h4>
Device start / stop button.
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.
<h4>1.3: Record</h4>
Record baseband I/Q stream toggle button
<h4>1.4: Stream sample rate</h4>
Baseband I/Q sample rate in kS/s. This is the device to host sample rate (3) divided by the decimation factor (4).
Baseband I/Q sample rate in kS/s. This is the device to host sample rate (3) divided by the decimation factor (4).
<h3>2: Lo ppm correction</h3>
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.
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)
@ -55,24 +52,32 @@ You can reset the ppm value anytime by pressing on button (3)
This resets the LO ppm correction (zero the value).
<h3>4: Band select</h3>
<h3>4: Internal DC correction</h3>
Internal SDRangel DC correction. This is useless if libairspy DSP is engaged (13)
<h3>5: Internal IQ imbalance correction</h3>
Internal SDRangel IQ imbalance correction. This is useless if libairspy DSP is engaged (13)
<h3>6: Band select</h3>
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
<h3>5: Device to host sample rate</h3>
<h3>7: Device to host sample rate</h3>
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.
<h3>6: Decimation factor</h3>
<h3>8: Decimation factor</h3>
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. When using audio channel plugins (AM, DSD, NFM, SSB...) please make sure that the sample rate is not less than the audio sample rate.
<h3>7: Transverter mode open dialog</h3>
<h3>9: Transverter mode open dialog</h3>
This button opens a dialog to set the transverter mode frequency translation options:
@ -80,11 +85,11 @@ This button opens a dialog to set the transverter mode frequency translation opt
Note that if you mouse over the button a tooltip appears that displays the translating frequency and if translation is enabled or disabled. When the frequency translation is enabled the button is lit.
<h4>7a.1: Translating frequency</h4>
<h4>9a.1: Translating frequency</h4>
You can set the translating frequency in Hz with this dial. Use the wheels to adjust the sample rate. Left click on a digit sets the cursor position at this digit. Right click on a digit sets all digits on the right to zero. This effectively floors value at the digit position. Wheels are moved with the mousewheel while pointing at the wheel or by selecting the wheel with the left mouse click and using the keyboard arrows. Pressing shift simultaneously moves digit by 5 and pressing control moves it by 2.
The frequency set in the device is the frequency on the main dial (1) minus this frequency. Thus it is positive for down converters and negative for up converters.
The frequency set in the device is the frequency on the main dial (1) minus this frequency. Thus it is positive for down converters and negative for up converters.
For example with the DX Patrol that has a mixer at 120 MHz for HF operation you would set the value to -120,000,000 Hz so that if the main dial frequency is set at 7,130 kHz the RTLSDR of the DX Patrol will be set to 127.130 MHz.
@ -94,10 +99,30 @@ For bands even higher in the frequency spectrum the GHz digits are not really si
The Hz precision allows a fine tuning of the transverter LO offset
<h4>7a.2: Translating frequency enable/disable</h4>
<h4>9a.2: Translating frequency enable/disable</h4>
Use this toggle button to activate or deactivate the frequency translation
<h4>7a.3: Confirmation buttons</h4>
<h4>9a.3: Confirmation buttons</h4>
Use these buttons to confirm ("OK") or dismiss ("Cancel") your changes.
Use these buttons to confirm ("OK") or dismiss ("Cancel") your changes.
<h3>10: AGC mode</h3>
This appears to work only on HF band.
- **Off**: no AGC
- **Low**: AGC with low threshold
- **High**: AGC with high threshold
<h3>11: LNA</h3>
This appears to work only on HF band. Turns on or off the LNA (+6dB). Gain is compensated in software.
<h3>12: Attenuator</h3>
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.
<h3>13: LibaispyHF DSP</h3>
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.