RT-WDF  0.0.1
Real-time Wave Digital Filter Framework
rt-wdf_types.h File Reference
#include "../armadillo-6.200.5/include/armadillo"
Include dependency graph for rt-wdf_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  matData
 
struct  paramData
 

Typedefs

typedef struct matData matData
 
typedef enum paramType paramType
 
typedef struct paramData paramData
 

Enumerations

enum  paramType { boolParam, doubleParam }
 

Typedef Documentation

§ matData

typedef struct matData matData

A struct that holds matrices for R-type and NL root nodes.

wdfRootRtype only uses the S matrix of this struct. wdfRootNL only uses the E,F,M,N matrices of this struct.

See also
wdfRootRtype, wdfRootNL

§ paramData

typedef struct paramData paramData

§ paramType

typedef enum paramType paramType

Enumeration Type Documentation

§ paramType

enum paramType
Enumerator
boolParam 
doubleParam