sdrangel/plugins/samplesource/localinput
Daniele Forsi 794be61957 Fix spelling using ispell 2023-05-02 19:43:59 +02:00
..
CMakeLists.txt Update CMakeLists.txt to support both Qt5 and Qt6. Add option ENABLE_QT6 2022-11-17 14:34:54 +00:00
localinput.cpp Local input: Make settings assignments atomic. Part of #1329 2022-10-23 23:30:00 +02:00
localinput.h Local input: Make settings assignments atomic. Part of #1329 2022-10-23 23:30:00 +02:00
localinputgui.cpp Add DialogPositioner to ensure dialogs are fully on screen and remain on 2022-12-20 10:31:15 +00:00
localinputgui.h 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
localinputgui.ui Massive UI revamping (v7): fixed devices .ui files to correct display wwhen creating device. Part of #1209 2022-04-27 02:06:17 +02:00
localinputplugin.cpp Updated versions and changelogs 2022-11-01 23:51:06 +01:00
localinputplugin.h Avoid global QString init in plugins 2020-11-22 04:06:32 +01:00
localinputsettings.cpp Local input: Make settings assignments atomic. Part of #1329 2022-10-23 23:30:00 +02:00
localinputsettings.h Local input: Make settings assignments atomic. Part of #1329 2022-10-23 23:30:00 +02:00
localinputwebapiadapter.cpp Fixed wrong structure being used in some sample source and sink plugins web API adapters. Fixes #842 2021-04-15 15:30:29 +02:00
localinputwebapiadapter.h REST API: config: GET (11). Support of the rest of devices 2019-08-04 20:24:44 +02:00
readme.md Fix spelling using ispell 2023-05-02 19:43:59 +02:00

readme.md

Local input plugin

Introduction

This input sample source plugin gets its samples from a Local Sink channel in another device set.

Interface

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

SDR Local input plugin GUI

1: Start/Stop

Device start / stop button.

  • Blue triangle icon: device is ready and can be started
  • Green square icon: device is running and can be stopped

3: Frequency

This is the center frequency in Hz sent from the Local Sink channel instance and corresponds to the center frequency of reception.

4: Stream sample rate

Stream I/Q sample rate in kS/s

5: Auto remove DC component

Filters out the possible DC component. You use this if you notice a spike in the center of the pass band.

6: Auto make I/Q balance

Re-balances the I and Q channels. You use this if you notice ghost artifacts symmetric around the center frequency.