cisst-saw
Loading...
Searching...
No Matches
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
15This software is provided "as is" under an open source license, with
16no warranty. The complete license can be found in license.txt and
17http://www.cisst.org/cisst/license.txt.
18
19--- end cisst license ---
20*/
21
22#ifndef _nmrSavitzkyGolay_h
23#define _nmrSavitzkyGolay_h
24
27
29
36
38 int D,
39 int NL,
40 int NR );
41
42#endif
Definition vctForwardDeclarations.h:131
#define CISST_EXPORT
Definition cmnExportMacros.h:50
Rules of exporting.
vctDynamicVector< double > CISST_EXPORT nmrSavitzkyGolay(int K, int D, int NL, int NR)
Savitzky Golay filter design.
Declaration of vctDynamicVector.