Let's say I have a signal k ,It's actually a fixed-point decimal,k is its sign bits,k is its integer bits,k is its fractional bits,So mathematically The final expression is as follows -(2^19)*k + k /(2^15),k is its unsigned decimal number,k just stands for 1 or 0. how to do that
↧