m_vfAccumulator[m_uiCursor]-=m_oCoeffs.vfDenominator[j+1]*m_vfAccumulator[(m_uiCursor+j+1)%m_vfAccumulator.size()];//add to the current accumulator v(n) = v(n) - a(j)*v(j)
m_vfAccumulator[m_uiCursor]-=m_oCoeffs.vfDenominator[j+1]*m_vfAccumulator[(m_uiCursor+j+1)%m_vfAccumulator.size()];//add to the current accumulator v(n) = v(n) - a(j)*v(j)
}
}
pfOutputData[i]=m_oCoeffs.vfNumerator[0]*m_vfAccumulator[m_uiCursor];//overrides whatever might have been there already
pfOutputData[i]=m_oCoeffs.vfNumerator[0]*m_vfAccumulator[m_uiCursor]*fOutputGain;//overrides whatever might have been there already