BdsApi
2.2.2
This is the Blacknest BDS API.
|
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< FirEntry > | b |
Numerator. More... | |
BArray< FirEntry > | a |
Denominator. More... | |
This class defines an FIR response table.
This has an array of the A and B coefficients.
Bds::Fir::Fir | ( | BArray< FirEntry > | b = BArray<FirEntry >() , |
BArray< FirEntry > | a = BArray<FirEntry >() |
||
) |