BdsApi 3.1.4
This is the Blacknest BDS API.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Bds::Fir Class Reference

This class defines an FIR response table. More...

#include <BdsD.h>

Public Member Functions

 Fir (BArray< FirEntry > b=BArray< FirEntry >(), BArray< FirEntry > a=BArray< FirEntry >())
 

Public Attributes

BArray< FirEntryb
 FIR Numerator array. More...
 
BArray< FirEntrya
 FIR Denominator array. More...
 

Detailed Description

This class defines an FIR response table.

This has an array of the A and B coefficients.

Constructor & Destructor Documentation

◆ Fir()

Bds::Fir::Fir ( BArray< FirEntry b = BArray<FirEntry >(),
BArray< FirEntry a = BArray<FirEntry >() 
)

Member Data Documentation

◆ b

BArray<FirEntry > Bds::Fir::b

FIR Numerator array.

◆ a

BArray<FirEntry > Bds::Fir::a

FIR Denominator array.


The documentation for this class was generated from the following files: