data accuracy
1 回表示 (過去 30 日間)
古いコメントを表示
hi everyone...
i just wanna ask, is it possible to get data accuracy more precise than the time step. for example, in some simulation we set the step to be 1 second but in the sample time we want to get the data accuracy every 0.01 second, so it means 100 data during the 1 second step. can we???
thank you
best regards
0 件のコメント
採用された回答
Walter Roberson
2011 年 12 月 12 日
No, the best you would be able to do would be to interpolate the values at the intermediate times, which is not going to be any more accurate than the way-points, and is going to be less accurate unless the interpolation function matches the underlying equations.
If you need accuracy to 0.01 then use that as your time-step.
0 件のコメント
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!