ldas-tools-filters
2.6.5
|
#include <filters_config.h>
#include <sys/time.h>
#include <stdlib.h>
#include <unistd.h>
#include <valarray>
#include <stdexcept>
#include <complex>
#include "ldastoolsal/unittest.h"
#include "filters/LinFilt.hh"
Functions | |
double | dtime () |
const double | TOLERANCE (4.0) |
template<class TCoeffs , class TIn > | |
void | TestFilter (const size_t n) |
int | main (int argc, char **argv) |
Variables | |
const int | timing_iters = 10 |
LDASTools::Testing::UnitTest | Test |
|
inline |
int main | ( | int | argc, |
char ** | argv | ||
) |
void TestFilter | ( | const size_t | n | ) |
const double TOLERANCE | ( | 4. | 0 | ) |
LDASTools::Testing::UnitTest Test |
const int timing_iters = 10 |