Spectral power and averaging over trials: Revision history

From Master of Neuroscience Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 October 2025

  • curprev 16:4616:46, 17 October 2025 Davrot talk contribs 3,444 bytes −9 No edit summary Tag: Visual edit
  • curprev 13:1113:11, 17 October 2025 Davrot talk contribs 3,453 bytes +3,453 Created page with "== Top == Questions to [mailto:davrot@uni-bremen.de David Rotermund] == The order is important == 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:<syntaxhighlight lang="python">import numpy as np import matplotlib.pyplot as plt t: np.ndarray = np.linspace(0, 1.0, 10000) f: float = 10 sinus_a = np.sin(f * t *..." Tag: Visual edit