• 其他栏目

    李龙江

    • 副教授 硕士生导师
    • 性别:男
    • 毕业院校:上海交通大学
    • 学历:博士研究生毕业
    • 学位:工学博士学位
    • 在职信息:在职人员
    • 所在单位:信息与通信工程学院
    • 电子邮箱:
    访问量:

    开通时间:..

    最后更新时间:..

    作业 4 手写

      
    发布时间:2017-07-20   点击次数:

    1. Ex 6 (a), Ex 8 on page 286

    2. Given a picture with 4*4 pixels, their values are follows, using Huffman encoding  to code the pixels & calculate the average code length and the compression ratio.

    picture for 4_2

     

    3. Each DPCM coded DC coefficient is represented by (SIZE, AMPLITUDE), assume DPCM coefficients are: {60,3,5,6,4,2,6,5,1,17,33 } and huffman coding of 1~6 is showed in following table, write out the detail of (SIZE, AMPLITUDE) and the final entropy coding sequence. calculate the compression ratio.

     

    picture 4_3