Description Usage Arguments Details Value Author(s) References See Also Examples
Deprecated! Performs an n-point running median. For Matlab/Octave compatibility.
1 2 3 4 5 6 | medfilt1(x, n = 3, ...)
MedianFilter(n = 3)
## S3 method for class 'MedianFilter'
filter(filt, x, ...)
|
x |
signal to be filtered. |
n |
size of window on which to perform the median. |
filt |
filter to apply to the signal. |
... |
additional arguments passed to |
medfilt1
is a wrapper for runmed
.
For medfilt1
, the filtered signal of
length(x)
.
For MedianFilter
, a class of “MedianFilter” that can be used
with filter
to apply a median filter to a signal.
Tom Short.
https://en.wikipedia.org/wiki/Median_filter
Octave Forge https://octave.sourceforge.io/
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.