ldas-tools-filters
2.6.6
|
#include <filters_config.h>
#include <string>
#include <stdexcept>
#include <fstream>
#include <valarray>
#include "ldastoolsal/unittest.h"
#include "filters/HannWindow.hh"
#include "filters/RectangularWindow.hh"
#include "filters/FIRLP.hh"
Functions | |
void | testNominal () |
void | testCopy () |
void | testMutator () |
void | tryFIRLP (const string &what, double f, int order) |
void | testCExceptions () |
void | testMExceptions () |
int | main (int ArgC, char **ArgV) |
Variables | |
LDASTools::Testing::UnitTest | Test |
author="Eric Rotthoff/L. S. Finn" More... | |
int main | ( | int | ArgC, |
char ** | ArgV | ||
) |
void testCExceptions | ( | ) |
void testCopy | ( | ) |
void testMExceptions | ( | ) |
void testMutator | ( | ) |
void testNominal | ( | ) |
void tryFIRLP | ( | const string & | what, |
double | f, | ||
int | order | ||
) |
LDASTools::Testing::UnitTest Test |
author="Eric Rotthoff/L. S. Finn"