03-06-2018 04:42 PM
I have data captured from a device and would like to find rising edges but keep drawing a blank... any Ideas?
Solved! Go to Solution.
03-06-2018 06:37 PM
You can use "boolean crossing pt by pt" along with some comparison function to detect rising edges. I would set the threshold about halfway between the min and max values.
03-14-2018 08:55 AM
Great solution however my acquisition rates and subsequent data streaming queues begin to backup. I have found a faster solution.