gaussfilt(t,z,sigma​)

Function to smooth a time series using a Gaussian filter.
3,4K download
Aggiornato 20 mar 2018

Visualizza la licenza

A non-GUI function that will smooth a time series using a simple Gaussian filter.
Usage:
zfilt = gaussfilt(t,z,sigma);
where t & z define the time series (t independent variable and z is data vector), and sigma defines the standard deviation (width) of the Gaussian filter.

Cita come

James Conder (2024). gaussfilt(t,z,sigma) (https://www.mathworks.com/matlabcentral/fileexchange/43182-gaussfilt-t-z-sigma), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2012b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Riconoscimenti

Ispirato: Mittag-Leffler filter

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.3.0.0

Added a fix to edge effect introduced by convolution (thanks to Aaron Close).

1.2.0.0

Removed extraneous keyboard command that was accidentally left in on previous update.

1.1.0.0

Use convolution if time vector is uniformly spaced.

1.0.0.0