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

Estimate the length of an optimal FIR filter.

Pascal
function RemezLength(const bands: array of Double; const gains: array of Double; const ripple: array of Double; Weights: TVec; FS: Double = 2): integer;

Estimate the length of an optimal FIR filter designed with Parks-McClellan algorithm. See the remez routine for description of parameters and examples.

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