Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
d42f5ffdcc
commit
b1300dcd5b
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue