normalizationFactorCompute correction factor of low pass filter such that amplitude at cut-off frequency is -3db (=10^(-3/20) = 0.70794...) |
c1 |
Type: Real[:] Description: [p] coefficients of denominator polynomials (c1[i}*p + 1) |
---|---|
c2 |
Type: Real[:,2] Description: [p^2, p] coefficients of denominator polynomials (c2[i,1]*p^2 + c2[i,2]*p + 1) |
alpha |
Type: Real Description: Correction factor (replace p by alpha*p) |
---|