sdrangel/plugins/samplesource/localinput
f4exb b64d813cfc Fixed some warnings from Mac ports compilation 2020-04-19 06:14:45 +02:00
..
CMakeLists.txt REST API: config: GET (11). Support of the rest of devices 2019-08-04 20:24:44 +02:00
localinput.cpp REST API device and channel actions: extension of record action: implementation 2020-03-10 19:44:27 +01:00
localinput.h REST API device and channel actions: extension of record action: implementation 2020-03-10 19:44:27 +01:00
localinputgui.cpp Fixed some warnings from Mac ports compilation 2020-04-19 06:14:45 +02:00
localinputgui.h Fixed some warnings from Mac ports compilation 2020-04-19 06:14:45 +02:00
localinputgui.ui Samplesources GUI file record: right click to choose file 2020-04-02 05:00:43 +02:00
localinputplugin.cpp Added possibility to specify devices that cannot be discovered automatically. This implements #445 2019-12-16 01:03:47 +01:00
localinputplugin.h Plugins device enumeration optimization 2019-10-09 07:39:52 +02:00
localinputsettings.cpp New plugin pair LocalSink and LocalInput to pipe streams internally 2019-05-02 04:02:40 +02:00
localinputsettings.h New plugin pair LocalSink and LocalInput to pipe streams internally 2019-05-02 04:02:40 +02:00
localinputwebapiadapter.cpp REST API: config: GET (11). Support of the rest of devices 2019-08-04 20:24:44 +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 Samplesources GUI file record: updated documentation 2020-04-02 05:01:00 +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

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

2: Record

  • Left click: record baseband I/Q stream toggle button
  • Right click: choose record file

3: Frequency

This is the center frequency in Hz sent from the Local Sink channel instance and corresponds to the center frequency of reception. The sub kHz value (000 to 999 Hz) is represented in smaller digits on the right.

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.