Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibRunningAverageSmoothPoints.m File Reference

mibRunningAverageSmoothPoints - Smooth points for running average correction More...

Functions

function vecOut = mibRunningAverageSmoothPoints2 (vecIn, halfwidth, excludePeaks)
 mibRunningAverageSmoothPoints - Smooth points for running average correction
 

Detailed Description

mibRunningAverageSmoothPoints - Smooth points for running average correction

Function Documentation

◆ mibRunningAverageSmoothPoints2()

function vecOut = mibRunningAverageSmoothPoints2 ( vecIn,
halfwidth,
excludePeaks )

mibRunningAverageSmoothPoints - Smooth points for running average correction

Parameters
vecInVector of input values to be smoothed
halfwidthHalf-width of the smoothing window (0 = no smoothing)
excludePeaksPeaks higher than this value are excluded from correction (0 = ignore peaks)
Return values
vecOutSmoothed vector with drift removed

References windv().

Here is the call graph for this function: