data accuracy
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Walter Roberson
am 12 Dez. 2011
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 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!