Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
NDNANFILTER N-dimensional zero-phase digital filter, ignoring NaNs.
SHORT SYNTAX:
[Y,W] = ndnanfilter(X,HWIN,F);
SHORT INPUT:
X - Multidimensional data with/without NaNs.
HWIN - Window's name (N-D moving average by default: 'rectwin').
F - Vector specifying the semi-width of the window for each dimension.
SHORT OUTPUT:
Y - Filtered/smoothed X data (same size as X!) with zero phase shift.
W - N-dimensional window with central symmetry generated by a special subfunction called NDWIND.
SHORT DESCRIPTION:
This function applies a N-dimensional convolution of X with W, using the MATLAB's IMFILTER or CONVN function, ignoring/interpolating/filling NaNs.
By default, the edges are padded with the values of X at the borders with the PADARRAY MATLAB's function. When PADARRAY is not found, the program performs zero-padding.
SHORT NOTE:
* See the screenshot.
Citar como
Carlos Adrian Vargas Aguilera (2026). ndnanfilter.m (https://es.mathworks.com/matlabcentral/fileexchange/20417-ndnanfilter-m), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspirado por: moving_average v3.1 (Mar 2008)
Inspiración para: imagescnan.m v2.1 (Aug 2009), filt2 2D geospatial data filter
Información general
- Versión 1.0.0.0 (16,3 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.0.0.0 | BSD License
|
