# HG changeset patch # User michael # Date 1219355808 0 # Node ID 3d5972069016d190e0ea1a149df026b071c7d1c9 # Parent cb997823ead594b4b0324c420322197b080ff46d Mention the fixed-point scale of the FIR filter coefficients. diff -r cb997823ead5 -r 3d5972069016 acelp_filters.h --- a/acelp_filters.h Thu Aug 21 21:52:56 2008 +0000 +++ b/acelp_filters.h Thu Aug 21 21:56:48 2008 +0000 @@ -28,7 +28,8 @@ /** * low-pass Finite Impulse Response filter coefficients. * - * Hamming windowed sinc filter with cutoff freq 3/40 of the sampling freq. + * Hamming windowed sinc filter with cutoff freq 3/40 of the sampling freq, + * the coefficients are scaled by 2^15. * This array only contains the right half of the filter. * This filter is likely identical to the one used in G.729, though this * could not be determined from the original comments with certainity.