The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



ChebychevFilter


Unit: SDL_math2
Class: none
Declaration: procedure ChebychevFilter (SourceVec: TVector; FirstElem, LastElem: integer; DestVec: TVector; CoeffA0: double; Coeffs: TMatrix);

The procedure ChebychevFilter a Chebychev filter to the data SourceVec. The filter is applied to the data range specified by the parameters FirstElem and LastElem. The result is stored in the vector DestVec (starting at position 1). The parameters CoeffA0 and Coeffs contain the filter coefficients which can be conveniently calculated by using the procedure CalcChebFilterCoeffs.



Last Update: 2023-Feb-06