sdrangel/plugins/samplesource/localinput
f4exb 3e909d2016 Updated versions and changelogs 2024-06-25 22:19:14 +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 Fix bug that prevents settings changes updates via reverse API 2024-04-14 18:58:12 +02:00
localinput.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
localinputgui.cpp Remove unused includes and use more direct includes 2024-04-11 23:31:34 +02:00
localinputgui.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
localinputgui.ui Update properties related to fonts 2024-06-23 17:32:49 +02:00
localinputplugin.cpp Updated versions and changelogs 2024-06-25 22:19:14 +02:00
localinputplugin.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
localinputsettings.cpp Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
localinputsettings.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
localinputwebapiadapter.cpp Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
localinputwebapiadapter.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01: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.