Multispec and welch with only one non-overlapping segment should have identical frequency resolutions

Issue #32 new
Robert Guggenberger created an issue
using Multitaper
x = range(0.001, stop=1,length=1000)
y = sin.(x * 10 * 2 * pi)
M = multispec(y)
W, bandwidth = welch(y, 1)
@assert W.f == M.f

Comments (1)

  1. Log in to comment