You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.FractionalKaiser Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.FractionalKaiser Function

Fractional Kaiser window.

Pascal
function FractionalKaiser(const Src: TVec; Beta: double; Offset: double; Step: double): TVec; overload;

Additional parameters in compare to the Kaiser function, are the Offset and Step. They allow the windowing function to be sampled at the same points as FractionalFirImpulse. This function should therefore be called when windowing an impulse response generated with FractionalFirImpulse.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!