Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
6e3c168d14
commit
24cf6988a8
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,8 @@ Questions to [David Rotermund](mailto:davrot@uni-bremen.de)
|
||||||
|
|
||||||
You are not allowed to average over the trials before calculating the power. This is the same for calculating the fft power as well as the wavelet power.
|
You are not allowed to average over the trials before calculating the power. This is the same for calculating the fft power as well as the wavelet power.
|
||||||
|
|
||||||
|
The worst case senario would be two waves in anti-phase:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
|
@ -35,6 +37,8 @@ plt.show()
|
||||||
![image0.png](image0.png)
|
![image0.png](image0.png)
|
||||||
|
|
||||||
|
|
||||||
|
However if you have server randomly phase-jittered curves then something similar will happen.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
|
@ -53,3 +57,5 @@ plt.show()
|
||||||
```
|
```
|
||||||
|
|
||||||
![image1.png](image1.png)
|
![image1.png](image1.png)
|
||||||
|
|
||||||
|
And please remember the Fourier approach: Every curve can be decomposed in to sin waves.
|
||||||
|
|
Loading…
Reference in a new issue