Some problem I hope someone can help me.
in
Programming Questions
•
3 years ago
Here I have made a plot from the D_W array and time array.
Is there a way to find the exact point (time array index) at which the transitions from positive to negative or vice versa take place?
Example:
Looking from left to right you can see the graph changes from positive to negative so I need to find that point in between the 2 opposing peaks. I then need to find the same points for each pair of peaks further along the plot.
I have been thinking about how to do this for a while but just ran out of idea.
Thanks
1