from spectrum import *
p = Periodogram(marple_data)
p.plot(norm=True, marker='o')