external/developers/outliers_and_convolution/
convolve_gaussian_1d.pro
NAME: CONVOLVE_GAUSSIAN_1D PURPOSE: Routine convolves scalar or vector field to a given resolution with a Gaussian kernel CATEGORY: Data Processing CALLING SEQUENCE: convolve_gaussian_1d,resol,tarr,varrin,varrout INPUTS: resol - desired time resolution in seconds tarr - time array (1D, double, seconds) varrin - input field - 1D or mD array (ntimepoints,m) KEYWORDS: none PARAMETERS: eps - truncate Gaussian at this height ni - initial length of transform is 2^ni (adjusted depending on data) ndump - initial length of leakage-dumping tail (adjusted by code) OUTPUTS: varrout - output array of the same dimensions that varrin DEPENDENCIES: None - can be used alone. MODIFICATION HISTORY: Written by: Vladimir Kondratovich 2008/10/10.
Routines
File attributes
Modification date: | Thu Feb 13 16:42:00 2014 |
Lines: | 59 |