RCAC C++
rcacFilt Struct Reference

#include <RCAC.hpp>

Public Attributes

Eigen::MatrixXd filtNu
 
Eigen::MatrixXd filtDu
 
Eigen::MatrixXd filtNz
 
Eigen::MatrixXd filtDz
 

Detailed Description

This struct contains the filter coefficients. This struct should not need to be overloaded unless a big change in the algorithm is needed i.e. all types of RCAC will use this same struct.

Parameters
filtNuMatrix containing the numerator coefficients of ( $G_f$). Should be dimension lz by lu*filtorder
filtDuMatrix containing the denominator coefficients of ( $G_f$). Dimension lz by lu*(filtorder-1)
filtNzMatrix containing the numerator coefficients of a filter for the performance measurement. Not currently used in any computations but is required! (set as identity matrix) . Dimension lz by lz
filtDzMatrix containing the denominator coefficients of a filter for the performance measurement. Not currently used in any computations but is required! (set as zero matrix) . Dimension lz by lz

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