How to find derivative of one output signal with respect to other using simulink???
古いコメントを表示
I built up a full vehicle simulink model in which i need to find out differenciation of one output signal with respect to other output signal and value of this is again sent back as input to my model.So can any body tell me How to find derivative of one output signal with respect to other using simulink???
4 件のコメント
Yao Li
2013 年 4 月 9 日
I do recommand u to revise your algorithm because derivative leads to noise. If there are close-loops, try to exchange the inner loop with the outer loop which will change derivative to integration. I built up the full vehicle model myself. If you do have to calculate the drivative, try change dy/dx to (dy/dt)/(dx/dt), but not a good solution.
Amar
2013 年 4 月 9 日
回答 (2 件)
カテゴリ
ヘルプ センター および File Exchange で Simulink についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!