sdrangel/plugins/channelmimo/doa2
f4exb 2c2285d614 Updated versions and changelogs 2022-06-01 21:31:29 +02:00
..
CMakeLists.txt DOA2: replaced spectrum by compass 2022-05-27 10:59:25 +02:00
doa2.cpp DOA2: fixed blind angle and documentation (again) 2022-06-01 01:08:22 +02:00
doa2.h DOA2: API implementation 2022-05-28 20:15:07 +02:00
doa2baseband.cpp DOA2: fixed phase difference sign 2022-06-01 20:15:57 +02:00
doa2baseband.h DOA2: fixed phase difference sign 2022-06-01 20:15:57 +02:00
doa2compass.cpp DOA2: improve blind sector display and documentation 2022-05-31 02:12:19 +02:00
doa2compass.h DOA2: improve blind sector display and documentation 2022-05-31 02:12:19 +02:00
doa2corr.cpp DOA2: simplify correlator 2022-05-29 09:59:22 +02:00
doa2corr.h DOA2: simplify correlator 2022-05-29 09:59:22 +02:00
doa2gui.cpp DOA2: fixed blind angle and documentation (again) 2022-06-01 01:08:22 +02:00
doa2gui.h DOA2: added button to center frequency position in passband 2022-05-29 11:57:04 +02:00
doa2gui.ui DOA2: added button to center frequency position in passband 2022-05-29 11:57:04 +02:00
doa2plugin.cpp Updated versions and changelogs 2022-06-01 21:31:29 +02:00
doa2plugin.h DOA2: added as copy of Interferometer 2022-05-27 00:50:38 +02:00
doa2settings.cpp DOA2: API implementation 2022-05-28 20:15:07 +02:00
doa2settings.h DOA2: API implementation 2022-05-28 20:15:07 +02:00
doa2streamsink.cpp DOA2: added as copy of Interferometer 2022-05-27 00:50:38 +02:00
doa2streamsink.h DOA2: added as copy of Interferometer 2022-05-27 00:50:38 +02:00
doa2webapiadapter.cpp DOA2: replaced spectrum by compass 2022-05-27 10:59:25 +02:00
doa2webapiadapter.h DOA2: replaced spectrum by compass 2022-05-27 10:59:25 +02:00
readme.md DOA2: fixed phase difference sign 2022-06-01 20:15:57 +02:00

readme.md

DOA with 2 sources plugin

Introduction

This MIMO reception only (MI) plugin can be used to determine the direction of arrival (DOA) of an incoming wave on a 2 antenna system connected to a coherent dual receiving device in MIMO (thus MI) mode like BladeRF2 or Pluto+. It is assumed that antenna A (or 1) (reference) is connected to stream 0 and antenna B (or 2) is connected to stream 1. The direction of the antenna system goes from antenna 1 to antenna 2.

When a wave comes from the front i.e. it reaches B before A then A will lag with respect to B and thus B is in advance and since A is the reference the difference of phase (φ) is negative from 0 (at right angle) to -π (from B). When the wave comes from the back then φ is positive from 0 (at right angle) to π (from A)

Usually stream 0 is connected to RX1 port and stream 1 to RX2 port. See the table at the end of the document listing details of some known devices.

Example of setup:

DOA2 full picture

This plugin has similarities with the Interferometer plugin upon which it is built but is specialized in DOA processing and has displays and controls added in the "DOA" section. Also there is no spectrum display as it is of little interest for this purpose.

Interface

The top and bottom bars of the channel window are described here

DOA2 plugin GUI

The interface is divided in 3 sections that will be detailed next:

  • A: settings. These are the general plugin controls
  • B: scope. This is a scope display analogous to other scope displays. I can show the A (stream 0) input, the B (stream 1) input or FFT (correlation for DOA). In the FFT case This is not a time domain but a frequency domain display transposed to time analogous to a frequency sweep. Therefore on the X and XY displays the time scale is replaced by a frequency scale.
  • C: DOA specific section

A. Settings section

DOA2 plugin settings GUI

A.1. Decimation

Input streams from baseband are decimated by a power of two. Use this combo to select from 0 (no decimation) to 64 (2^6). The resulting channel sample rate is displayed next (A.2)

A.2. Channel sample rate

This is the channel sample rate in kilo or mega samples per second indicated by the k or M letter.

A.3. Half-band filter chain sequence display

This string represents the sequence of half-band filters used in the decimation from device baseband to channel stream and controlled by (A.7). Each character represents a filter type:

  • L: lower half-band
  • H: higher half-band
  • C: centered

A.4. Correlation function

