Estimate the length of an optimal FIR filter.
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!
|