JuliaDynamics / ChaosTools.jl

Tools for the exploration of chaos and nonlinear dynamics
https://juliadynamics.github.io/DynamicalSystemsDocs.jl/chaostools/stable/
MIT License
189 stars 36 forks source link

Fixed mistake in return of estimate_period with YIN. #228

Closed KalelR closed 2 years ago

KalelR commented 2 years ago

Period T0 should be 1/f0, not sr/f0. Now the estimated period for the example using a FitzHugh-Nagumo oscillator is the correct value of around 91.07.

Datseris commented 2 years ago

thanks, increment patch number!