X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Ffilter.h;fp=include%2Ffilter.h;h=d898103367830b034858d322748f44554b6b0a56;hp=67955695e2e54cfc075b536b7867da410a84523d;hb=73d188fc0cf01163d61ecb0662b8a16a44b57eab;hpb=286d655a25df2668bd65ad365676c6ecc94415a1 diff --git a/include/filter.h b/include/filter.h index 6795569..d898103 100644 --- a/include/filter.h +++ b/include/filter.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: filter.h,v 1.16 2000/07/22 15:45:33 kevin Exp $ +** $Id: filter.h,v 1.17 2000/07/22 16:14:49 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 @@ -44,16 +44,16 @@ class SignalFilter { public: static const int FILTER_INVALID; - static const int FILTER_BANDLIMIT; - static const int FILTER_SINC; - static const int FILTER_G_HAMMING; - static const int FILTER_COSINE; - static const int FILTER_TRIANGLE; 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_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_COSINE; + static const int FILTER_TRIANGLE; static const int FILTER_METHOD_INVALID; static const int FILTER_METHOD_CONVOLUTION;