Periodogram plot with trajaΒΆ

Plot periodogram or power spectrum with traja.plotting.plot_periodogram().

Wrapper for pandas scipy.signal.periodogram().

Power Spectrum
<Figure size 640x480 with 1 Axes>

import traja

trj = traja.generate(seed=0)
trj.traja.plot_periodogram('x')

Total running time of the script: ( 0 minutes 0.106 seconds)

Gallery generated by Sphinx-Gallery