version
0.0.1
Defines the C++ API for MsPASS
Loading...
Searching...
No Matches
cxx
include
mspass
algorithms
deconvolution
common_multitaper.h
1
/* This file contains functions common to both multitaper classes. */
2
#ifndef _COMMON_MULTITAPER_H_
3
#define _COMMON_MULTITAPER_H_
4
#include "mspass/utility/Metadata.h"
5
namespace
mspass::algorithms::deconvolution {
6
int
ComputeTaperLength(
const
mspass::utility::Metadata
&md);
7
}
8
#endif
mspass::utility::Metadata
Definition
Metadata.h:71
Generated by
1.9.8