I am going to use 128 point Hamming Window to be implemented in Vhdl. In Matlab, I obtained the values of the Hamming Window as:
h = hamming(128);
But, what Matlab gave me is varying values in the range 0 and 1. How can I convert these values into 8-bit?