SignalUtils.Chebyshev Method

function Chebyshev(const Src: TVec; AttdB: Double; Index: Integer; Len: Integer): TVec;

Chebyshev's window.

#NameTypeDescription
1SrcTVec
2AttdBDoublescalar
3IndexIntegerstart index
4LenIntegerelement count

Returns: TVec

Remarks:

Applies Chebyshevs equiripple window to Src. The attenuation of the spectral leakage is defined with the AttdB parameter in [dB].
Window functions are applied to the signal prior to conversion to frequency domain with the FFT algorithm, to reduce the spectral leakage. Their side-effect is a lower frequency resolution.

See Also: SignalUtils.Kaiser, SignalUtils.SignalWindow