peak-detection

peak integration using trapz but not starting from baseline and visualization

peak integration using trapz but not starting from baseline and visualization Question: I am trying to integrate signal peaks using numpy.trapz or scipy.trapz. I do manually select the range of a peak min and max. the problem I am facing is that I think these functions integerates the AUC till the baseline. Sometimes my signal …

Total answers: 1