UNPKG

@explorables/ride_my_kuramotocycle

Version:

This explorable illustrates the Kuramoto model for phase coupled oscillators. This model is used to describe synchronization phenomena in natural systems, e.g. the flash synchronization of fire flies or wall-mounted clocks.

30 lines (24 loc) 1.21 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Ride my Kuramotocycle!</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <script src="./index.umd.js"></script> </head> <body class="tw:bg-white tw:dark:bg-black"> <article class="tw:font-sans"> <center> <section class="tw:px-10 tw:max-w-5xl tw:text-black tw:dark:text-white"> <h1 class="tw:font-light tw:text-5xl tw:text-black tw:dark:text-white">Ride my Kuramotocycle!</h1> <h2 class="tw:font-light tw:text-3xl tw:text-black tw:dark:text-white">Synchronization of Phase-Coupled Oscillators - The Kuramoto Model</h2> <p class="tw:font-light tw:text-2xl tw:text-black tw:dark:text-white">This explorable illustrates the Kuramoto model for phase coupled oscillators. This model is used to describe synchronization phenomena in natural systems, e.g. the flash synchronization of fire flies or wall-mounted clocks.</p> <div id="ride_my_kuramotocycle_container"></div> </section> </center> </article> <script type="text/javascript"> const ride_my_kuramotocycle_instance = ride_my_kuramotocycle.load('ride_my_kuramotocycle_container'); </script> </body> </html>