From 7d540433d1da427aaef7eb6deb40b19e73374663 Mon Sep 17 00:00:00 2001 From: Edouard Griffiths Date: Thu, 12 Nov 2020 23:46:55 +0100 Subject: [PATCH] Created Channel MIMO plugins (markdown) --- Channel-MIMO-plugins.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Channel-MIMO-plugins.md diff --git a/Channel-MIMO-plugins.md b/Channel-MIMO-plugins.md new file mode 100644 index 0000000..5278b82 --- /dev/null +++ b/Channel-MIMO-plugins.md @@ -0,0 +1,11 @@ +# Channel MIMO plugins + +These channels can process multiple synchronous streams from or to a MIMO device supported by a [Device MIMO plugin](./Device-MIMO-plugins-(Multiple-In-Multiple-Out)) + +## Simple Interferometer plugin + +This MIMO reception only (MI) plugin can be used to study phase difference between two coherent streams. It must be connected to a device that exposes at least two input streams and will connect to streams 0 and 1 as channels A and B respectively. The user interface is described [here](https://github.com/f4exb/sdrangel/tree/master/plugins/channelmimo/interferometer/readme.md) + +## Beam Steering Continuous Wave plugin + +This MIMO transmission only (MO) plugin can be used to drive a 2 channel MO device in order to produce a continuous wave signal (CW) with a control of hte phase between the two streams. When the MO device is connected to a two antenna system the resulting beam can be steered in direction using the phase difference. Control is made directly in angle units. The user interface is described [here](https://github.com/f4exb/sdrangel/tree/master/plugins/channelmimo/beamsteeringcwmod/readme.md) \ No newline at end of file