Difference between revisions of "Aufgaben:Exercise 4.15Z: Statements of the Covariance Matrix"

From LNTwww
m (Text replacement - "[[Stochastische_Signaltheorie/" to "[[Theory_of_Stochastic_Signals/")
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  
{{quiz-Header|Buchseite=Stochastische Signaltheorie/Verallgemeinerung auf N-dimensionale Zufallsgrößen
+
{{quiz-Header|Buchseite=Generalization to N-Dimensional Random Variables
 
}}
 
}}
  
[[File:P_ID664__Sto_Z_4_15.png|right|frame|Sind die Zufallssignale korreliert?]]
+
[[File:P_ID664__Sto_Z_4_15.png|right|frame|Are the random signals correlated?]]
Gegeben seien die beiden Gaußschen Zufallsgrößen  $u$  und  $v$, jeweils mittelwertfrei und mit Varianz  $\sigma^2 = 1$.  
+
Let be given the two Gaussian random variables  $u$  and  $v$,  each zero mean and with variance  $\sigma^2 = 1$.  
  
Daraus werden durch Linearkombination drei neue Zufallsgrößen gebildet:
+
From these,  three new random variables are formed by linear combination:
 
:$$x_1 = A_1 \cdot u + B_1 \cdot v,$$
 
:$$x_1 = A_1 \cdot u + B_1 \cdot v,$$
 
:$$x_2 = A_2 \cdot u + B_2 \cdot v,$$
 
:$$x_2 = A_2 \cdot u + B_2 \cdot v,$$
 
:$$x_3 = A_3 \cdot u + B_3 \cdot v.$$
 
:$$x_3 = A_3 \cdot u + B_3 \cdot v.$$
  
Vorausgesetzt wird, dass in allen betrachteten Fällen  $(i = 1, 2, 3)$  gilt:
+
Assuming that in all cases considered  $(i = 1,\ 2,\ 3)$  holds:
:$$A_i^2 + B_i^2 =1.$$
+
:$$A_i^2 + B_i^2 =1.$$
  
Die Grafik zeigt die Signale $x_1(t)$, $x_2(t)$ und $x_3(t)$ für den Fall, der in der Teilaufgabe  '''(3)'''  betrachtet werden soll:
+
The graph shows the signals  $x_1(t)$,  $x_2(t)$  and  $x_3(t)$  for the case to be considered in the subtask  '''(3)''':
 
* $A_1 = B_2 = 1$,
 
* $A_1 = B_2 = 1$,
 
* $A_2 = B_2 = 0$,
 
* $A_2 = B_2 = 0$,
* $A_3 = 0.8, \ B_3 = 0.6$,
+
* $A_3 = 0.8, \ B_3 = 0.6$.
  
  
Der Korrelationskoeffizient  $\rho_{ij}$  zwischen den Zufallsgrößen  $x_i$  und  $x_j$  wird wie folgt angegeben:
+
The correlation coefficient  $\rho_{ij}$  between the random variables  $x_i$  and  $x_j$  is given as follows:
 
:$$\rho_{ij} = \frac{A_i \cdot A_j + B_i \cdot B_j}{\sqrt{(A_i^2 +
 
:$$\rho_{ij} = \frac{A_i \cdot A_j + B_i \cdot B_j}{\sqrt{(A_i^2 +
 
B_i^2)(A_j^2 + B_j^2)}} = A_i \cdot A_j + B_i \cdot B_j.$$
 
B_i^2)(A_j^2 + B_j^2)}} = A_i \cdot A_j + B_i \cdot B_j.$$
  
Unter der hier implizit getroffenen Annahme  $\sigma_1^2 = \sigma_2^2 = \sigma_3^2 = 1$  lautet die Kovarianzmatrix  $\mathbf{K}$:
+
Under the assumption implicit here  $\sigma_1^2 = \sigma_2^2 = \sigma_3^2 = 1$  the covariance matrix  $\mathbf{K}$  is:
 
:$${\mathbf{K}} =\left[ K_{ij} \right] = \left[ \begin{array}{ccc}
 
:$${\mathbf{K}} =\left[ K_{ij} \right] = \left[ \begin{array}{ccc}
1 & \rho_{12} & \rho_{13} \\ \rho_{12} & 1 & \rho_{23} \\
+
1 & \rho_{12} & \rho_{13} \\ \rho_{12} & 1 & \rho_{23} \\
  \rho_{13} & \rho_{23} & 1
+
  \rho_{13} & \rho_{23} & 1
 
\end{array} \right] .$$
 
\end{array} \right] .$$
  
