#include <lal/LALStdlib.h>#include <lal/IIRFilter.h>#include <lal/ZPGFilter.h>Include dependency graph for BandPassTimeSeries.h:

Go to the source code of this file.
| #define BANDPASSTIMESERIESH_ENUL 1 |
Definition at line 60 of file BandPassTimeSeries.h.
| #define BANDPASSTIMESERIESH_EBAD 2 |
Definition at line 61 of file BandPassTimeSeries.h.
| #define BANDPASSTIMESERIESH_MSGENUL "Unexpected null pointer in arguments" |
Definition at line 63 of file BandPassTimeSeries.h.
| #define BANDPASSTIMESERIESH_MSGEBAD "Bad filter parameters" |
Definition at line 64 of file BandPassTimeSeries.h.
| typedef struct tagPassBandParamStruc PassBandParamStruc |
| NRCSID | ( | BANDPASSTIMESERIESH | , | |
| "$Id: BandPassTimeSeries. | h, | |||
| v 1.12 2007/06/08 14:41:56 bema Exp $" | ||||
| ) |
| int XLALButterworthREAL4TimeSeries | ( | REAL4TimeSeries * | series, | |
| PassBandParamStruc * | params | |||
| ) |
Definition at line 235 of file ButterworthTimeSeries.c.
| int XLALButterworthREAL8TimeSeries | ( | REAL8TimeSeries * | series, | |
| PassBandParamStruc * | params | |||
| ) |
Definition at line 374 of file ButterworthTimeSeries.c.
| int XLALLowPassREAL4TimeSeries | ( | REAL4TimeSeries * | series, | |
| REAL8 | frequency, | |||
| REAL8 | amplitude, | |||
| INT4 | filtorder | |||
| ) |
Definition at line 513 of file ButterworthTimeSeries.c.
| int XLALLowPassREAL8TimeSeries | ( | REAL8TimeSeries * | series, | |
| REAL8 | frequency, | |||
| REAL8 | amplitude, | |||
| INT4 | filtorder | |||
| ) |
Definition at line 528 of file ButterworthTimeSeries.c.
| int XLALHighPassREAL4TimeSeries | ( | REAL4TimeSeries * | series, | |
| REAL8 | frequency, | |||
| REAL8 | amplitude, | |||
| INT4 | filtorder | |||
| ) |
Definition at line 543 of file ButterworthTimeSeries.c.
| int XLALHighPassREAL8TimeSeries | ( | REAL8TimeSeries * | series, | |
| REAL8 | frequency, | |||
| REAL8 | amplitude, | |||
| INT4 | filtorder | |||
| ) |
Definition at line 558 of file ButterworthTimeSeries.c.
| void LALButterworthREAL4TimeSeries | ( | LALStatus * | status, | |
| REAL4TimeSeries * | series, | |||
| PassBandParamStruc * | params | |||
| ) |
Definition at line 584 of file ButterworthTimeSeries.c.
| void LALButterworthREAL8TimeSeries | ( | LALStatus * | status, | |
| REAL8TimeSeries * | series, | |||
| PassBandParamStruc * | params | |||
| ) |
Definition at line 743 of file ButterworthTimeSeries.c.
| void LALDButterworthREAL4TimeSeries | ( | LALStatus * | status, | |
| REAL4TimeSeries * | series, | |||
| PassBandParamStruc * | params | |||
| ) |
Definition at line 769 of file ButterworthTimeSeries.c.
1.5.2