sablib
Loading...
Searching...
No Matches
snip.h
Go to the documentation of this file.
1
10
11
#include <stdexcept>
12
#include <vector>
13
14
#ifndef __SABLIB_SNIP_H__
15
#define __SABLIB_SNIP_H__
16
17
namespace
sablib {
18
25
enum class
SnipPreprocess
26
{
27
None
,
28
LL
,
29
LLS
30
};
31
43
const
std::vector<double>
44
BaselineSnip(
45
const
std::vector<double> & y,
const
unsigned
int
m,
const
bool
decreasing =
true
,
46
const
SnipPreprocess preprocess = SnipPreprocess::None,
const
unsigned
int
loop = 1
47
);
48
49
};
// namespace sablib
50
51
#endif
// __SABLIB_SNIP_H__
sablib::SnipPreprocess
SnipPreprocess
Preprocessing types for the SNIP algorithm.
Definition
snip.h:26
sablib::SnipPreprocess::LLS
@ LLS
Definition
snip.h:29
sablib::SnipPreprocess::LL
@ LL
Definition
snip.h:28
sablib::SnipPreprocess::None
@ None
Definition
snip.h:27
GitHub
sablib
sablib
baseline
snip.h
Generated by
1.16.1