#include <iostream>
#include <string>
#include "Core/Array/Arrays.h"
Include dependency graph for MakeGaussIIR1d.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
Classes | |
struct | Impala::Core::Array::complex |
Defines | |
#define | MAXRECUR 5 |
#define | MAXDERI 2 |
Functions | |
static void | Impala::Core::Array::MulComplexNumbers (complex *c1, complex *c2, complex *c3) |
static void | Impala::Core::Array::AddComplexNumbers (complex *c1, complex *c2, complex *c3) |
static double | Impala::Core::Array::ComputeStDev (int nn, complex *pp, double q) |
static void | Impala::Core::Array::FillPoleCoef (int nn, complex *pp, int order) |
static void | Impala::Core::Array::FilterCoef (int mm, int nn, complex *pp, int start, int stop, complex tmp, complex *bb) |
Array2dScalarReal64 * | Impala::Core::Array::MakeGaussIIR1d (double sigma, int derivativeOrder, int filterOrder) |