Loading [MathJax]/extensions/tex2jax.js
version
0.0.1
Defines the C++ API for MsPASS
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
s
t
Functions
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
g
h
i
l
m
n
p
r
s
t
u
Related Symbols
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
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