Pass-band droop is a common issue in comb decimators, particularly in cascaded integrator-comb (CIC) filters, where the frequency response exhibits attenuation or 'droop' in the pass-band. This effect becomes more pronounced as the decimation factor increases. To mitigate this, a simple and effective method is to use a compensating finite impulse response (FIR) filter, such as a 3-tap FIR filter, after the comb decimator. The 3-tap FIR filter is designed with coefficients that create a frequency response inverse to the droop introduced by the comb filter. By carefully selecting the filter coefficients, the combined response of the CIC filter and the FIR compensator flattens the overall pass-band, thus reducing the droop. This approach is computationally efficient and suitable for hardware implementation, making it popular in digital signal processing systems where resource constraints are critical. The design of the FIR compensator typically involves optimizing the coefficients to best approximate the inverse of the CIC filter's pass-band response over the frequency range of interest.