convert integer double code huffman
2 次查看(过去 30 天)
显示 更早的评论
Hello, can any one help me to with a malab code that help me to find a huffman code and a command or function to convert integer to double then double to integer and thanks
0 个评论
采纳的回答
Walter Roberson
2012-6-29
DoubleValue = double(IntegerValue);
IntegerValue = uint8(DoubleValue);
2 个评论
Walter Roberson
2012-6-29
What is proba? Is it http://www.mathworks.com/matlabcentral/fileexchange/31776-image-compression-based-on-dct/content/proba.m ?
What are class(XfuV) and class(somfuV) ?
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Large Files and Big Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!