Diese ist bei mittelwertfreien Zufallsgrößen identisch mit der Korrelationsmatrix  $\mathbf{R}$.
+
This is identical to the correlation matrix  $\mathbf{R}$  for zero mean random variables.
  
  
Line 36: Line 36:
  
  
 
+
Hints:  
 
+
*The exercise belongs to the chapter  [[Theory_of_Stochastic_Signals/Generalization_to_N-Dimensional_Random_Variables|Generalization to N-Dimensional Random Variables]].
 
+
*Some basics on the application of vectors and matrices can be found on the pages   [[Theory_of_Stochastic_Signals/Generalization_to_N-Dimensional_Random_Variables#Basics_of_matrix_operations:_Determinant_of_a_matrix|Determinant of a Matrix]]   and   [[Theory_of_Stochastic_Signals/Generalization_to_N-Dimensional_Random_Variables#Basics_of_matrix_operations:_Inverse_of_a_matrix|Inverse of a Matrix]] .  
 
 
''Hinweise:''
 
*Die Aufgabe gehört zum  Kapitel  [[Theory_of_Stochastic_Signals/Verallgemeinerung_auf_N-dimensionale_Zufallsgrößen|Verallgemeinerung auf ''N''-dimensionale Zufallsgrößen]].
 
*Einige Grundlagen zur Anwendung von Vektoren und Matrizen finden sich auf den Seiten  [[Theory_of_Stochastic_Signals/Verallgemeinerung_auf_N-dimensionale_Zufallsgrößen#Grundlagen_der_Matrizenrechnung:_Determinante_einer_Matrix|Determinante einer Matrix]]  sowie  [[Theory_of_Stochastic_Signals/Verallgemeinerung_auf_N-dimensionale_Zufallsgrößen#Grundlagen_der_Matrizenrechnung:_Inverse_einer_Matrix|Inverse einer Matrix]].  
 
 
   
 
   
  
  
  
===Fragebogen===
+
===Questions===
  
 
<quiz display=simple>
 
<quiz display=simple>
{Welche der folgenden Aussagen sind zutreffend? Begründen Sie Ihre Ergebnisse.
+
{Which of the following statements are true? Give reasons for your findings.
 
|type="[]"}
 
|type="[]"}
- $\mathbf{K}$&nbsp; kann bei geeigneter Wahl von&nbsp; $A_1$, ... , $B_3$&nbsp; eine Diagonalmatrix sein.&nbsp; Oder anders ausgedrückt: &nbsp; $\rho_{12} = \rho_{13} = \rho_{23} = 0$&nbsp; ist möglich.
+
- $\mathbf{K}$&nbsp; can be with a suitable choice of &nbsp; $A_1$, ... , $B_3$ &nbsp; a diagonal matrix.&nbsp; Or in other words, &nbsp; $\rho_{12} = \rho_{13} = \rho_{23} = 0$&nbsp; is possible.
+ Bei geeigneter Wahl der Parameter&nbsp; $A_1$, ... , $B_3$&nbsp; kann genau einer der Korrelationskoeffizienten&nbsp; $\rho_{ij} = 0$&nbsp; sein.
+
+ With appropriate choice of parameters &nbsp; $A_1$, ... , $B_3$ &nbsp; exactly one of the correlation coefficients can be&nbsp; $\rho_{ij} = 0$.
- Bei geeigneter Wahl der Parameter&nbsp; $A_1$, ... , $B_3$&nbsp; können genau zwei der Korrelationskoeffizienten&nbsp; $\rho_{ij} = 0$&nbsp; sein.
+
- With appropriate choice of parameters &nbsp; $A_1$, ... , $B_3$ &nbsp; exactly two of the correlation coefficients can be&nbsp; $\rho_{ij} = 0$.
+ Bei geeigneter Wahl der Parameter&nbsp; $A_1$, ... , $B_3$&nbsp; können alle drei Korrelationskoeffizienten&nbsp; $\rho_{ij} \ne 0$&nbsp; sein.
+
+ With appropriate choice of parameters &nbsp; $A_1$, ... , $B_3$&nbsp; all three correlation coefficients&nbsp; $\rho_{ij} \ne 0$.
  
  
{Wie lauten die Matrixelemente von&nbsp; $\mathbf{K}$&nbsp; mit&nbsp; $A_1 = A_2 = - A_3$&nbsp; und&nbsp; $B_1 = B_2 = - B_3$&nbsp;?
+
{What are the matrix elements of&nbsp; $\mathbf{K}$&nbsp; with &nbsp; $A_1 = A_2 = - A_3$ &nbsp; and &nbsp; $B_1 = B_2 = - B_3$&nbsp;?
 
|type="{}"}
 
|type="{}"}
 
$\rho_{12} \ = \ $ { 1 3% }
 
$\rho_{12} \ = \ $ { 1 3% }
Line 65: Line 61:
  
  
{Berechnen Sie die Koeffizienten&nbsp; $\rho_{ij}$&nbsp; für den in der Grafik dargestellten Fall:&nbsp; $A_1 = 1$,&nbsp; $B_1 = 0$,&nbsp; $A_2 = 0$,&nbsp; $B_2 = 1$,&nbsp; $A_3 = 0.8$,&nbsp; $B_3 = 0.6$.
+
{Calculate the coefficients&nbsp; $\rho_{ij}$&nbsp; for the case shown in the graph: &nbsp; $A_1 = 1$,&nbsp; $B_1 = 0$,&nbsp; $A_2 = 0$,&nbsp; $B_2 = 1$,&nbsp; $A_3 = 0.8$,&nbsp; $B_3 = 0.6$.
 
|type="{}"}
 
|type="{}"}
$\rho_{12} \ = \ $ { 0. }
+
$\rho_{12} \ = \ $ { 0. }
$\rho_{13} \ = \ ${ 0.8 3% }
+
$\rho_{13} \ = \ ${ 0.8 3% }
$\rho_{23} \ = \ $ { 0.6 3% }
+
$\rho_{23} \ = \ $ { 0.6 3% }
 
 
  
  
 
</quiz>
 
</quiz>
  
===Musterlösung===
+
===Solution===
 
{{ML-Kopf}}
 
{{ML-Kopf}}
'''(1)'''&nbsp; Nur die <u>zweite und die letzte Aussage</u> treffen zu:
+
'''(1)'''&nbsp; Only the&nbsp; <u>second and the last statement</u>&nbsp; are true:
*Die Aussage 2 beschreibt den in der Grafik betrachteten Fall, dass zwei Größen&nbsp; $($hier: &nbsp; $x_1$&nbsp; und&nbsp; $x_2)$&nbsp; unkorreliert sind, während&nbsp; $x_3$&nbsp; statistische Bindungen bezüglich&nbsp; $x_1$&nbsp; $($über die Größe&nbsp; $u)$&nbsp; und auch in Bezug zu&nbsp; $x_3$&nbsp; $($bedingt durch die Zufallsgröße $v)$&nbsp; aufweist.
+
*Statement 2 describes the case considered in the graph where two quantities&nbsp; $($here: &nbsp; $x_1$&nbsp; and&nbsp; $x_2)$&nbsp; are uncorrelated,&nbsp; while&nbsp; $x_3$&nbsp; has statistical bindings with respect to&nbsp; $x_1$&nbsp; $($about the quantity&nbsp; $u)$&nbsp; and also with respect to&nbsp; $x_2$&nbsp; $($due to the random variable $v)$&nbsp;.
*Die Kombination&nbsp; $\rho_{12} = \rho_{13} = \rho_{23} = 0$ &nbsp; ist bei der hier gegebenen Struktur dagegen nicht möglich.&nbsp; Dazu würde man eine dritte statistisch unabhängige Zufallsgröße&nbsp; $w$&nbsp; benötigen und es müsste beispielsweise &nbsp;$x_1 = k_1 \cdot u$&nbsp;, &nbsp;$x_2 = k_2 \cdot v$&nbsp; und &nbsp;$x_3 = k_3 \cdot w$&nbsp; gelten.
+
*On the other hand,&nbsp; the combination&nbsp; $\rho_{12} = \rho_{13} = \rho_{23} = 0$ &nbsp; is not possible with the structure given here. &nbsp; For this,&nbsp; one would need a third statistically independent random variable&nbsp; $w$&nbsp; and,&nbsp; for example, &nbsp;$x_1 = k_1 \cdot u$&nbsp;, &nbsp;$x_2 = k_2 \cdot v$&nbsp; and &nbsp;$x_3 = k_3 \cdot w$&nbsp; would have to hold.
*Die dritte Aussage ist ebenfalls nicht zutreffend:&nbsp; Sind&nbsp; $x_1$&nbsp; und&nbsp; $x_2$&nbsp; unkorreliert und gleichzeitig auch&nbsp; $x_1$&nbsp; und&nbsp; $x_3$, so können auch zwischen&nbsp; $x_2$&nbsp; und&nbsp; $x_3$&nbsp; keine statistischen Bindungen bestehen.
+
*The third statement is not true:&nbsp; If&nbsp; $x_1$&nbsp; and&nbsp; $x_2$&nbsp; are uncorrelated and at the same time also&nbsp; $x_1$&nbsp; and&nbsp; $x_3$,&nbsp; then no statistical bindings can exist between&nbsp; $x_2$&nbsp; and&nbsp; $x_3$.
*Im Allgemeinen werden allerdings sowohl&nbsp; $\rho_{12}$&nbsp; als auch&nbsp; $\rho_{13}$&nbsp; und&nbsp; $\rho_{23}$&nbsp; von Null verschieden sein.  
+
*In general,&nbsp; however,&nbsp; both&nbsp; $\rho_{12}$&nbsp; and&nbsp; $\rho_{13}$&nbsp; will be different from zero.&nbsp; A very simple example of this is considered in the subtask&nbsp; '''(2)'''&nbsp;.
*Ein ganz einfaches Beispiel hierfür wird in der Teilaufgabe&nbsp; '''(2)'''&nbsp; betrachtet.
 
  
  
  
'''(2)'''&nbsp; In diesem Fall sind die Größen &nbsp;$x_1 = x_2$&nbsp; vollständig&nbsp; $($zu&nbsp; $100\%)$&nbsp; korreliert.  
+
'''(2)'''&nbsp; In this case,&nbsp; the quantities &nbsp;$x_1 = x_2$&nbsp; are completely&nbsp; $($to&nbsp; $100\%)$&nbsp; correlated.  
*Mit&nbsp; $A_2 = A_1$&nbsp; und&nbsp; $B_2 = B_1$&nbsp; erhält man für den gemeinsamen Korrelationskoeffizienten:
+
*With&nbsp; $A_2 = A_1$&nbsp; and&nbsp; $B_2 = B_1$&nbsp; we obtain for the joint correlation coefficient:
:$$\rho_{12} = A_1 \cdot A_2 + B_1 \cdot B_2 = A_1^2 + B_1^2 \hspace{0.15cm}\underline{=1}.$$
+
:$$\rho_{12} = A_1 \cdot A_2 + B_1 \cdot B_2 = A_1^2 + B_1^2 \hspace{0.15cm}\underline{=1}.$$
  
*In gleicher Weise gilt mit&nbsp; $A_3 = -A_1$&nbsp; und &nbsp;$B_3 = -B_1$:
+
*In the same way,&nbsp; with&nbsp; $A_3 = -A_1$&nbsp; and &nbsp;$B_3 = -B_1$:
:$$\rho_{13} = A_1 \cdot A_3 + B_1 \cdot B_3 = -(A_1^2 + B_1^2) \hspace{0.15cm}\underline{=-1
+
:$$\rho_{13} = A_1 \cdot A_3 + B_1 \cdot B_3 = -(A_1^2 + B_1^2) \hspace{0.15cm}\underline{=-1
 
\hspace{0.1cm}(= \rho_{23})}.$$
 
\hspace{0.1cm}(= \rho_{23})}.$$
  
  
'''(3)'''&nbsp; Mit diesem Parametersatz ist&nbsp; $x_1$&nbsp; identisch mit der Zufallsgröße&nbsp; $u$, während&nbsp; $x_2 = v$&nbsp; gilt.  
+
'''(3)'''&nbsp; With this parameter set,&nbsp; $x_1$&nbsp; is identical to the random variable&nbsp; $u$,&nbsp; while&nbsp; $x_2 = v$&nbsp; holds.  
*Da&nbsp; $u$&nbsp; und&nbsp; $v$&nbsp; statistisch voneinander unabhängig sind, ergibt sich&nbsp; $\rho_{12} \hspace{0.15cm}\underline{ = 0}.$  
+
*Since&nbsp; $u$&nbsp; and&nbsp; $v$&nbsp; are statistically independent of each other,&nbsp; we get&nbsp; $\rho_{12} \hspace{0.15cm}\underline{ = 0}.$  
*Demgegenüber gilt für die beiden weiteren Korrelationskoeffizienten:
+
*In contrast,&nbsp; for the other two correlation coefficients:
:$$\rho_{13} = A_1 \cdot A_3 + B_1 \cdot B_3 = 1 \cdot 0.8 + 0 \cdot
+
:$$\rho_{13} = A_1 \cdot A_3 + B_1 \cdot B_3 = 1 \cdot 0.8 + 0 \cdot
 
0.6 \hspace{0.15cm}\underline{ = 0.8},$$
 
0.6 \hspace{0.15cm}\underline{ = 0.8},$$
:$$\rho_{23} = A_2 \cdot A_3 + B_2 \cdot B_3 = 0 \cdot 0.8 + 1 \cdot
+
:$$\rho_{23} = A_2 \cdot A_3 + B_2 \cdot B_3 = 0 \cdot 0.8 + 1 \cdot
 
0.6 \hspace{0.15cm}\underline{ = 0.6}.$$
 
0.6 \hspace{0.15cm}\underline{ = 0.6}.$$
 
+
*For a&nbsp; (very well)&nbsp; trained eye,&nbsp; it can be seen from the graph on the information page that the signal&nbsp; $x_3(t)$&nbsp; has more similarities with&nbsp; $x_1(t)$&nbsp; than with&nbsp; $x_2(t)$.  
*Für ein (sehr gut) geschultes Auge ist aus der Grafik auf der Angabenseite zu erkennen, dass das Signal&nbsp; $x_3(t)$&nbsp; mehr Ähnlichkeiten mit&nbsp; $x_1(t)$&nbsp; aufweist als mit&nbsp; $x_2(t)$.  
+
*This fact is also expressed by the calculated correlation coefficients.  
*Diese Tatsache drücken auch die berechneten Korrelationskoeffizienten aus.  
+
*Don't be frustrated,&nbsp; however,&nbsp; if you don't recognize the different correlation in the signal courses.
*Seien Sie aber nicht frustriert, wenn Sie die unterschiedliche Korrelation in den Signalverläufen nicht erkennen.
 
  
 
{{ML-Fuß}}
 
{{ML-Fuß}}
Line 111: Line 104:
  
  
[[Category:Aufgaben zu Stochastische Signaltheorie|^4.7 N-dimensionale Zufallsgrößen^]]
+
[[Category:Theory of Stochastic Signals: Exercises|^4.7 N-dimensionale Zufallsgrößen^]]

Latest revision as of 14:46, 29 March 2022

Are the random signals correlated?

Let be given the two Gaussian random variables  $u$  and  $v$,  each zero mean and with variance  $\sigma^2 = 1$.

From these,  three new random variables are formed by linear combination:

$$x_1 = A_1 \cdot u + B_1 \cdot v,$$
$$x_2 = A_2 \cdot u + B_2 \cdot v,$$
$$x_3 = A_3 \cdot u + B_3 \cdot v.$$

Assuming that in all cases considered  $(i = 1,\ 2,\ 3)$  holds:

$$A_i^2 + B_i^2 =1.$$

The graph shows the signals  $x_1(t)$,  $x_2(t)$  and  $x_3(t)$  for the case to be considered in the subtask  (3):

  • $A_1 = B_2 = 1$,
  • $A_2 = B_2 = 0$,
  • $A_3 = 0.8, \ B_3 = 0.6$.


The correlation coefficient  $\rho_{ij}$  between the random variables  $x_i$  and  $x_j$  is given as follows:

$$\rho_{ij} = \frac{A_i \cdot A_j + B_i \cdot B_j}{\sqrt{(A_i^2 + B_i^2)(A_j^2 + B_j^2)}} = A_i \cdot A_j + B_i \cdot B_j.$$

Under the assumption implicit here  $\sigma_1^2 = \sigma_2^2 = \sigma_3^2 = 1$  the covariance matrix  $\mathbf{K}$  is:

$${\mathbf{K}} =\left[ K_{ij} \right] = \left[ \begin{array}{ccc} 1 & \rho_{12} & \rho_{13} \\ \rho_{12} & 1 & \rho_{23} \\ \rho_{13} & \rho_{23} & 1 \end{array} \right] .$$

This is identical to the correlation matrix  $\mathbf{R}$  for zero mean random variables.



Hints:



Questions

1

Which of the following statements are true? Give reasons for your findings.

$\mathbf{K}$  can be with a suitable choice of   $A_1$, ... , $B_3$   a diagonal matrix.  Or in other words,   $\rho_{12} = \rho_{13} = \rho_{23} = 0$  is possible.
With appropriate choice of parameters   $A_1$, ... , $B_3$   exactly one of the correlation coefficients can be  $\rho_{ij} = 0$.
With appropriate choice of parameters   $A_1$, ... , $B_3$   exactly two of the correlation coefficients can be  $\rho_{ij} = 0$.
With appropriate choice of parameters   $A_1$, ... , $B_3$  all three correlation coefficients  $\rho_{ij} \ne 0$.

2

What are the matrix elements of  $\mathbf{K}$  with   $A_1 = A_2 = - A_3$   and   $B_1 = B_2 = - B_3$ ?

$\rho_{12} \ = \ $

$\rho_{13} \ = \ $

$\rho_{23} \ = \ $

3

Calculate the coefficients  $\rho_{ij}$  for the case shown in the graph:   $A_1 = 1$,  $B_1 = 0$,  $A_2 = 0$,  $B_2 = 1$,  $A_3 = 0.8$,  $B_3 = 0.6$.

$\rho_{12} \ = \ $

$\rho_{13} \ = \ $

$\rho_{23} \ = \ $


Solution

(1)  Only the  second and the last statement  are true:

  • Statement 2 describes the case considered in the graph where two quantities  $($here:   $x_1$  and  $x_2)$  are uncorrelated,  while  $x_3$  has statistical bindings with respect to  $x_1$  $($about the quantity  $u)$  and also with respect to  $x_2$  $($due to the random variable $v)$ .
  • On the other hand,  the combination  $\rho_{12} = \rho_{13} = \rho_{23} = 0$   is not possible with the structure given here.   For this,  one would need a third statistically independent random variable  $w$  and,  for example,  $x_1 = k_1 \cdot u$ ,  $x_2 = k_2 \cdot v$  and  $x_3 = k_3 \cdot w$  would have to hold.
  • The third statement is not true:  If  $x_1$  and  $x_2$  are uncorrelated and at the same time also  $x_1$  and  $x_3$,  then no statistical bindings can exist between  $x_2$  and  $x_3$.
  • In general,  however,  both  $\rho_{12}$  and  $\rho_{13}$  will be different from zero.  A very simple example of this is considered in the subtask  (2) .


(2)  In this case,  the quantities  $x_1 = x_2$  are completely  $($to  $100\%)$  correlated.

  • With  $A_2 = A_1$  and  $B_2 = B_1$  we obtain for the joint correlation coefficient:
$$\rho_{12} = A_1 \cdot A_2 + B_1 \cdot B_2 = A_1^2 + B_1^2 \hspace{0.15cm}\underline{=1}.$$
  • In the same way,  with  $A_3 = -A_1$  and  $B_3 = -B_1$:
$$\rho_{13} = A_1 \cdot A_3 + B_1 \cdot B_3 = -(A_1^2 + B_1^2) \hspace{0.15cm}\underline{=-1 \hspace{0.1cm}(= \rho_{23})}.$$


(3)  With this parameter set,  $x_1$  is identical to the random variable  $u$,  while  $x_2 = v$  holds.

  • Since  $u$  and  $v$  are statistically independent of each other,  we get  $\rho_{12} \hspace{0.15cm}\underline{ = 0}.$
  • In contrast,  for the other two correlation coefficients:
$$\rho_{13} = A_1 \cdot A_3 + B_1 \cdot B_3 = 1 \cdot 0.8 + 0 \cdot 0.6 \hspace{0.15cm}\underline{ = 0.8},$$
$$\rho_{23} = A_2 \cdot A_3 + B_2 \cdot B_3 = 0 \cdot 0.8 + 1 \cdot 0.6 \hspace{0.15cm}\underline{ = 0.6}.$$
  • For a  (very well)  trained eye,  it can be seen from the graph on the information page that the signal  $x_3(t)$  has more similarities with  $x_1(t)$  than with  $x_2(t)$.
  • This fact is also expressed by the calculated correlation coefficients.
  • Don't be frustrated,  however,  if you don't recognize the different correlation in the signal courses.