Recent content by rai_88

  1. R

    Finding Maximum Peaks in a Program Plot

    Well, that is a good suggestion. But i just went through all the peaks. Some of the peaks are below 0.2. So it is hard to set a threshold because the fluctuation is large between the peaks. I was wondering, what if for every transition that happens, i find the start and end of the transition...
  2. R

    Finding Maximum Peaks in a Program Plot

    Thank you for your reply. Sort the values? But i have multiple peaks. Attached is the figure for my current vs. voltage plot. So for every peak, i need to find the maximum value. After finding all the maximum values for every peak, i need to plot just the maximum values. Any advice?
  3. R

    Peak detection using MATLAB (signal processing)

    If I have successive values, how should I go about doing that?
  4. R

    Finding Maximum Peaks in a Program Plot

    Hi there. I am having some problems trying to find maximum peaks in my program. I plotted out my time vs. current graph. I need to find the maximum peaks. So i started off by setting a threshold of 0.05. After finding values which has a threshold of above 0.05, i plotted them...
Back
Top