Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | ATOMS
File : Details
Login with GitLab

Peaks detector

Function peaks=peak_detect(signal [,threshold]) is a fast and simple peaks detection on a signal
(6470 downloads for this version - 6470 downloads for all versions)
Details
Version
1.0
Author
Jean-Luc GOUDIER
Maintainer
Jean-Luc GOUDIER
License
Supported Scilab Version
5.0
Creation Date
November 24, 2011
Description
            // This function "peak_detect.sci" detect the peaks of a signal : 
// -------------------------------------------------------------
// For an input row vector "signal" , the function return 
// the position of the peaks of the signal.
//
// The ouput "peaks" is a row vector (size = number of peaks),
// "peaks" =[] if no peak is found.
//
// Optional argument "threshold" eliminates the peaks under
// the threshold value (noise floor). 
//
// Clipped peaks (more than 2 samples of the signal at the same value)
// are not detected.            
Files (2)
[14.92 kB]
Miscellaneous file
	  
[2.60 kB]
Miscellaneous file
	  
News (0)
Comments (0)
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.