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

Not-in-place version of the RemoveDC method with source and destination indexes.

Pascal
procedure RemoveDC(const Src: TVec; const Dst: TVec; SrcIndex: integer; DstIndex: integer; Len: integer = MtxVecEOA); overload;

The Src data is preserved, the destination will hold the result. If Len is not specified, the maximum possible value will be used.

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