sdrangel/plugins/samplesource/localinput
f4exb 634723ae2c Restored the previously suppressed __attribute__ unused in a portable way 2019-06-19 18:50:55 +02:00
..
CMakeLists.txt cmake: remove cm256cc library dependency from local{sink,input} 2019-05-23 11:49:57 +02:00
localinput.cpp PVS-Studio analys fixes: core package serious issues 2019-06-14 16:58:09 +02:00
localinput.h Local output plugin and fixes 2019-05-10 23:38:52 +02:00
localinputgui.cpp Single DeviceAPI interface (1) 2019-05-08 22:11:53 +02:00
localinputgui.h Local output plugin and fixes 2019-05-10 23:38:52 +02:00
localinputgui.ui New plugin pair LocalSink and LocalInput to pipe streams internally 2019-05-02 04:02:40 +02:00
localinputplugin.cpp Restored the previously suppressed __attribute__ unused in a portable way 2019-06-19 18:50:55 +02:00
localinputplugin.h Renamed createSampleXXXPluginInstanceYYY methods to remove the redundant YYY part 2019-05-19 10:28:50 +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
readme.md Local Input/Sink: updated documentation 2019-05-02 10:29:27 +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

Record I/Q stream toggle button

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.