Updated calibration button icon and documentation. Following PR #1454

pull/1458/head
f4exb 2022-09-30 01:19:26 +02:00
rodzic 947eee4b29
commit 859cd86bd6
17 zmienionych plików z 103 dodań i 77 usunięć

Plik binarny nie jest wyświetlany.

Przed

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

Po

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

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Przed

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

Po

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

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Przed

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

Po

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

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Po

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

Plik binarny nie jest wyświetlany.

Po

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

Plik binarny nie jest wyświetlany.

Po

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

Plik binarny nie jest wyświetlany.

Po

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

Plik binarny nie jest wyświetlany.

Po

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

Plik binarny nie jest wyświetlany.

Po

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

Wyświetl plik

@ -1100,7 +1100,7 @@
</property>
<property name="icon">
<iconset resource="../resources/res.qrc">
<normaloff>:/ruler.png</normaloff>:/ruler.png</iconset>
<normaloff>:/caliper.png</normaloff>:/caliper.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>

Wyświetl plik

@ -55,6 +55,12 @@ Values may be suffixed by a multiplier character:
Use mouse right click anywhere in the view to remove the last entered marker. Use shift and mouse right click to remove all markers.
<h3>Spectrum measurements</h3>
When activated in the spectrum measurements dialog (B.6.5) the measured values are displayed along with the spectrum. The measurements table can be displayed on the left, right, top or bottom of the spectrum view. You can use the splitter handle to arrange the partition between table and spectrum view. Details on the available measurements are discussed in the [Spectrum measurement control dialog](spectrummeasurements.md) documentation.
![Spectrum Measurements](../../doc/img/Spectrum_Measurements.png)
<h3>Mouse scroll wheel</h3>
![Spectrum Mousewheel](../../doc/img/MainWindow_spectrum_mousewheel.png)
@ -282,7 +288,9 @@ When in linear mode the range control (B.3.3) has no effect because the actual r
Use this button to freeze the spectrum update. Useful when making measurements with the markers.
<h4>B.6.2: Spectrum server control</h4>
<h4>B.6.2: Save spectrum to CSV file</h4>
<h4>B.6.3: Spectrum server control</h4>
A websockets based server can be used to send spectrum data to clients. An example of such client can be found in the [SDRangelSpectrum](https://github.com/f4exb/sdrangelspectrum) project.
@ -342,92 +350,24 @@ The server only sends data. Control including FFT details is done via the REST A
</table>
<h4>B.6.3: Spectrum markers dialog</h4>
<h4>B.6.4: Spectrum markers dialog</h4>
Opens the [spectrum markers dialog](spectrummarkers.md)
<h4>B.6.4: Spectrum calibration</h4>
<h4>B.6.5: Spectrum measurements dialog</h4>
Opens the [Spectrum measurement control dialog](spectrummeasurements.md) Check this link for details on the available measurements.
<h4>B.6.6: Spectrum calibration</h4>
Use the toggle button to switch between relative and calibrated power readings.
Right click to open the [calibration management dialog](spectrumcalibration.md)
<h4>B.6.5: Go to annotation marker</h4>
<h4>B.6.7: Go to annotation marker</h4>
This combo only appears if the spectrum display is the spectrum of a device (i.e. main spectrum) and if there are visible annotation markers. It allows to set the device center frequency to the frequency of the selected annotation marker.
<h4>B.7.1: Measurement</h4>
Selects a measurement to perform on the spectrum:
* None - No measurement is performed.
* Peak - Displays highest peak power and frequency.
* Ch Power - Channel power.
* Adj Ch - Adjacent channel power.
* SNR - Signal to Noise Ratio.
* SNFR - Signal to Noise Floor Ratio.
* THD - Total Harmonic Distortion.
* THD+N - Total Harmonic Distortion plus Noise.
* SINAD - Signal to Noise and Distortion ratio.
* SFDR - Spurious Free Dynamic Range
The measurement result is displayed in the top-right of the spectrum.
When any measurement is selected, the resolution bandwidth (RBW), which is the sample rate / FFT size, is additionally displayed in the top-left of the spectrum.
Several of the measurements highlight the measurement region on the spectrum. This can be toggled on and off with the 'Highlight measurement' button.
<h5>Peak</h5>
The peak measurement displays the power and frequency of the FFT bin with the highest magnitude.
![Peak measurement](../../doc/img/Spectrum_Measurement_Peak.png)
<h5>Channel Power</h5>
Channel power measures the total power within a user-defined bandwidth, at the center of the spectrum:
![Adjacent channel power measurement](../../doc/img/Spectrum_Measurement_ChannelPower.png)
<h5>Adjacent Channel Power</h5>
The adjacent channel power measurement measures the power in a channel of user-defined bandwidth at the center of the spectrum and compares it to the power in the left and right adjacent channels.
Channel separation is specifed in the 'Spacing' field.
![Adjacent channel power measurement](../../doc/img/Spectrum_Measurement_AdjChannelPower.png)
<h5>Signal to Noise Ratio</h5>
The SNR measurement estimates a signal-to-noise ratio.
The fundamental signal is the largest peak (i.e. FFT bin with highest magnitude).
The bandwidth of the signal is assumed to be the width of the largest peak, which includes adjacent bins with a monotonically decreasing magnitude.
Noise is summed over the full bandwidth (i.e all FFT bins), with the fundamental and user-specified number of harmonics being replaced with the noise median from outside of these regions.
The noise median is also subtracted from the signal, before the SNR is calculated.
![SNR measurement](../../doc/img/Spectrum_Measurement_SNR.png)
<h5>Signal to Noise Floor Ratio</h5>
The SNFR measurement estimates a signal-to-noise-floor ratio.
This is similar to the SNR, except that the noise used in the ratio, is only the median noise value calculated from the noise outside of the fundamental and harmonics, summed over the bandwidth of the signal.
One way to think of this, is that it is the SNR if all noise outside of the signal's bandwidth was filtered.
<h5>Total Harmonic Distortion</h5>
THD is measured as per SNR, but the result is the ratio of the total power of the harmonics to the fundamental.
<h5>Total Harmonic Distortion Plus Noise</h5>
THD+N is measured as per SNR, but the result is the ratio of the total power of the harmonics and noise to the fundamental.
<h5>Signal to Noise and Distortion Ratio</h5>
SINAD is measured as per SNR, but the result is the ratio of the fundamental to the total power of the harmonics and noise.
<h5>Spurious Free Dynamic Range</h5>
SFDR is a measurement of the difference in power from the largest peak (the fundamental) to the second largest peak (the strongest spurious signal).
![SFDR measurement](../../doc/img/Spectrum_Measurement_SFDR.png)
<h2>3D Spectrogram Controls</h2>
![3D Spectrogram](../../doc/img/MainWindow_3D_spectrogram.png)

Wyświetl plik

@ -0,0 +1,85 @@
<h1>Spectrum measurements controls</h1>
This dialog controls which measurements are carried out on the spectrum and what is displayed on the spectrum window.
<h2>No measurements</h2>
![Spectrum Measurements dialog - none](../../doc/img/Spectrum_Measurement_dialog_none.png)
The spectrum is displayed the usual way without the measurements table
<h2>Peaks</h2>
Shows the n largest peaks in magnitude
![Spectrum Measurements dialog - peak](../../doc/img/Spectrum_Measurement_dialog_peak.png)
- **Display results table**: lets you choose whether the table is displayed at the left, right, top or bottom of the spectrum view. This control is common to all measurement types
- **Highlight on spectrum**: controls whether the artifacts are displayed or not on the spectrum view. This control is common to all measurement types having artifacts
- **Results precision**: controls the number of decimal places displayed on the power readings in dB. This control is common to all measurement types
- **Peaks**: controls the number of peaks
<h2>Channel Power</h2>
Channel power measures the total power within a user-defined bandwidth. Channel shift is adjustable with the dialog.
![Spectrum Measurements dialog - channel power](../../doc/img/Spectrum_Measurement_dialog_ChannelPower.png)
- **Results precision**: controls the number of decimal places displayed on the power readings in dB
- **Center frequency offset**: channel offset from the center in Hz
- **Channel bandwidth**: bandwidth of the channel in Hz
Spectrum display with the highlight artifact on:
![Spectrum Measurements - channel power](../../doc/img/Spectrum_Measurement_ChannelPower.png)
<h2>Adjacent channel power</h2>
The adjacent channel power measurement measures the power in a channel of user-defined bandwidth and compares it to the power in the left and right adjacent channels. Channel shift and adjacent channels width and separation are also adjustable with the dialog.
![Spectrum Measurements dialog - adjacentchannel power](../../doc/img/Spectrum_Measurement_dialog_AdjChannelPower.png)
- **Center frequency offset**: channels offset from the center in Hz
- **Channel bandwidth**: bandwidth of the in-channel in Hz
- **Channel spacing**: In-channel to adjacent channel centers spacing in Hz
- **Adjacent channel bandwidth**: Adjacent channels bandwidth in Hz
Spectrum display with the highlight artifact on:
![Spectrum Measurements - adjacentchannel power](../../doc/img/Spectrum_Measurement_AdjChannelPower.png)
<h2>SNR</h2>
![Spectrum Measurements dialog - SNR](../../doc/img/Spectrum_Measurement_dialog_SNR.png)
- **Harmonics**: controls the number of harmonics for THD, THD+N or SINAD measurements (see next)
<h3>SNR: Signal to Noise Ratio</h3>
The SNR measurement estimates a signal-to-noise ratio. The fundamental signal is the largest peak (i.e. FFT bin with highest magnitude). The bandwidth of the signal is assumed to be the width of the largest peak, which includes adjacent bins with a monotonically decreasing magnitude. Noise is summed over the full bandwidth (i.e all FFT bins), with the fundamental and user-specified number of harmonics being replaced with the noise median from outside of these regions. The noise median is also subtracted from the signal, before the SNR is calculated.
![Spectrum Measurements - SNR](../../doc/img/Spectrum_Measurement_SNR.png)
<h3>SFNR: Signal to Noise Floor Ratio</h3>
The SNFR measurement estimates a signal-to-noise-floor ratio. This is similar to the SNR, except that the noise used in the ratio, is only the median noise value calculated from the noise outside of the fundamental and harmonics, summed over the bandwidth of the signal. One way to think of this, is that it is the SNR if all noise outside of the signal's bandwidth was filtered.
<h3>THD: Total Harmonic Distortion</h3>
THD is measured as per SNR, but the result is the ratio of the total power of the harmonics to the fundamental.
<h3>THD+N: Total Harmonic Distortion Plus Noise</h3>
THD+N is measured as per SNR, but the result is the ratio of the total power of the harmonics and noise to the fundamental.
<h3>SINAD: Signal to Noise and Distortion Ratio</h3>
SINAD is measured as per SNR, but the result is the ratio of the fundamental to the total power of the harmonics and noise.
<h3>SFDR: Spurious Free Dynamic Range</h3>
SFDR is a measurement of the difference in power from the largest peak (the fundamental) to the second largest peak (the strongest spurious signal).
![Spectrum Measurements - SFDR](../../doc/img/Spectrum_Measurement_SFDR.png)

Plik binarny nie jest wyświetlany.

Po

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

Wyświetl plik

@ -1,5 +1,6 @@
<RCC>
<qresource prefix="/">
<file>caliper.png</file>
<file>flip_windows.png</file>
<file>waterfall_3d.png</file>
<file>bell_max.png</file>