Recent content by rai_88
-
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...- rai_88
- Post #5
- Forum: Engineering and Comp Sci Homework Help
-
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?- rai_88
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
R
Peak detection using MATLAB (signal processing)
If I have successive values, how should I go about doing that?- rai_88
- Post #9
- Forum: Engineering and Comp Sci Homework Help
-
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...- rai_88
- Thread
- Maximum Plot Program
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help