05-18-2016 06:29 AM
Hello,
Here is emulation of a part of my mesuerement setup.
Here are keypoints:
Does exist a simple way to find 2nd crossing point.
Thanks in advance
Solved! Go to Solution.
05-18-2016 08:52 AM
Here is a solution which is a little bit tricky.
It works as follows:
The probelem here is when I hide "XY graph 2", the method isn't stable - sometimes original curve is cut correctly, sometimes - NOT.
Any comments ?
05-18-2016 10:35 AM
Here is approach (still a bit complicated) that works:
05-18-2016 12:07 PM
this here would get more than two crossings
05-18-2016 06:07 PM
Ok, sorry for hijacking this thread, case "all" was quite easy:
0# all:
getting the first x-position wasn't too bad
first:
getting the last x-position of a crossing was slighty harder but feasible without queues:
last:
....but getting the middle was quite tough, is there an alternative besides using queues ?
median:
Regards,
Alex
05-20-2016 03:57 AM
Hello Alex,
Your approach is quite ingenious. Congratulations !
Especially I liked "median" case, actually it's what I need.
Thanks
05-20-2016 06:35 AM
@Pavel_47 wrote:Hello Alex,
Your approach is quite ingenious. Congratulations !
Especially I liked "median" case, actually it's what I need.
Thanks
you are welcome 🙂
This version of the median case mighty be a bit more comprehensible:
Regards,
Alex