![]() |
Microscopy Image Browser 2.91
MIB
|
mibRunningAverageSmoothPoints - Smooth points for running average correction More...
Functions | |
function vecOut = | mibRunningAverageSmoothPoints2 (vecIn, halfwidth, excludePeaks) |
mibRunningAverageSmoothPoints - Smooth points for running average correction | |
mibRunningAverageSmoothPoints - Smooth points for running average correction
function vecOut = mibRunningAverageSmoothPoints2 | ( | vecIn, | |
halfwidth, | |||
excludePeaks ) |
mibRunningAverageSmoothPoints - Smooth points for running average correction
vecIn | Vector of input values to be smoothed |
halfwidth | Half-width of the smoothing window (0 = no smoothing) |
excludePeaks | Peaks higher than this value are excluded from correction (0 = ignore peaks) |
vecOut | Smoothed vector with drift removed |
References windv().