binary complement
To change the binary complement to be signed decimal data.
In RTL, 对于负数取反加1
In C or MATLAB, 对于负数,直接减最大值。
Ex, 14 bits signed data changes to decimal data.
To change the binary complement to be signed decimal data.
In RTL, 对于负数取反加1
In C or MATLAB, 对于负数,直接减最大值。
Ex, 14 bits signed data changes to decimal data.