1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-29 11:18:56 -05:00

AirspyHF: updated documentation

This commit is contained in:
f4exb 2019-01-15 00:40:41 +01:00
parent 69b8aaa482
commit 7603848bbe
3 changed files with 44 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

View File

@ -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)
@ -47,7 +44,7 @@ Baseband I/Q sample rate in kS/s. This is the device to host sample rate (3) div
<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,7 +85,7 @@ 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.
@ -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.
<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.