sdrangel/plugins/samplesource/localinput
f4exb 35adc25450 Updated version changelogs and readmes 2021-12-16 10:32:52 +01:00
..
CMakeLists.txt REST API: config: GET (11). Support of the rest of devices 2019-08-04 20:24:44 +02:00
localinput.cpp Removed file recording function from device plugins 2020-08-09 00:47:06 +02:00
localinput.h Removed file recording function from device plugins 2020-08-09 00:47:06 +02:00
localinputgui.cpp Replaced frequency dials by labels for unmodifiable frequency displays 2021-12-16 00:18:11 +01:00
localinputgui.h Removed all remaining references to remote UDP Tx delay 2021-12-07 08:17:55 +01:00
localinputgui.ui Replaced frequency dials by labels for unmodifiable frequency displays 2021-12-16 00:18:11 +01:00
localinputplugin.cpp Updated version changelogs and readmes 2021-12-16 10:32:52 +01:00
localinputplugin.h Avoid global QString init in plugins 2020-11-22 04:06:32 +01:00
localinputsettings.cpp Removed file recording function from device plugins 2020-08-09 00:47:06 +02:00
localinputsettings.h Removed file recording function from device plugins 2020-08-09 00:47:06 +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 Updated version changelogs and readmes 2021-12-16 10:32:52 +01: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

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 yoy 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.