detect_peaks
PURPOSE 
peak_indexes = detect_peaks(y, threshold, min_dist = 1, no_max = Inf, min_height = 0)
SYNOPSIS 
function peak_indexes = detect_peaks(y, threshold, min_dist, no_max, min_height)
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
This function is called by:
- detect_peaks2 peak_indexes = detect_peaks(y, threshold, min_dist = 1, no_max = Inf, min_height = 0, no_conv = 6)
- plot_peaks print_peaks(x, y, threshold)
- print_peaks print_peaks(x, y, threshold)
Generated on Thu 18-Feb-2010 12:47:47 by m2html © 2003