From b1300dcd5b060baba00597f530f6764843dfa73f Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:20:57 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- SVD_data_cleaning/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/SVD_data_cleaning/README.md b/SVD_data_cleaning/README.md index 9553b9a..d0241d5 100644 --- a/SVD_data_cleaning/README.md +++ b/SVD_data_cleaning/README.md @@ -43,13 +43,11 @@ plt.show() plt.plot(t, perturbation) plt.xlabel("Time [s]") plt.ylabel("Perturbation ") -plt.title("Perturbation waveform") plt.show() plt.plot(t, dirty_data) plt.xlabel("Time [s]") plt.ylabel("Dirty data waveform ") -plt.title("Dirty data waveform") plt.show() ``` We get three fully random time series