r545: no message
[ctsim.git] / include / filter.h
index 2dd5ed5f074d7dee0fb9572cd84125747c9cf325..8aa4018970caa4939482bd7d42f003d557f91c39 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: filter.h,v 1.25 2001/02/11 04:56:37 kevin Exp $
+**  $Id: filter.h,v 1.26 2001/02/16 00:28:41 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -53,11 +53,13 @@ class SignalFilter {
     static const int FILTER_ABS_BANDLIMIT;     // filter times |x|
     static const int FILTER_ABS_SINC;
     static const int FILTER_ABS_G_HAMMING;
+    static const int FILTER_ABS_HANNING;
     static const int FILTER_ABS_COSINE;
     static const int FILTER_SHEPP;
     static const int FILTER_BANDLIMIT;
     static const int FILTER_SINC;
     static const int FILTER_G_HAMMING;
+    static const int FILTER_HANNING;
     static const int FILTER_COSINE;
     static const int FILTER_TRIANGLE;