RT-WDF
0.0.1
Real-time Wave Digital Filter Framework
|
#include <rt-wdf_types.h>
Public Attributes | |
mat | Smat |
mat | Emat |
mat | Fmat |
mat | Mmat |
mat | Nmat |
mat | Tmat |
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.
mat matData::Emat |
E-Matrix as used in wdfRootNL. Size: (numNlPorts) x (numBrPorts)
mat matData::Fmat |
F-Matrix as used in wdfRootNL. Size: (numNlPorts) x (numNlPorts)
mat matData::Mmat |
M-Matrix as used in wdfRootNL. Size: (numBrPorts) x (numBrPorts)
mat matData::Nmat |
N-Matrix as used in wdfRootNL. Size: (numBrPorts) x (numNlPorts)
mat matData::Smat |
S-Matrix as used in wdfRootRtype. Size: (numBrPorts) x (numBrPorts)
mat matData::Tmat |
T-Matrix as used in wdfRootLinear and wdfRootMixed. Size: (numBrPorts) x (numNlPorts)