movquant

版本 1.0.1 (3.2 KB) 作者: Eike Petersen
Moving Quantile calculation
139.0 次下载
更新时间 2020/12/11

查看许可证

The equivalent of medfilt1 (p=0.5) , movmax (p=1) and movmin (p=0), but for arbitrary quantiles p.

Interface and behavior are designed to conform to the functions mentioned above.

Works in arbitrarily many dimensions, with NaNs and two different padding modes.

Could be sped up by implementing things in C; I believe in Matlab there's not much left to gain. medfilt1 runs about 50-80x faster for p=0.5.

A few test cases are included for verification purposes; these require the Signal Processing toolbox to be present (but are irrelevant for using the file).

引用格式

Eike Petersen (2024). movquant (https://www.mathworks.com/matlabcentral/fileexchange/84200-movquant), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2019b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1

Added image.

1.0.0