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
Very simple: a function which samples pulses and shows a percentage or something like that. It may work like this:
Capture all the pulses occurring in a given time frame and store them only once each. If the number of unique pulses reaches a given maximum, assume no data or very bad alignment.
See how many different pulses we got. In a hypothetical perfectly aligned tape, we wouldn't get more than 2 or 3 pulselengths in total. The more pulselengths, the worse the alignment. So at this point, we may show a percentage or some description such as "Good", "Bad", and so on.
Repeat until "Stop" pressed.
The text was updated successfully, but these errors were encountered:
Very simple: a function which samples pulses and shows a percentage or something like that. It may work like this:
The text was updated successfully, but these errors were encountered: