欢迎来到毕设资料网! | 帮助中心 毕设资料交流与分享平台
毕设资料网
全部分类
  • 毕业设计>
  • 毕业论文>
  • 外文翻译>
  • 课程设计>
  • 实习报告>
  • 相关资料>
  • ImageVerifierCode 换一换
    首页 毕设资料网 > 资源分类 > DOC文档下载
    分享到微信 分享到微博 分享到QQ空间

    通信专业文献及翻译--基于JPEG2000技术,融合DSP和FPGA的可纠错图像传输系统

    • 资源ID:123536       资源大小:232KB        全文页数:15页
    • 资源格式: DOC        下载积分:100金币
    快捷下载 游客一键下载
    账号登录下载
    三方登录下载: QQ登录
    下载资源需要100金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

    通信专业文献及翻译--基于JPEG2000技术,融合DSP和FPGA的可纠错图像传输系统

    1、PDF外文:http:/ 2008 届毕业设计说明书  第  1 页  共  15 页  英文原文  Mixed DSP /FPGA implementation of an error-resilient image transmission system based on JPEG2000 Marco Grangetto,Enrico Magli, Maurizio Martina, Fabrizio Vacca Abstract  This paper describes a demonstrator of an er

    2、ror-resilient image communication system over wireless packet networks, based on the novel JPEG2000 standard. In particular, the decoder implementation is addressed, which is the most critical task in terms of complexity and power consumption, in view of use on a wireless portable terminal for cellu

    3、lar applications. The system implementation is based on a mixed DSP/FPGA architecture, which allows to parallelize some computational tasks, thus leading to efficient system operation.  1  Introduction  Nowadays, there is a growing interest in the end-to-end transmission of images, es

    4、pecially motivated by the short-term deployment of next generation mobile communication services (UMTS-IMT2000). However, transmission in a networked, tetherless environment provides both opportunities and challenges. The wireless context implies that the data may undergo bit errors and packet losse

    5、s, making it necessary to foresee error recovery modalities. It is thereby necessary that image communication techniques are provided with the ability to recover, or at least conceal, the effect of such losses. The forthcoming JPEG2000 image com-pression standard has been designed to match these req

    6、uirements, and embeds some error detection and concealment tools.  This paper addresses the development of a demonstrator of an error-resilient JPEG2000 decoder implementation for image communication over a lossy packet network. The robustness to packet erasures is achieved by combining the fle

    7、xibility of the JPEG2000 framework with the powerfulness of source-channel adaptive, optimized Reed-Solomon codes. The decoder implementation is particularly significant in the context of wireless 中北大学 2008 届毕业设计说明书  第  2 页  共  15 页  portable terminals for next-generation ce

    8、llular systems, where the limited power budget and available dimensions impose severe constraints on the design of a multimedia processing sys-tem.  2  System overview    In the following we provide a brief description of the functional units of the implemented system.  2.1

    9、 JPEG2000 image compression    JPEG2000 is the novel ISO standard for still image coding, and is intended to provide innovative solutions according to the new trends in multimedia technologies. At the time of this writing, the standard is in advanced publication stage; the Final Commi

    10、ttee Draft is the most recent JPEG2000 description publicly available, which our implementation conforms to. JPEG2000 not only yields superior performance with respect to existing standards in terms of compression capability and subjective quality, but also numerous additional functionalities, such

    11、as loss less and lossy compression, progressive transmission, and error resilience. The architecture of the JPEG2000 is based on the transform coding approach. An image may be divided into several sub-images (tiles), to reduce memory and computing requirements. A biorthogonal discrete wavelet transf

    12、orm (DWT) is first applied to each tile, whose output is a series of versions of the tile at different resolution levels (subbands); then, the transform coefficients are quantized, independently for each subband, with an embedded dead-zone quantizer. Each subband of the wavelet decomposition is divi

    13、ded into rectangular blocks (code-blocks), which are in- dependently encoded with EBCOT (Embedded Block Coding with Optimized Truncation) ; this latter is based on a bit-plane approach (i.e. the most significant bits of the subband coefficients are transmitted first), context modeling and arithmetic

    14、 coding. The bit stream output by EBCOT is organized by the rate allocator into a sequence of layers, each layer containing contributions from each code-block; the truncation points associated with each layer are optimized in the rate distortion sense. The final JPEG2000 bit stream consists of a mai

    15、n header, followed by one or more sec-tions corresponding to individual tiles. Each tile comprises a tile header and a layered 中北大学 2008 届毕业设计说明书  第  3 页  共  15 页  representation of the included code-blocks, organized into packets. In order to form a progressive bitstream, i

    16、.e. one that can be only partially decoded with minimal penalty, the layers are formed and ordered in such a way that the most important information is placed at the beginning of the bitstream. The JPEG2000 decoder performs exactly the same steps (except for rate allocation), in reverse order: synta

    17、x parsing, codeblock decoding by EBCOT, inverse quantization, inverse DWT, and tile mosaicking; this is sketched in the right-hand-side box of Fig. 1.  2.2  Adaptive Reed-Solomon packet protection  Although JPEG2000 embodies advanced error concealment techniques to mitigate the effect

    18、 of errors, it does neither contain, nor specify any error correction method, in order to recover lost packets. On the other hand, packet losses are likely to occur in a network potentially subject to congestion, as is often the case in practice. In order to overcome this problem, a technique has be

    19、en recently proposed, called Unequal Loss Protection (ULP), and based on the joint use of RS codes and packet interleaving, as shown in the left-hand-side of Fig. 1. Let us consider a maximum rate allocated to the image transmission, e.g. N packets of size L; the source bitstream is rowwise inserted

    20、 in the interleaving matrix, followed by a proper amount of parity symbols, say Ti for the i-th row. The packets are read on the columns of the interleaver. The allocation problem consists in finding the optimal partitioning between source and code symbols for each row of the interleaver, so as to m

    21、aximize the quality of service at the receiver; see for implementation details. At the decoder, due to the error correction capability of RS codes, the i-th row can be exactly recovered provided that the number of packet erasures has been less than Ti.   Figure 1  System architecture  2.3  Proposed system  In this paper we present a demonstrator of a complete decoder for image


    注意事项

    本文(通信专业文献及翻译--基于JPEG2000技术,融合DSP和FPGA的可纠错图像传输系统)为本站会员(泛舟)主动上传,毕设资料网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请联系网站客服QQ:540560583,我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们
    本站所有资料均属于原创者所有,仅提供参考和学习交流之用,请勿用做其他用途,转载必究!如有侵犯您的权利请联系本站,一经查实我们会立即删除相关内容!
    copyright@ 2008-2025 毕设资料网所有
    联系QQ:540560583