Updated documentation changelogs and version

pull/442/head
f4exb 2019-11-01 19:45:36 +01:00
rodzic 54f8cf80e3
commit d58fa18b55
6 zmienionych plików z 64 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,13 @@
sdrangel (4.11.12-1) unstable; urgency=medium
* Test sink output plugin
* ChannelAnalyzer: set trace length to FFT length when auto-correlation by IFFT is used
* Tx plugins: corrected FIFO begin iterator vs number of samples read
* GLSpectrum: set default window to Hanning
* More preparatory works for MIMO channels support
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 01 Nov 2019 14:14:22 +0100
sdrangel (4.11.11-1) unstable; urgency=medium
* Channel Analyzer polar grid option for XY display (Issue #424)

Wyświetl plik

@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version
set(sdrangel_VERSION_MAJOR "4")
set(sdrangel_VERSION_MINOR "11")
set(sdrangel_VERSION_PATCH "11")
set(sdrangel_VERSION_PATCH "12")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

10
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,13 @@
sdrangel (4.11.12-1) unstable; urgency=medium
* Test sink output plugin
* ChannelAnalyzer: set trace length to FFT length when auto-correlation by IFFT is used
* Tx plugins: corrected FIFO begin iterator vs number of samples read
* GLSpectrum: set default window to Hanning
* More preparatory works for MIMO channels support
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 01 Nov 2019 14:14:22 +0100
sdrangel (4.11.11-1) unstable; urgency=medium
* Channel Analyzer polar grid option for XY display (Issue #424)

Plik binarny nie jest wyświetlany.

Po

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

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -0,0 +1,43 @@
<h1>Test sink plugin</h1>
<h2>Introduction</h2>
This output sample sink plugin sends its samples to a spectrum display.
<h2>Build</h2>
The plugin is always built.
<h2>Interface</h2>
![Test sink plugin GUI](../../../doc/img/TestSink.png)
<h3>1: Start/Stop</h3>
Device start / stop button.
- Blue triangle icon: device is ready and can be started
- Red square icon: device is running and can be stopped
- Magenta (or pink) square icon: an error occurred
<h3>2: Output stream sample rate</h3>
This is the output stream sample rate in kS/s after interpolation (4) from the baseband stream. Thus this is the sample rate (5) multiplied by the interpolation factor (4).
<h3>3: Frequency</h3>
This is the center frequency in kHz that will be put in the file header.
<h3>4: Interpolation factor</h3>
The baseband stream is interpolated by this value before being sent to spectrum display. It can vary in powers of two from 1 (no interpolation) to 64.
<h3>5: Baseband sample rate</h3>
This is the baseband sample rate before interpolation in S/s.
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.
<h3>6: Spectrum display</h3>
This is the final output stream spectrum display after interpolation (4). This would be sent to the hardware device. Controls on the bottom of the panel are identical to the ones of the main spectrum display.