mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-19 05:36:42 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
b3ebfe81bc
commit
00e56d6ac3
1 changed files with 16 additions and 1 deletions
|
@ -48,7 +48,22 @@ plt.show()
|
||||||
|
|
||||||
plt.plot(t, dirty_data)
|
plt.plot(t, dirty_data)
|
||||||
plt.xlabel("Time [s]")
|
plt.xlabel("Time [s]")
|
||||||
plt.ylabel("Perturbation ")
|
plt.ylabel("Dirty data waveform ")
|
||||||
plt.title("Dirty data waveform")
|
plt.title("Dirty data waveform")
|
||||||
plt.show()
|
plt.show()
|
||||||
```
|
```
|
||||||
|
We get three fully random time series
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Sine wave with random amplitudes as common perturbation
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Both combined with random mixing coefficients
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Estimating the common signal
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue