Calculate Time-varying PSD

They won’t give the same result, but they should all give similar results whose differences are explained by the differences in underlying computations. IIRC the tfr_* functions will return objects with the same times as the original input, and this will be longer than the Welch output unless you use n_overlap=n_window - 1 (i.e., a 1-sample sliding window).

1 Like