It calculates the unnormalized signal of a normalized image. The normalization has been originally performed
as x[i,j]/bits where x[i,j] is the i,j element of the signal matrix x and bits is the value of the bits.
Usage
unnormalizeC01(data, bits)
Arguments
data
Data matrix. The matrix of the normalized image signals.