CEBL  2.1
Namespaces | Typedefs | Functions | Variables
PassBand.cpp File Reference
#include "PassBand.hpp"
#include "WidgetUtils.hpp"
#include <iostream>
#include <fftw3.h>

Go to the source code of this file.

Namespaces

namespace  CEBL

Typedefs

typedef ublas::matrix< double > Matrix

Functions

template<typename T >
double logb (int base, T value)
template<typename T >
double log2 (T value)
CEBL::FeatureObjectCreate ()
void ObjectDestroy (CEBL::Feature *p)

Variables

double const pi = M_PI

Typedef Documentation

typedef ublas::matrix<double> Matrix

Definition at line 9 of file PassBand.cpp.


Function Documentation

template<typename T >
double log2 ( value)

Definition at line 23 of file PassBand.cpp.

References logb().

Referenced by chebbp2().

template<typename T >
double logb ( int  base,
value 
)

Definition at line 18 of file PassBand.cpp.

Referenced by log2().

CEBL::Feature* ObjectCreate ( )

Definition at line 484 of file PassBand.cpp.

void ObjectDestroy ( CEBL::Feature p)

Definition at line 490 of file PassBand.cpp.


Variable Documentation

double const pi = M_PI

Definition at line 15 of file PassBand.cpp.

Referenced by chebbp2(), and makePassband().