version
0.0.1
Defines the C++ API for MsPASS
Loading...
Searching...
No Matches
cxx
include
mspass
algorithms
deconvolution
wavelet.h
1
#ifndef __DECON_H__
2
#define __DECON_H__
3
namespace
mspass::algorithms::deconvolution {
4
double
*rickerwavelet(
float
fpeak,
float
dt,
int
n);
5
double
*gaussian(
float
sigma,
float
dt,
int
n);
38
double
*slepian0(
double
tbp,
int
n);
39
}
// namespace mspass::algorithms::deconvolution
40
#endif
Generated by
1.9.8