Main public logs

From Master of Neuroscience Wiki

Combined display of all available logs of Master of Neuroscience Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:08, 17 October 2025 Davrot talk contribs created page Rfft and spectral power (Created page with "== Goal == We want to calculate a well behaved power spectral density from a 1 dimensional time series. Questions to [mailto:davrot@uni-bremen.de David Rotermund] == Generation of test data == We will generate a sine wave with 10 Hz.<syntaxhighlight lang="python">import numpy as np time_series_length: int = 1000 dt: float = 1.0 / 1000.0 # time resolution is 1ms sampling_frequency: float = 1.0 / dt frequency_hz: float = 10.0 t: np.ndarray = np.arange(0, time_series_le...") Tag: Visual edit