From 00e56d6ac39a47b3521ceab9bcc64856a3d4a045 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:18:01 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- SVD_data_cleaning/README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/SVD_data_cleaning/README.md b/SVD_data_cleaning/README.md index d844436..9553b9a 100644 --- a/SVD_data_cleaning/README.md +++ b/SVD_data_cleaning/README.md @@ -48,7 +48,22 @@ plt.show() plt.plot(t, dirty_data) plt.xlabel("Time [s]") -plt.ylabel("Perturbation ") +plt.ylabel("Dirty data waveform ") plt.title("Dirty data waveform") plt.show() ``` +We get three fully random time series + +![figure 1](image1.png) + +Sine wave with random amplitudes as common perturbation + +![figure 2](image2.png) + +Both combined with random mixing coefficients + +![figure 3](image3.png) + +## Estimating the common signal + +