If by impulse you mean the product between velocity and mass of the object, then the velocity before and after should be enough for your needs: mass * (v_after - v_before).length() should be an accurate quantitative representation of the impact.
mass * (v_after - v_before).length()