Peak Finder
Description
The block Peak Finder
finds peaks in datasets and send out the peak value, the time at which the peak occurred, or the index. This is useful
if you want to find delays or need the peak for further processing. If the are multiple peaks with the same value, the peak finder will
output the first one.
Input
The input is MxN
.
Output
The output is Mx1
if the axis property is 1
and 1xN
if the axis property is 0
.
Attributes
Attribute | Value |
---|---|
Name | PeakFinder |
Find | Y value |
Axis | 0 |
Channels | 1 |
Name
Name specifies the name of the block.
Find
Find is what value the block should output. If Y Value
the peak value will be outputted. If X Value
the X value will be outputted.
If Index
the sample index will be outputted.
Axis
Axis is what axis the peak should be found. Default is 1
.
Channels
Channels specifies the number of input(s)/output(s) the block will have.