[Master Index] [Index for .]

findpeaks

(./findpeaks.m)


Function Synopsis

[res, var] = findpeaks (sig,percentthreshold,maxcount,plotp,offset,exthresh)

Help text

   [indices,variances] = findpeaks (signal, percentthresh, maxcount, ...
					plotp, offset, exthresh)

		-- Returns the list of peaks in the signal, up to a
		   percentage of the maximum value, or until the max
		   number of peaks have been found.  First result is a vector
		   with peak indices, optional second result the variances.
		   You can specify an offset to extend the no-more-peaks
		   region, and optionally generate a figure to watch its
		   progress.
		-- Default percentthreshold is 10
		-- Default maxcount is none
		-- Default plotp is 0
		-- Default offset is 2
		-- Default exthresh is 0.3

Cross-Reference Information

This function calls
This function is called by

Produced by mat2html on Thu Oct 9 14:13:05 1997
Cross-Directory links are: OFF