Note
Click here to download the full example code
Periodogram plot with trajaΒΆ
Plot periodogram or power spectrum with traja.plotting.plot_periodogram()
.
Wrapper for pandas scipy.signal.periodogram()
.

<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)