필터 지우기
필터 지우기

Lookup table based modelling v/s Differential equations?

조회 수: 4 (최근 30일)
Nimish Iwale
Nimish Iwale 2020년 4월 29일
편집: darova 2020년 4월 29일
Which of the two mentioned methods would be best to model and simulation a system?
Lets consider a spring and damper system. We can derive differential equations where one would need the values for spring constant and damping factor.
What if there is data for spring and dampers in the form of force vs displacement for Spring and force vs velocity for dampers. This data could be used in lookup table block in simulink to model the system.
Which method between the two: Lookup table based & Differential equations would be the best ? And why?
  댓글 수: 3
Nimish Iwale
Nimish Iwale 2020년 4월 29일
Best for the following in order of importance, 1. Precision 2. Accuracy 3. Complexness 3. Simulation speed
darova
darova 2020년 4월 29일
편집: darova 2020년 4월 29일
Constant factor simpler to code and it's faster
Something like interp1 (interpolation) is needed for table values. It will be slower
If you can use constants for spring and damper - use them

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Assembly에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by