Frequency response parameter-derivation and simulations

This commit is contained in:
Michael Soukup 2019-06-30 23:41:33 +02:00
parent ffa6a2fda0
commit 31cf395a47
3 changed files with 5737 additions and 32 deletions

View File

@ -3,6 +3,20 @@
Modeling lab-data with Duffing-equations.
## Resources
#### Duffing
* [Duffing oscillator](http://www.scholarpedia.org/article/Duffing_oscillator)
* [Taylor expansion solution](https://github.com/vkulkar/Duffing)
* [Duffing UCSC](http://physics.ucsc.edu/~peter/115/duffing.pdf)
#### Python simulation
* [Vibration data](http://www.vibrationdata.com/Python.htm)
## Literature
#### [Using flexural MEMS to study and exploit non-linearities (2019)]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long