|
RT-WDF
0.0.1
Real-time Wave Digital Filter Framework
|
#include "../armadillo-6.200.5/include/armadillo"

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 } |
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.
| enum paramType |