B=18;%量化位宽% f_s=msk/max(abs(msk));%归一化处理Q_temp = round(Q/max(abs(Q))*(2^(B-1)-1));I_temp = round(I/max(abs(I))*(2^(B-1)-1));