Loading [MathJax]/extensions/tex2jax.js
version  0.0.1
Defines the C++ API for MsPASS
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
wavelet.h
1#ifndef __DECON_H__
2#define __DECON_H__
3namespace mspass::algorithms::deconvolution {
4double *rickerwavelet(float fpeak, float dt, int n);
5double *gaussian(float sigma, float dt, int n);
38double *slepian0(double tbp, int n);
39} // namespace mspass::algorithms::deconvolution
40#endif