I have implemented beamformer(MVDR/LCMV) for speech enhancement in matlab, now I am trying to convert it to fixed point implementation. during the weight calculation step correlation matrix inversion is required, but in fixed point implementation correlation matrix inversion is not giving correct results(may be due to very small values in correlation matrix).