sdrangel/plugins/samplemimo/testmosync
Jon Beniston ee8b8ade88 Device GUIs: Constain window size via minimumSize/maximumSize, rather than handling resizeEvent. Add maximum button. Hide size buttons when window size is fixed 2022-11-09 15:53:44 +00:00
..
CMakeLists.txt Install debug symbols on Windows for debug builds 2022-02-06 12:56:58 +00:00
readme.md Massive UI revamping (v7): spectrum documentation 2022-04-18 18:33:37 +02:00
testmosync.cpp TestMO source: Make settings assignments atomic. Part of #1329 2022-11-01 19:40:00 +01:00
testmosync.h TestMO source: Make settings assignments atomic. Part of #1329 2022-11-01 19:40:00 +01:00
testmosyncgui.cpp Device GUIs: Constain window size via minimumSize/maximumSize, rather than handling resizeEvent. Add maximum button. Hide size buttons when window size is fixed 2022-11-09 15:53:44 +00:00
testmosyncgui.h TestMO source: Make settings assignments atomic. Part of #1329 2022-11-01 19:40:00 +01:00
testmosyncgui.ui Massive UI revamping (v7): Fixed sizing of some device windows. Part of #1209 2022-04-25 00:15:46 +02:00
testmosyncplugin.cpp Updated versions and changelogs 2022-11-01 23:51:06 +01:00
testmosyncplugin.h Avoid global QString init in plugins 2020-11-22 04:06:32 +01:00
testmosyncsettings.cpp TestMO source: Make settings assignments atomic. Part of #1329 2022-11-01 19:40:00 +01:00
testmosyncsettings.h TestMO source: Make settings assignments atomic. Part of #1329 2022-11-01 19:40:00 +01:00
testmosyncworker.cpp Fixed -Wtype-limits warnings 2020-11-14 19:18:41 +01:00
testmosyncworker.h Test MO sync 2020-11-10 20:32:57 +01:00

readme.md

Test Multiple Output synchronized plugin

Introduction

This MO (Multiple Output) sample sink plugin sends its samples to a spectrum display. It features the synchronous pulling of samples from two baseband channels provided by a MIMO channel plugin (thus its "MO" part). Streams 0 and 1 are connected to streams 0 and 1 of the MIMO channel respectively.

Build

The plugin is always built.

Interface

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

Test MO sync plugin GUI

1: Start/Stop

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

2: Frequency

This is the center frequency in kHz that will be put in the file header.

3: Output stream sample rate

This is the output stream sample rate in kS/s after interpolation (5) from the baseband stream. Thus this is the sample rate (6) multiplied by the interpolation factor (5).

4: Stream selection

This combo selects to which stream the UI applies for stream specific controls.

5: Interpolation factor

The baseband streams are interpolated by this value before being sent to spectrum display. It can vary in powers of two from 1 (no interpolation) to 64.

6: Baseband sample rate

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.

7: Spectrum display

This is the final output stream spectrum display after interpolation (5). This would be sent to the hardware device. Details on the spectrum view and controls can be found here