Varrenlad / pendulum

Fully working physical model of a pendulum with damping and impulse. Alas, no proofs of solution trustworthiness
GNU General Public License v3.0
2 stars 0 forks source link

Graphs implementation #6

Closed Varrenlad closed 7 years ago

Varrenlad commented 7 years ago

A lab should have three types of graphs:

  1. Phase graph (angle/impulse)
  2. Comparison graph (angle/time linear and nonlinear)
  3. Fourier series of comparison graph if possible
Varrenlad commented 7 years ago

On the way. Currently thinking about the way how to implement, either do it through saving QVector in Scene and passing it to setData, but it's slow, or by creating signal with three double variables and sending it to the slot in mainwindow, adding a point in there

Varrenlad commented 7 years ago

Done. Some problems are with phase curves, but I'm not going to fix them unless it's really necessary