Median Filter PtByPt VI

Owning Palette: Filters PtByPt VIs

Requires: Full Development System

Applies a median filter of rank to x.

This VI is similar to the Median Filter VI.

Note  By default, reentrant execution is enabled in all Point By Point VIs.

 Add to the block diagram  Find on the palette
initialize, when TRUE, initializes the internal state of the VI.
x is the input signal to filter.
rank is the number of elements used to compute the median. rank must be greater than or equal to 0. The default is 2. If rank is less than 0, this VI sets Filtered x to 0 and returns an error. If rank is 0, this VI does not apply a median filter to x.
Filtered x contains the result of filtering the input sequence x by convolution.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.