Just to recap on this thread:
- We want to create a frequency modulated audio output following a given curve for presentation to learners with a visual impairment.
- The given curve is generated by a system of (4) differential equations (ODEs) without an analytical solution.
- The Desmos website is capable of providing audio output, but it cannot solve differential equations.
One way of overcoming this is to find a (probably piecewise) approximation to the curve and input this into Desmos.
I think a better way is to create an application that can numerically solve ODEs, plot the results and produce an audio output. I have put something together to demonstrate this and it is available at
https://avplot.com/#/hodgkin-huxley: an image of the graphical output is shown below. If this is useful, let me know and I will make it a bit smarter and add more functionality as time allows (e.g. the ability to enter arbitrary equations similar to Desmos, change the audio parameters etc). If it is not then it will probably die when the domain renewal comes up, although the (open) source will be available at
https://github.com/avplot for as long as GitHub works.
View attachment 288064