RT-WDF  0.0.1
Real-time Wave Digital Filter Framework
matData Struct Reference

#include <rt-wdf_types.h>

Public Attributes

mat Smat
 
mat Emat
 
mat Fmat
 
mat Mmat
 
mat Nmat
 
mat Tmat
 

Detailed Description

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

Member Data Documentation

§ Emat

mat matData::Emat

E-Matrix as used in wdfRootNL. Size: (numNlPorts) x (numBrPorts)

§ Fmat

mat matData::Fmat

F-Matrix as used in wdfRootNL. Size: (numNlPorts) x (numNlPorts)

§ Mmat

mat matData::Mmat

M-Matrix as used in wdfRootNL. Size: (numBrPorts) x (numBrPorts)

§ Nmat

mat matData::Nmat

N-Matrix as used in wdfRootNL. Size: (numBrPorts) x (numNlPorts)

§ Smat

mat matData::Smat

S-Matrix as used in wdfRootRtype. Size: (numBrPorts) x (numBrPorts)

§ Tmat

mat matData::Tmat

T-Matrix as used in wdfRootLinear and wdfRootMixed. Size: (numBrPorts) x (numNlPorts)


The documentation for this struct was generated from the following file: