Undo filter coefficient and gain changes caused by normalize
denormalize(hq)
denormalize(hq)
reverses
the coefficient changes you make when you use normalize
with hq
.
The filter coefficients do not change if you call denormalize(hq)
before
you use normalize(hq)
. Calling denormalize
more
than once on a filter does not change the coefficients after the first denormalize
call.