version  0.0.1
Defines the C++ API for MsPASS
Loading...
Searching...
No Matches
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"
5namespace mspass::algorithms::deconvolution {
6int ComputeTaperLength(const mspass::utility::Metadata &md);
7}
8#endif
Definition Metadata.h:71