RectangleFilter.cc
Go to the documentation of this file.
1 #include <utl/RectangleFilter.h>
2 #include <utl/ErrorLogger.h>
3 
4 using namespace std;
5 using namespace utl;
6 
7 RectangleFilter::RectangleFilter(double lowerCutoff, double upperCutoff, double delay)
8 : AnalyticFilter(lowerCutoff, upperCutoff, delay)
9 {
10 }
11 
13 {
14 }
static int delay
Definition: XbAlgo.cc:20
Abstract base class for analytic filters.

, generated on Tue Sep 26 2023.