![]() | ![]() | ![]() | Gwyddion Data Processing Library Reference Manual |
---|
cwt — continuous wavelet transform
enum Gwy2DCWTWaveletType; enum GwyCWTWaveletType; gdouble gwy_cwt_wfunc_2d (gdouble scale, gdouble mval, gint xres, Gwy2DCWTWaveletType wtype);
typedef enum { GWY_2DCWT_GAUSS = 0, GWY_2DCWT_HAT = 1 } Gwy2DCWTWaveletType;
typedef enum { GWY_CWT_GAUSS = 0, GWY_CWT_HAT = 1, GWY_CWT_MORLET = 2 } GwyCWTWaveletType;
GwyCWTWaveletType is deprecated and should not be used in newly-written code.
gdouble gwy_cwt_wfunc_2d (gdouble scale, gdouble mval, gint xres, Gwy2DCWTWaveletType wtype);
scale: | |
mval: | |
xres: | |
wtype: | |
Returns : |
<< simplefft |