This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

missing pulse detectar

i must have the code for detecting a missin g pulse?
do some one have some for me to see?

Parents Reply Children
  • In a high-end digital scope, you have to use very special designs to catch ps glitches.

    But as soon as the pulses gets within "computable" range, I do recommend using a pin interrupt, port interrupt or a timer or similar to handle the detect of the pulse, or timeouts waiting for pulses. It consumes a single pin on the processor - and an external circuit will also require some transfer capability of the processor. But the advantage of being able to change the timeout value or possibly switch between positive or negative flank, ... by just updating a software parameter can be invaluable.

    And a later software may be updated to look at the variance between the pulses, allowing detection of vibrations in a mechanical system or slow acceleration in an electrical motor or similar. Real hardware is nice to have when the processor lacks the capability of handling a problem. In most other situations, software is recommendable. A late software update may be the difference between winning or loosing an important deal - either by being able to match a competior, or to differentiate from them.