#include <SavitzkyGolay.h>
|
| | SavitzkyGolay (int window, int polynom_order) |
| |
| | SavitzkyGolay (int window_left, int window_right, int polynom_order) |
| |
| std::vector< double > | Smooth (const std::vector< double > &y) const |
| |
| template<typename GetY , typename SetY > |
| void | Convolute (const GetY &getY, const SetY &setY, const interval< int > &range) const |
| |
◆ SavitzkyGolay() [1/2]
| SavitzkyGolay::SavitzkyGolay |
( |
int |
window, |
|
|
int |
polynom_order |
|
) |
| |
◆ SavitzkyGolay() [2/2]
| SavitzkyGolay::SavitzkyGolay |
( |
int |
window_left, |
|
|
int |
window_right, |
|
|
int |
polynom_order |
|
) |
| |
◆ Convolute()
template<typename GetY , typename SetY >
| void ant::SavitzkyGolay::Convolute |
( |
const GetY & |
getY, |
|
|
const SetY & |
setY, |
|
|
const interval< int > & |
range |
|
) |
| const |
|
inline |
◆ gsl_matrix_get()
| double SavitzkyGolay::gsl_matrix_get |
( |
const gsl_matrix * |
m, |
|
|
const size_t |
i, |
|
|
const size_t |
j |
|
) |
| |
|
staticprotected |
◆ MakeH()
◆ Smooth()
| vector< double > SavitzkyGolay::Smooth |
( |
const std::vector< double > & |
y | ) |
const |
| const int ant::SavitzkyGolay::m |
|
protected |
◆ n_l
| const int ant::SavitzkyGolay::n_l |
|
protected |
◆ n_r
| const int ant::SavitzkyGolay::n_r |
|
protected |
The documentation for this struct was generated from the following files: