cisst-saw
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
catkin_ws
src
cisst-saw
cisst
cisstNumerical
nmrSavitzkyGolay.h
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*ex: set filetype=cpp softtabstop=4 shiftwidth=4 tabstop=4 cindent expandtab:*/
3
4
/*
5
$Id: nmrSavitzkyGolay.h 4267 2013-06-11 14:01:21Z sleonar7 $
6
7
Author(s): Simon Leonard
8
Created on: 2013-06-11
9
10
(C) Copyright 2004-2007 Johns Hopkins University (JHU), All Rights
11
Reserved.
12
13
--- begin cisst license - do not edit ---
14
15
This software is provided "as is" under an open source license, with
16
no warranty. The complete license can be found in license.txt and
17
http://www.cisst.org/cisst/license.txt.
18
19
--- end cisst license ---
20
*/
21
22
#ifndef _nmrSavitzkyGolay_h
23
#define _nmrSavitzkyGolay_h
24
25
#include <
cisstVector/vctDynamicVector.h
>
26
#include <
cisstNumerical/nmrExport.h
>
27
29
37
vctDynamicVector<double>
CISST_EXPORT
nmrSavitzkyGolay
(
int
K,
38
int
D,
39
int
NL,
40
int
NR );
41
42
#endif
CISST_EXPORT
#define CISST_EXPORT
Definition:
cmnExportMacros.h:50
vctDynamicVector< double >
nmrSavitzkyGolay
vctDynamicVector< double > CISST_EXPORT nmrSavitzkyGolay(int K, int D, int NL, int NR)
Savitzky Golay filter design.
vctDynamicVector.h
Declaration of vctDynamicVector.
nmrExport.h
Rules of exporting.
Generated by
1.8.6