This combo selects which function is applied to A and B channel inputs to obtain resulting correlation signal.

  • A: A channel only (no correlation thus no DOA processing)
  • B: B channel only (no correlation thus no DOA processing)
  • FFT: The FFT of A is multiplied by the conjugate of the FFT of B (no IFFT) thus the result is in the frequency domain. This is sometimes called "interspectrum". This is used to evaluate the direction of arrival (DOA) of a plane wave which is the purpose of this plugin. Note that DOA processing is active only in this mode.

Scope inputs

The scope display inputs vary depending on the correlation types and are summarized in the table below:

Correlation type Scope
A A(t)
B B(t)
FFT FFT(A)*FFT(B)* possibly shows several FFT lengths on the scope (B) depending on trace length. Leave the default trace length to get accurate frequency readings on the X scale

A.5. Phase difference correction

This is the phase correction in degrees applied to signal in channel B.

A.6 Center frequency shift

This is the shift of the channel center frequency from the device center frequency. Its value is driven by the baseband sample rate, the decimation factor (A.1) and the filter chain sequence (A.7).

A.7. Half-band filter chain sequence adjust

The slider moves the channel center frequency roughly from the lower to the higher frequency in the device baseband. The number on the right represents the filter sequence as the decimal value of a base 3 number. Each base 3 digit represents the filter type and its sequence from MSB to LSB in the filter chain:

  • 0: lower half-band
  • 1: centered
  • 2: higher half-band

A.8. Center filter in passband

Use this button to center the filter in the middle of the passband automatically. This sets all filters to center i.e CCC...

The resulting filter chain sequence is represented in (A.3)

B. Scope display

This is the scope (mainly time domain) display. This display and controls are identical to all scope displays in the software. Further details can be found in Channel Analyzer documentation

See the principle of operation section below for optimum scope settings.

C. DOA settings

DOA2 settings DOA

C.1 Compass readings

DOA2 compass

C.1.1 Port side incoming wave

The red arrow shows the direction of the incoming wave assuming it is ccoming from the port side of the antenna system (antenna 1 to 2). The value in degrees is displayed in (C.2).

This also corresponds to positive angles in the trigonometric sense with respect to the antenna baseline.

C.1.2 Starboard side incoming wave

The green arrow shows the direction of the incoming wave assuming it is ccoming from the starboard side of the antenna system (antenna 1 to 2). The value in degrees is displayed in (C.3).

This also corresponds to negative angles in the trigonometric sense with respect to the antenna baseline.

C.1.3 Compass needle

The compass needle shows the antennas direction with the white arrow towards antenna 2 and the grey arrow towards antenna 1. The direction (azimuth) is set with control (C.4). You must update this direction when the direction of the antenna system changes to get accurate readings.

C.1.4 Blind sector

The darker area on the compass background shows the sector where no readings can be made when the distance between the two antennas (baseline distance set in C.6) is larger than the half of the wavelength displayed in (C.5). Check the principle of operation section at the ned of the document for details.

C.2 Positive DOA angle (Port side)

Displays the posiive azimuth in degrees with respect to antenna direction of the incoming wave. This corresponds to the port side with respect to the antenna system from antenna 1 to antenna 2. This direction is displayed with a red arrow on the compass (1).

C.3 Negative DOA angle (Starboard side)

Displays the negative azimuth in degrees with respect to antenna direction of the incoming wave. This corresponds to the starboard side with respect to the antenna system from antenna 1 to antenna 2. This direction is displayed with a green arrow on the compass (1).

C.4 Antenna system azimuth

This is the direction in degrees of the antenna system from antenna 1 to antenna 2. You must update this value when the direction of the antenna system changes to get accurate readings.

C.5 Half wavelength distance in mm

This displays the half wavelength distance in millimeters at the center of frequency of reception.

C.6 Antenna baseline distance in mm

This is the distance in millimeters between antenna 1 and antenna 2. You must update this value when the distance between antennas change to get accurate readings.

C.7 Squelch threshold

This is the threshold of squared magnitude in dB above which DOA processing takes place. You can use the scope display in XY mode to find the best value.

DOA2 XY display

In this exaple setting a squelch value of -55~-50 dB will select the narrow peak corresponding to samples giving the most accurate DOA measurements.

This threshold can also be used with transient signals to activate DOA processing only when the signal is present effectively acting like a squelch in FM modes.

C.8 FFT Averaging

This is the number of FFT series used for DOA calculation thus the weighting average is computed over this many FFTs. The tooltip shows the averaging time to obtain one result.

Principle of operation

DOA estimation is based on the "FFT" correlation funtion and active only when selected with (A.2). FFT analysis helps in removing non essential contributions and is more efficient than simple product wutn conjugate (A.B*).

It assumes that channel A is connected to antenna 1 or antenna of reference (device stream 0) and channel B is connected antenna 2 the second antenna (device stream 1) in the following configuration:

Interferometer antennas

Configuring the scope dsisplay

The scope shall be configured to have X and Y displays with Y1 set to a magnitude display projection and X to a phase related projection. See scope controls in B section for setup. Here are the different possibilities:

  • X: Phi, DOAP, DOAN
  • Y1: Mag, MagSq, MagDB (this one is usually the most convenient)

You will select the XY display on the scope and you can use the polar grid display to show phase or direction angles with respect to the antenna system directly. Note that for direction modes DOAP or DOAN a distance of half wavelength is assumed between antennas.

Angles are counted from -π to π and normalized to π for display thus displayed from -1.0 to 1.0 on the scope.

DOA processing

The phase difference φ between the reference signal A (antenna 1) and second signal B (antenna 2) and seen on scope X display with Phi selected is used to estimate the direction of arrival (DOA) of the incoming wave. For a given phase difference the wave may come from the positive side (port side) of angles (0 to π) or the negative side (starboard side) (-π to 0). Angles of arrival are referenced to the axis perpendicular to the axis passing by the two antennas.

Interferometer DOA

Thus when antennas are separated by half the wavelength the relation between the angle of arrival θ and the phase difference φ can be expressed as:

φ = π cos(θ) thus θ = acos(φ / π)

This angle can be displayed on the scope when DOAP (positive angles) or DOAN (negative angles) is selected for X input.

Interferometer DOA General

In general the angle can be calculated from the baseline distance D (distance between antennas) with the following formula:

φ = π d / (λ/2) ⇒ φ = π D cos(θ) / (λ/2) ⇒ cos(θ) = (φ / π) . ((λ/2) / D)

If D is larger than λ/2 the possible values of cos(θ) do not cover the whole [-1:1] interval and thus there is a blind sector at the front of antenna 2 and the back of antenna 1 which is shown onthe compass as a darker area (C.1.4). However signals coming from this blind sector will fold into the valid sector. Putting antennas further apart than λ/2 can give more accurate measurements inside the valid sector at the condition you already validated the assunption that the incoming wave angle is insde the valid sector and that no significant signal from the blind sector can influence the masurement. One can imagine having a pair of directive antennas placed at a distance for which the valid sector matches the antenna system lobe for final accurate measurement.

If D is smaller than λ/2 extreme incoming angles (0 or π) yield smaller φ which will be compensated by the (λ/2) / D factor however with less accuracy.

There are two possible angles for the incoming wave leading to the same phase difference. One from the port side of the antenna system (positive) and the other from the starboard side (negative).

To disambiguate readings one may turn the antenna system then the correct side will show a constant absolute angle with respect to true North (or South).

For best results the antenna system should be clear of possible reflectors including your own body that can affect the incoming direct wave. Ideally you should also start the procedure with a distance between antennas (baseline distance) of half the wavelength of the signal of interest.

possible procedure to determine DOA

  1. Arrange antennas axis so that the phase difference φ is zero or DOA angle θ is roughly π/2
  2. Make an assumption for the wave to come from the positive (port) or negative (starboard) angles side and take it as the DOA angle
  3. Rotate the antennas axis of about 45 degrees and if the DOA angle is roughly stable in absolute value then the assumption is correct and the wave is coming from the side corresponding to your assumption. You can then refine the antenna axis direction to obtain a π/2 or -π/2 angle depending from which side the wave is coming. The red arrow on the compass (C.1.1) shows the absolute direction of the wave coming from the port side and the green arrow (C.1.2) shows the absolute direction of the wave coming from the starboard side assuming that the direction of the antennas is set properly and follows the antennas system movement (C.4).
  4. If when performing previous step (3) the DOA angle is significantly moving in absolute value then the wave is coming from the opposite side of the antenna system. Then take the other side angle reading as valid.
  5. Once the ±π/2 DOA angle (zero phase difference) is obtained at λ/2 distance between antennas you can move your antennas further apart to refine the ±π/2 DOA angle.

Device settings

The actual connections to RF ports depends on each device to get the angles right. BladeRF and Pluto+ have constant corrections and do not require calibration for each new masurement. This is not the case of LimeSDR USB or XTRX however and it makes them not practical for this application.

Known corrections and connections for some devices:

Device Correction A (ant 1) B (ant 2)
Pluto+ ±180 ° RX1 RX2
BladeRF2 0 ° RX1 RX2
LimeSDR USB variable RX1 RX2
XTRX variable RX1 RX2