GPLIB++
|
#include "types.h"
#include <complex>
#include <algorithm>
#include <iostream>
#include <iterator>
Go to the source code of this file.
Classes | |
class | gplib::SimpleLp |
A simple low pass. More... | |
Namespaces | |
gplib | |
Functions | |
double | gplib::FreqToW (const double f) |
Transform from frequency domain to w-domain. More... | |
This file defines several function objects to be used as filters to Filter time series data in the time domain. They can be used in conjunction with Convolve.
Definition in file FilterFunc.h.