You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the ignorance but I didn't understand the following code:
// Compute max delay based on max distance with 25% margin in microseconds
maxDistanceDurationMicroSec = 2.5 * maxDistanceCm / speedOfSoundInCmPerMicroSec;
In particular, I don't understand why 2.5, if it's a 25% margin shouldn't be 1.25?
The text was updated successfully, but these errors were encountered:
Sorry for the ignorance but I didn't understand the following code:
In particular, I don't understand why 2.5, if it's a 25% margin shouldn't be 1.25?
The text was updated successfully, but these errors were encountered: