PowerPoint Presentation

Size: px
Start display at page:

Download "PowerPoint Presentation"

Transcription

1 多媒体技术 第三章多媒体数据压缩 3.4 视频数据的压缩标准

2 上节内容回顾 矢量量化 / 词典编码 / 伪彩色 空间 / 时间 / 视觉 / 知识 / 结构 / 熵冗余 DFT/DCT/DST/MDCT/STFT/Wavelet BMP/GIF/PNG/JPEG/JP2 JPEG 编码基本过程 Sampling/DCT/ quantization /DPCM/ZigZag/RLE/Huffman JPEG 编码中哪些算法有损 无损? 2

3 授课内容 第一部分多媒体的计算 第一章多媒体计算机系统 第二章媒体处理技术 第三章多媒体数据压缩 第二部分多媒体的存储 第四章多媒体数据的数字存储 第三部分多媒体信息的分析与处理 第五章多媒体信息分析与处理 第四部分多媒体网络应用 第六章实时多媒体通信 3

4 第三章多媒体数据压缩 3.1 无损数据压缩 3.2 音频数据的压缩标准 3.3 图像数据的压缩标准 3.4 视频数据的压缩标准 视频编解码简介 MPEG1 和 MPEG2 视频压缩 MPEG4 视频压缩 H H.265(HEVC) 4

5 视频编解码器 是指一个能够对数字视频进行压缩或者解压缩的程序或者设备 通常这种压缩属于有损数据压缩 历史上视频是以模拟形式存储在磁带上的 随着 CD 的出现, 音频信号以数字化方式进行存储, 视频信号也开始使用数字化格式 一个典型的数字视频编解码器的第一步是将从摄像机输入的视频从 RGB 色度空间转换到 YCbCr 色度空间, 而且通常还伴有色度抽样来生成 4:2:0 格式的视频 ( 有时候在隔行扫描的情况下会采用 4:2:2 的抽样方式 ) 5

6 视频编码器原理 JPEG e.g., DCT: spatial frequency common code words shorter symbols Huffman, arithmetic coding Frames of Digital Video Motion Estimation & Compensation Transform, Quantization, Zig- Zag Scan & Run- Length Encoding Symbol Encoder Bit Stream predict current frame from previous Quantization changes representation size for each symbol adjust rate/quality trade-off Run-length encoding: long runs of zeros run-length symbol MPEG, H.26x 6

7 History of video codecs 图像 JPEG, 1992 JPEG-LS(1998) JPEG 2000, 2000 JPEG XR, 2009 视频 H.261, 1988 MPEG-1, 1993 MPEG-2/H.262, 1996 H.263, 1996 MPEG-4, 1999 MPEG-4 AVC/H.264, 2003 HEVC, 2013 年 4 月 13 号 China AVS,

8 History of video codecs JPEG (Joint Photographic Expert Group, 1986) Joint committee between ISO/IEC JTC1 and ITU-T ISO/IEC Joint Technical Committee 1, Subcommittee 29, Working Group 1 (ISO/IEC JTC 1/SC 29/WG 1) - Coding of still pictures. MPEG (Moving Pictures Experts, 1988) ISO/IEC JTC1/SC29 WG11 Coding of moving pictures and audio (ISO/IEC Joint Technical Committee 1, Subcommittee 29, Working Group 11). JVT (Joint Video Team, 2001) Joint project between ITU-T SG16/Q.6 (Study Group 16 / Question 6) VCEG (Video Coding Experts Group) and ISO/IEC JTC1/SC29/WG11 MPEG. JCT-VC (Joint Collaborative Team on Video Coding, 2010) A group of video coding experts from ITU-T Study Group 16 (VCEG) and ISO/IEC JTC 1/SC 29/WG 11 (MPEG) It was created to develop High Efficiency Video Coding. 8

9 History of video codecs ISO ITU-T H.261 H.263 H.263+ H H.263L H.262 H.264 MPEG 2 MPEG 4 MPEG 1 MPEG

10 History of video codecs Compression Ratio MPEG-4 AVC/ 03 MPEG-4/ 99 MPEG-2/ 95 HEVC/ MPEG-1/ Computation Intensity 10

11 经典视频编解码器区别 H.261 是第一个使用的数字视频压缩标准, 之后的所有的标准视频编解码器都是基于它设计的 MPEG-1 part2 主要使用在 VCD 上 比起 H.261 标准, MPEG-1 增加了对半像素运动补偿和双向运动预测帧 MPEG-2 part2 等同于 H.262, 比起 MPEG-1,MPEG-2 最大的改进在于增加了对隔行扫描视频的支持 H.263 主要用在视频会议 视频电话和网络视频上 性能上有了较大的提升 尤其是在低码率端 MPEG-4 part2 标准比起 MPEG-2 和第一版的 H.263, 它的压缩性能有所提高 引入 Object-oriented 的编码方法和一些提高压缩能力的技术, 包括一些 H.263 的技术和 1/4 像素的运动补偿 MPEG-4 part10 和 ITU-T H.264 是相同的标准, 有时候也被叫做 AVC 11

12 其他主流编解码器 DivX,XviD 和 3ivx 使用的都是 MPEG-4 part2 (*.avi, *.mp4, *.ogm, *.mkv ) WMV(Windows Media Video) 是微软公司的视频编解码器家族 WMV 可以被看作是 MPEG- 4 的一个增强版本 RealVideo 是由 RealNetworks 公司开发的视频编解码器 Sorenson 3 是由苹果公司的软件 QuickTime 使用的一种编解码器 Indeo Video 是由 Intel 所研发的编解码器 12

13 主流编解码器速率 Mobile videophone Videophone over PSTN ISDN videophone Video CD Digital TV HDTV kbit/s Mbit/s Very low bitrate Low bitrate Medium bitrate High bitrate MPEG-4 H.263 H.261 MPEG-1 MPEG-2 13

14 第三章多媒体数据压缩 3.1 无损数据压缩 3.2 音频数据的压缩标准 3.3 图像数据的压缩标准 3.4 视频数据的压缩标准 视频编解码简介 MPEG1 和 MPEG2 视频压缩 MPEG4 视频压缩 H H.265(HEVC) 14

15 MPEG 相关标准 MPEG-1: 在 VCD 中被采用, 其中 MPEG-1 Layer3 简称 MP3 MPEG-2: 广播质量的视频 音频和传输协议 被用于无线数码电视 -ATSC DVB 以及 ISDB 数字卫星电视 数字有线电视信号, 以及 DVD 视频光盘技术中 MPEG-3: 原本目标是为 HDTV 设计, 随后发现 MPEG-2 已足够 HDTV 应用, 故 MPEG-3 的研发便中止 MPEG-4:2003 年发布的视频压缩标准, 主要是扩展 MPEG-1 MPEG-2 等标准以支援视频 / 音频物件 (video/audio "objects") 的编码 3D 内容 低位元率编码 (low bitrate encoding) 和数码版权管理 MPEG-7:MPEG-7 并不是一个视频压缩标准, 它是一个多媒体内容的描述标准 MPEG-21: 目标是为未来多媒体的应用提供一个完整的平台 15

16 MPEG 视频压缩利用各种冗余 空间方向用 JPEG 算法来去掉冗余 时间方向用移动补偿 (motion compensation) 算法来去掉冗余信息 16

17 帧间冗余是最大的冗余 17

18 MPEG1 2 中的三种图象帧 MPEG 专家组定义了三种图像 : 帧内图像 I(intrapictures) 预测图像 P(predicted pictures) 插补 ( 双向预测 ) 图像 B(bidirectionally interpolated) 18

19 视频序列的组成 19

20 帧内图像 I 的压缩编码算法 20

21 MPEG 2 Interlace/Progressive 21

22 MPEG2 DCT Coefficients Scan Frame mode Field mode 22

23 预测图像 P 的压缩编码算法 预测图像 P 使用两种类型的参数来表示 : 一种参数是当前要编码的图像宏块与参考图像的宏块之间的差值, 另一种参数是宏块的移动矢量 23

24 差值法 假设宏块 MPI 是参考宏块 MRJ 的最佳匹配块, 它们的差值就是这两个宏块中相应像素值之差 24

25 移动矢量算法原理 25

26 块匹配法 块匹配法 (Block Matching Algorithm) 需要解决两个关键问题 : 匹配准则 绝对值最小 均方误差最小 平均绝对帧差最小 搜索算法 穷举式搜索 三步搜索法 二维对数搜索法 orthogonal search 对偶搜索法 26

27 最佳匹配的原则 绝对值 AE(absolute difference) 最小 均方误差 MSE(mean-square error) 最小 平均绝对帧差 MAD(mean of the absolute frame difference) 最小 27 dx 和 dy 分别是参考宏块 MRJ 的移动矢量 d(dx, dy) 在 X 和 Y 方向上的矢量 ), ( ), ( i j x d y j d i g j i f AE ), ( ), ( I J i j y x J I d j d i g j i f MSN 2 2 ), ( ), ( 1 I i J j x d y j d i g j i f J I MAD

28 穷举式搜索 (Exhaustive Search) Simplest algorithm computationally most expensive 28

29 三步搜索法 (three-step search) based on a coarse-tofine approach with logarithmic decreasing in step size as shown The initial step size is half of the maximum motion displacement 29

30 二维对数搜索法 (2D-logarithmic search) 初始化步长 [d/4], 搜索 5 个点 若最小失真在中央或在边界则减步长 如果步长为 1 则搜索 8 个相邻点 例子中显示了两条不同搜索路径 30

31 orthogonal search algorithm (OSA) consists of pairs of horizontal and vertical steps with a logarithmic decreasing in step size and its initial step size is d/2. The search paths Starting from the horizontal searching step, three checking points in the horizontal direction are searched. The minimum checking point then becomes the center of the vertical searching step which also consists of three checking points. Then the step size decreases by half and using the same searching strategy. 31

32 对偶搜索法 (conjugate search) 1. Search in x direction 2. Search in y direction 3. Search in diagonal direction 32

33 Motion Estimation Block Based Motion Estimation Mesh Based Motion Estimation Time-domain Algorithms Frequency-domain Algorithms Matching Algorithms Gradient Based Algorithms Blockmatching Featurematching Pelrecursive Blockrecursive Phasecorrelati on (DFT) Matching in (DCT) domain Matching in wavelet domain 33

34 插补图像 B 的压缩编码算法 34

35 MPEG Video 典型流结构 两幅 B 位于两个参考图像间 每 15 帧插入一幅 I 35

36 MPEG-2 的配置和等级 36

37 MPEG-2 等级 (Main Profile, Main Level) 指 , 4:2:0,15 Mb/s (Main Profile, High Level) 指 :2:0 80 Mb/s 37

38 MPEG2 中常用 38

39 第三章多媒体数据压缩 3.1 无损数据压缩 3.2 音频数据的压缩标准 3.3 图像数据的压缩标准 3.4 视频数据的压缩标准 视频编解码简介 MPEG1 和 MPEG2 视频压缩 MPEG4 视频压缩 H H.265(HEVC) 39

40 经典编码方法 第一代 预测编码思想 : 根据数据的统计特性得到预测值, 然后传输图像像素与其预测值的差值信号, 使传输的码率降低, 达到压缩的目的 变换编码思想 : 由于数字图像像素间存在高度相关性, 因此可以进行某种变换来消除这种相关性 例如二维 DCT 变换 统计编码思想 : 根据信息码字出现概率的分布特征而进行压缩编码, 寻找概率与码字长度间的最优匹配 常用的统计编码有游程编码 Huffman 编码和算术编码三种 40

41 经典编码方法局限性 第一代压缩编码方案把视频序列按时间先后分为一系列帧, 每一帧图像又分成宏块以进行运动补偿和编码, 这种编码方案存在以下缺陷 : 将图像固定地分成相同大小的块, 在高压缩比的情况下会出现严重的块效应 ( 马赛克效应 ) 不能对图像内容进行访问 编辑和回放等操作 未充分利用人类视觉系统 (HVS,Human Visual System) 的特性 41

42 第二代 编码方法 第一代 编码技术以信息论和数字信号处理技术为理论基础, 旨在去除图像数据中的线性相关性 压缩比不高, 约在 10 1 左右 而 第二代 编码技术不局限于信息论的框架, 要充分利用人的视觉生理 心理和图像信源的各种特征, 实现从 波形 编码到 模型 编码的转变, 以便获得更高压缩比 其压缩比多在 30 1 至 70 1 之间 第二代 编码方法充分利用计算机图形学 计算机视觉 人工智能与模式识别等相关学科 编码方法主要有 : 基于分形的编码 基于模型的编码 基于区域分割的编码和基于神经网络的编码等 从当前发展情况来看, 第二代 编码方法仍处于深入研究的阶段 42

43 过渡编码技术 近年来, 出现了一类充分利用人类视觉特性的 多分辨率编码 方法, 如子带编码 塔形编码和基于小波变换的编码 这类方法使用不同类型的一维或二维线性数字滤波器, 对视频 ( 图像 ) 进行整体的分解, 然后根据人类视觉特性对不同频段的数据进行粗细不同的量化处理, 以达到更好的压缩效果 这类方法原理上仍属于线性处理, 属于 波形 编码, 可归入经典编码方法, 但它们又充分利用了人类视觉系统的特性, 因此可以被看作是 第一代 编码技术向 第二代 编码技术过渡的桥梁 43

44 MPEG-4 视频编码核心思想 MPEG-1 MPEG-2 H.261 H.263 都是第一代压缩编码技术,MPEG- 4 代表了基于模型 / 对象的第二代压缩编码技术, 充分利用了人眼视觉特性, 抓住了图像信息传输的本质, 从轮廓 纹理思路出发, 支持基于视觉内容的交互功能, 这适应了多媒体信息的应用由播放型转向基于内容的访问 检索及制作的发展趋势 AV 对象 (AVO,Audio Visual Object) 是 MPEG-4 为支持基于内容编码而提出的重要概念 对象是指在一个场景中能够访问和操纵的实体, 对象的划分可根据其独特的纹理 运动 形状 模型和高层语义为依据 在 MPEG-4 中所见的视音频已不再是过去 MPEG-1 MPEG-2 中图像帧的概念, 而是一个个视听场景 (AV 场景 ), 这些不同的 AV 场景由不同的 AV 对象组成 44

45 Block based & Obeject based A B C D 原始图像 基于宏块的 引起宏块方式中预测错误 基于对象的 45

46 MPEG 4 Structure and Syntax 46

47 MPEG-4 Versions Version 1: IS Face animation. Version 2: IS Extensions for 3D mesh coding. Body animation. Versions 3,4,5: In the making Fine grain scalability, studio profile, Animation Framework Extensions (Oct 2002) 47

48 MPEG-4 由一系列的子标准组成 part1 (ISO/IEC ): 系统 : 描述视频和音频的同步以及混合方式 (multiplexing) part2(iso/iec ): 视频 : 定义了对视觉信息的编解码器 part3(iso/iec ): 音频 : 定义了一个对各种音频信号进行编码的编解码器的集合 part4(iso/iec ): 一致性 : 定义了对本标准其他的部分进行一致性测试的程序 part5(iso/iec ): 参考软件 part6(iso/iec ): 多媒体传输集成框架 part7(iso/iec ): 优化的参考软件 part8(iso/iec ): 在 IP 网络上传输 : 定义了在 IP 网络上传输 MPEG-4 内容的方式 part9(iso/iec ): 参考硬件 part10(iso/iec ):AVC,ITU-T H.264 part12(iso/iec ): 基于 ISO 的媒体文件格式 part13(iso/iec ): 知识产权管理和保护 part14(iso/iec ):MPEG-4 文件格式 part15(iso/iec ):AVC 文件格式 part16(iso/iec ): 动画框架扩展 part17(iso/iec ): 同步文本字幕格式 ( 尚未完成 ) part18(iso/iec ): 字体压缩和流式传输 ( 针对公开字体格式 ) part20(iso/iec ): 简单场景表示 ( 尚未完成 ) part21(iso/iec ): 用于描绘 (Rendering) 的 MPEG-J 拓展 ( 尚未完成 ) 48

49 Audio Object 49

50 MPEG-4 Video Object Instead of frames : Video Object Planes Shape Adaptive DCT A video frame VOP Alpha map SA DCT Background VOP VOP 50

51 MPEG-4 Structure 51

52 Video Object Example Object 3 Object 1 Object 2 Object 4 52

53 Another Example 53

54 Object-based Shape Coding 54

55 Face Animation Facial animation parameters (FAPs) define a face 66 base level FAPs, 68 FAPs total 55

56 MPEG-4 Visual Coding Tools Coding of Natural Video Shape Coding Motion Coding Texture Coding Coding of Synthetic Video Object Mesh Coding Face Animation Still Texture Coding Bitstream Issues Scalable Video Coding Robust Video Coding 56

57 MPEG4 Status Microsoft, RealVideo, QuickTime,... But only recentagular frame based H.264 = MPEG-4 part 10 (2003) Shape coding? Synthetic scene? 57

58 视频压缩技术的许可收费价格 58

59 第三章多媒体数据压缩 3.1 无损数据压缩 3.2 音频数据的压缩标准 3.3 图像数据的压缩标准 3.4 视频数据的压缩标准 视频编解码简介 MPEG1 和 MPEG2 视频压缩 MPEG4 视频压缩 H H.265(HEVC) 59

60 H.264/MPEG-4 AVC H.264 是 ITU-T 以 H.26x 系列为名称命名的标准之一, 同时 AVC 是 ISO/IEC MPEG 一方的称呼 这个标准通常被称之为 H.264/AVC ( 或者 AVC/H.264 或者 H.264/MPEG-4 AVC or MPEG- 4/H.264 AVC) 而明确的说明它两方面的开发者 该标准最早来自于 ITU-T 的称之为 H.26L 的项目的开发 H.26L 这个名称虽然不太常见, 但是一直被使用着 有时候该标准也被称之为 "JVT 编解码器 ", 这是由于该标准是由 JVT 组织并开发的 ( 作为两个机构合作开发同一个标准的事情并非空前, 之前的视频编码标准 MPEG-2 也是由 MPEG 和 ITU-T 两方合作开发的 -- 因此 MPEG-2 在 ITU-T 的命名规范中被称之为 H.262) URL 60

61 H.264 的地位 61

62 H.264 与 MPEG-2/MPEG-4 比较 62

63 视频质量 MPEG-4 H264 AVC AVS MPEG kbps 流达到录像带质量, 1 Mbps 流达到 DVD 质量 主观 可接受的质量 1 Mbps 2 Mbps 63

64 Basic Macroblock Coding Structure Input Video Signal Split into Macroblocks 16x16 pixels - Decoder Coder Control Transform/ Scal./Quant. Scaling & Inv. Transform Control Data Quant. Transf. coeffs Entropy Coding Intra/Inter Intra-frame Prediction Motion- Compensation De-blocking Filter Output Video Signal Motion Estimation Motion Data 64

65 创新点 Motion Compensation 1/4 象素精度的运动估计 7 种大小不同的块进行匹配 前向与后向多参考帧 Intra-frame Prediction 包括 9 种 4 4 亮度块的预测 4 种 亮度块的预测和 4 种色度块的预测 De-blocking Filter 优秀的运动补偿滤波器 Transform/Scal./Quant. Entropy Coding 65

66 Motion Compensation Accuracy Input Video Signal Split into Macroblocks 16x16 pixels - Decoder Coder Control Transform/ Scal./Quant. Scaling & Inv. Transform Control Data Quant. Transf. coeffs Entropy Coding Intra/Inter Intra-frame Prediction Motion- Compensation Motion Estimation De-blocking 16x16 16x8 8x16 8x8 Filter MB Types Output1 2 3 Video 8x8 Signal 8x4 4x8 4x4 8x Types Motion Data Motion vector accuracy 1/4 (6-tap filter) 66

67 宏块大小 可以对不同大小和形状的宏块进行运动估计和补偿, 从而提高了对运动矢量估计的精度 67

68 高精度的运动估计策略 ½-pel pixel grid values are interpolated using a separable 6-tap filter ¼-pel pixel grid values are interpolated using the average of two ½-pel pixels 68

69 Intra Prediction Input Video Signal Split into Macroblocks 16x16 pixels - Decoder Intra/Inter Coder Control Transform/ Scal./Quant. Intra-frame Prediction Motion- Compensation Motion Estimation Scaling & Inv. Transform De-blocking Filter Directional spatial prediction (9 types for luma, 1 chroma) Control Data Q A B C D E F G H I a Quant. b c d J Transf. e f g coeffs h K i j k l L m n o p M N O P Output Video Signal 4 Entropy Coding 0 e.g., Mode 3: diagonal down/right Motion prediction Data a, f, k, p are predicted by (A + 2Q + I + 2) >>

70 帧内预测的本质 JPEG 中每个宏块都进行编码 相邻宏块之间通常具有很强的相关性 ( 空间冗余 ) 后编码的宏块若和已编码过的宏块相似, 则只需要记录预测值和实际值之间的差值 对宏块的编码从左上角开始 70

71 Transform Coding Input Video Signal 4x4 Decoder Split into Block Integer Transform Macroblocks x16 pixels H Coder Control Transform/ Scal./Quant. Main Profile: Adaptive Block Size Transform (8x4,4x8,8x8) Repeated transform of DC coeffs for 8x8 chroma and 16x16 Intra Intra/Inter luma blocks Intra-frame Prediction Motion- Compensation Motion Estimation Scaling & Inv. Transform De-blocking Filter Control Data Quant. Transf. coeffs Output Video Signal Motion Data Entropy Coding 71

72 整数变换和量化 Transform H.264/MPEG-4 AVC 使用整数 DCT4X4 变换 ; 而 MPEG-2 和 MPEG-4 使用浮点 DCT8X8 变换 更小块减少了块效应和明显的人工痕迹 整数系数消除了在 MPEG-2 和 MPEG-4 中进行浮点系数运算时导致的精度损失 Quantization 量化使用了 52 级步长的量化器, 而 H.263 标准只有 31 级 量化步长以 12.5% 递增, 量化步长范围的扩大使得编码器能够更灵活 精确地进行控制, 在比特率和图像质量之间达到折中 72

73 Multiple Reference Frames - Decoder Coder Control Transform/ Quantizer Deq./Inv. Transform Control Data Quant. Transf. coeffs Intra/Inter 0 Motion- Compensated Predictor Motion Estimator Multiple Reference Motion Frames for Data Motion Compensation Entropy Coding 73

74 Residual Coding - Decoder Coder Control Transform/ Quantizer Residual coding is based on 4x4 blocks Integer Transform Deq./Inv. Transform Control Data Quant. Transf. coeffs Intra/Inter 0 Motion- Compensated Predictor Entropy Coding Motion Estimator Motion Data 74

75 去块效应滤波器 (Deblocking filter) 滤波的目的是消除由于相邻宏块有不同的运动估计类型 ( 比如运动估计和内部估计 ) 或者不同的量化参数导致的人工痕迹 在块边界这种情况下, 过滤的目的是消除可能由于变换 / 量化和来自于相邻块运动矢量的差别引起的人工痕迹 环路滤波通过一个内容自适应的非线性算法修改在宏块 / 块边界的同一边的两个像素 75

76 Entropy Coding Input Video Signal Split into Macroblocks 16x16 pixels - Decoder Coder Control Transform/ Scal./Quant. Inv. Scal. & Transform Control Data Quant. Transf. coeffs Entropy Coding Intra/Inter Intra-frame Prediction Motion- Compensation De-blocking Filter Output Video Signal Motion Estimation Motion Data 76

77 熵编码的改进 VLC(Variable Length Coding) Huffman Coding Golomb Coding CAVLC Context-Adaptive Variable Length Coding CABAC Context-Adaptive Binary Arithmetic Coding 77

78 Context-Adaptive In H.264, all symbols are encoded in a context, and the probabilities of each symbol adapt to the context in which they are coded. 例如, 在英文中字母 u 出现的概率是 3%, 但是当前一个字母是 q 的时候, u 出现的概率几乎是 100% H.264 and AIC use several contexts. The probability of a DCT coefficient being 0 is greater for coefficients in the lower right corner of the 8x8 coefficient matrix as for coefficients in the upper left corner. CAVLC 与 CABAC 根据相临块的情况进行当前块的编码 CABAC 比 CAVLC 压缩效率高, 但要复杂一些 78

79 Golomb-Rice Coding 规则 : 商 +1+ 余数 首先将需要编码的正数除以给定参数 ( 例中为 4) 商表示 0 的个数 余数需要的位长由参数决定 (4 对应长度 2bit) 商和余数之间插入 1 作为停止位 79

80 exponential Golomb codes 规则 : 指数 +1+( 余数 +1) 首先将需要编码的正数表示为给定参数 ( 例中为 2) 的幂形式 : 如 0=2 0 +0, 1=2 0 +1, 2=2 0 +1, 3= 指数用来表示 0 的个数 余数 +1 表示为二进制数 指数和余数之间插入 1 作为停止位 80

81 编码原理回顾 对 H.264 来说, 整个运算量在各部分的分配如下 : 帧间预测和帧内预测占 60%~70%, 整数变换约占 10%, 纠错编码约占 20%, 环路滤波的 10% 81

82 小结 :H.264 优点 运动估计 ( 时间冗余 ) 1/4 象素精度的运动估计 7 种大小不同的块进行匹配 前向与后向多个参考帧 帧内预测 ( 空间冗余 ) 去除相临块之间的相关性 去块效应滤波器, 对块的边界进行滤波 空间域到频率域的变换 DCT->4 4 整数变换 52 级步长的量化器, 量化步长以 12.5% 递增 熵编码 CAVLC/CABAC 82

83 PSNR(Peak signal-to-noise ratio) SNR db ( 6.02N 1.76) db 通常用峰值信噪比来衡量编码后图像或视频的质量 Here, MAXI is the maximum pixel value of the image. When the pixels are represented using 8 bits per sample, this is 255. More generally, when samples are represented using linear PCM with B bits per sample, MAXI is 2B 1. 83

84 H.264 编码效果 Quality Y-PSNR [db] Foreman QCIF 10Hz JVT/H.264/AVC MPEG-4 MPEG-2 H Bit-rate [kbit/s] 84

85 H.264 编码效果 Quality Y-PSNR [db] Tempete CIF 30Hz JVT/H.264/AVC MPEG-4 MPEG-2 H Bit-rate [kbit/s] 85

86 Profile Level Bit Rate Frame Rate (Format) VC-1 Simple Low 96 Kbps 176 x 15 Hz (QCIF) Medium 384 Kbps 240 x 30 Hz 352 x 15 Hz (CIF) Main Low 2 Mbps 320 x 24 Hz (QVGA) Medium 10 Mbps 720 x 30 Hz (480p) 720 x 25 Hz (576p) High 20 Mbps 1920 x 30 Hz (1080p)* Advanced L0 2 Mbps 352 x 30 Hz (CIF) L1 10 Mbps 720 x 30 Hz (NTSC-SD) 720 x 25 Hz (PAL-SD) L2 20 Mbps 720 x 60 Hz (480p) 1280 x 30 Hz (720p) L3 45 Mbps 1920 x 24 Hz (1080p)* 1920 x 30 Hz (1080i) 1280 x 60 Hz (720p) L4 135 Mbps 1920 x 60 Hz (1080p)* 2048 x 24 Hz 86

87 第三章多媒体数据压缩 3.1 无损数据压缩 3.2 音频数据的压缩标准 3.3 图像数据的压缩标准 3.4 视频数据的压缩标准 视频编解码简介 MPEG1 和 MPEG2 视频压缩 MPEG4 视频压缩 H H.265(HEVC) 87

88 HEVC(H.265) 产生的背景 :4K 时代来临 UHDTV (Ultra high definition television) 依据 NHK 人类视觉系统测试制作的最佳观看距离与屏幕尺寸及分辨率关系图

89 HEVC(H.265) 产生的背景 :4K 时代来临 H.264 在处理巨幅画面时的问题 89 目标 : 在 H.264 标准 2~4 倍的复杂度基础上, 将压缩效率提升一倍以上 宏块个数的爆发式增长, 会导致用于编码宏块的预测模式 运动矢量 参考帧索引和量化级等宏块级参数信息所占用的码字过多, 用于编码残差部分的码字明显减少 由于分辨率的大大增加, 单个宏块所表示的图像内容的信息大大减少, 这将导致相邻的 4 x 4 或 8 x 8 块变换后的低频系数相似程度也大大提高, 导致出现大量的冗余 由于分辨率的大大增加, 表示同一个运动的运动矢量的幅值将大大增加,H.264 中采用一个运动矢量预测值, 对运动矢量差编码使用的是哥伦布指数编码, 该编码方式的特点是数值越小使用的比特数越少 因此, 随着运动矢量幅值的大幅增加,H.264 中用来对运动矢量进行预测以及编码的方法压缩率将逐渐降低 H.264 的一些关键算法如 CAVLC 和 CABAC 两种熵编码方法 deblock 滤波等都要求串行编码, 并行度比较低

90 在 H.264 十年之后 HEVC encoders can achieve equivalent subjective reproduction quality as encoders that conform to H.264/MPEG-4 AVC when using approximately 50% less bit rate on average. Comparison of the Coding Efficiency of Video Coding Standards Including High Efficiency Video Coding (HEVC) IEEE Transactions on Circuit and System for Video Technology, vol. 22, N0. 12, Dec 2012 Overall the complexity of HEVC decoders does not appear to be significantly different from that of H.264/AVC decoders. HEVC encoders are expected to be several times more complex than H.264/AVC encoders, and a subject of research in years to come. HEVC Complexity and Implementation Analysis IEEE Transactions on Circuit and System for Video Technology, vol. 22, N0. 12, Dec 2012

91 HEVC 的性能 MP: Main Profile HP: High Profile ASP: Advanced Simple Profile HLP: High Latency Profile Comparison of the Coding Efficiency of Video Coding Standards Including High Efficiency Video Coding (HEVC), 91 IEEE Transactions on Circuit and System for Video Technology, vol. 22, N0. 12, Dec 2012

92 H.264 编码器框架 Input Video Signal Split into Macroblocks 16x16 pixels - Decoder Coder Control Transform/ Scal./Quant. Scaling & Inv. Transform Control Data Quant. Transf. coeffs Entropy Coding Intra/Inter Intra-frame Prediction Motion- Compensation De-blocking Filter Output Video Signal Motion Estimation Motion Data

93 HEVC(H.265) 编码器框架 HEVC 的编码分层沿用了 H.261 以来的混合模式 灵活的编码结构 采样点自适应偏移 (Sample Adaptive Offset) Overview of the High Efficiency Video Coding (HEVC) Standard IEEE Transactions on Circuit and System for Video Technology, vol. 22, N0. 12, Dec 2012

94 灵活的编码块结构 Detail of 4k2k sequence Traffic showing the coding block (white) and nested transform block (red) structure resulting from recursive quadtree partitioning.

95 Quadtree-based coding structure 块的大小从 H.264 的 16x16 扩展到了 64x64 A treeblock can be further split into smaller blocks recursively, which leads to a quadtree based partition. As shown in Fig, N0 is a treeblock. It splits incrementally into N10 to N33 and generates a quadtree. Each leaf (e.g., N13, N20, N32) of the quadtree is referred to as a coding node, called a CU.

96 灵活的编码结构 CU PU TU 的清晰分离 In contrast to the fixed size macroblock structure of H.264/AVC, HEVC defines three different units according to their functionalities. 同时, 采用了更加灵活的编码结构来提高编码效率, 包括编码单元 (CU, Coding Unit) 预测单元 (PU, Predict Unit) 和变换单元 (TU, Transform Unit) 其中编码单元类似于 H.264/AVC 中的宏块的概念, 用于编码的过程, 预测单元是进行预测的基本单元, 变换单元是进行变换和量化的基本单元 这三个单元的分离, 使得变换 预测和编码各个处理环节更加灵活, 也有利于各环节的划分更加符合视频图像的纹理特征, 有利于各个单元更优化的完成各自的功能 Block Partitioning Structure in the HEVC Standard IEEE Transactions on Circuit and System for Video Technology, vol. 22, N0. 12, Dec 2012

97 Coding Tree Unit Picture Slice CTU CU A slice contains an integer multiple of CTU, which is an analogous term to the macroblock in H.264/AVC. Inside a slice, a raster scan method is used for processing the CTU. 四叉树结构 quadtree structure Block Partitioning Structure in the HEVC Standard IEEE Transactions on Circuit and System for Video Technology, vol. 22, N0. 12, Dec 2012

98 Prediction Unit 一个编码块 CU 可以分割 1 或 2 或 4 个预测块 PU 与 H.264 类似, 提供三种分割模式 Skip mode Intra mode Inter mode 但支持非对称的 PU 分割

99 Transform Unit 与 PU 类似一个 CU 可分割为 1 个或多个 TU H.264 支持 4 4 和 8 8 的 TU 帧间预测时只要有块小于 8 8 就全部采用 4 4 H.265 对于帧间编码, 变换块的大小根据运动补偿块的大小进行自适应的调整 对于帧内编码, 变换块的大小根据帧内预测残差的特性进行自适应的调整 RQT(Residual Quad-tree Transform) 99

100 CU 和 PU 的关系 一个 CU 可能同时包含有高细节 ( 高频 ) 部分和低细节 ( 低频 ) 部分, 因此 CU 直接用于变换处理不合适 H.265 中允许将 CU 分割为 TU,TU 和 PU 并不需要对齐 H.264 中 TU 大小为 4 4 或 8 8,TU 是小于 PU 的 CUs in red have RQT transform tree of depth 1 (i.e. each TU spans more than 1 PU). CUs in blue and green have RQT transform tree of depths 2 and 3 respectively.

101 AVS AVS 是由我国自主制定的音 / 视频编码技术标准, 主 要面向高清晰度电视 高密度光存储媒体等应用 AVS 标准以 AVC 框架为基础, 强调自主知识产权, 同时充分考虑了实现的复杂度 相对于 H.264, AVS 的主要特点有 : 的整数变换与 64 级量化 ; 2. 亮度和色度帧内预测都是以 8 8 块为单位, 亮度块采用 5 种预测模式, 色度块采用 4 种预测模式 ; 和 种块模式的运动补偿 ; 4. 在 1/4 象素运动估计方面, 采用不同的四抽头滤波器进行半象素插值和 1/4 象素插值 ; 5. P 帧可以利用最多 2 帧的前向参考帧, 而 B 帧采用前后各一个参考帧

102 小结 (1) 视频编解码器 MPEG 系列标准 MPEG1/2 中空间冗余和时间冗余的消除 MPEG4 中 Audio Visual Object H.264 采用的新技术 运动估计 / 帧内预测 / 去块效应滤波器 / 整数变换 / 熵编码 H.265 的改进 块的大小从 H.264 的 16x16 扩展到了 64x64 灵活的四叉树块编码结构

103 小结 (2) H.261/H.262/H.263/H.263+/H.263++/H.26L/H.264/H.265 MPEG1/MPEG2/MPEG4/MPEG7/MPEG21 DivX/WMV/RealVideo/Sorenson 3/Indeo Video I/P/B Frame Progressive/Interlace/Frame mode/field mode GOP/Picture/Slice/MacroBlock/Block Exhaustive/three-step/2Dlogarithmic/Orthogonal/conjugate Search AVO/Shape Coding/Face Animation Motion Compensation/Intra Prediction/Integer Transform/Deblocking filter/vlc/cavlc/cabac

104 Multimedia compression formats Video compression formats ISO/IEC: MPEG-1 MPEG-2 MPEG-4 MPEG-4/AVC ITU-T: H.261 H.262 H.263 H.264 SMPTE: VC-1 Others: VP7 RealVideo WMV Indeo MJPEG Theora Dirac Audio compression formats ISO/IEC MPEG: MPEG-1 Layer III (known as MP3) MPEG-1 Layer II AAC HE-AAC ITU-T: G.711 G.722 G G G.723 G G.726 G.729 G.729a Others: FLAC ilbc RealAudio WMA Speex Vorbis ATRAC3 AC3 AIFF Image compression formats ISO/IEC/ITU-T: JPEG JPEG 2000 JPEG-LS JBIG JBIG2 Others: GIF PNG TIFF PCX TGA BMP WMP ILBM Media container formats AU AVI ASF WAV MP4 Ogg Ogg Media Matroska QuickTime RealMedia 3GP

105

MPEG AVS AV AVS:JVT AVS

MPEG AVS AV AVS:JVT AVS AVS 2003 7 30 MPEG AVS AV AVS:JVT AVS HPA Customer site A HPA Customer site B Harmonic Enterprise 1 Customer site C / (MPEG, H26x, AVS) (ISMA) DVB DVD (S/C/T) (TCP/IP) MPEG MPEG VCD: MPEG-1(ISO/IEC 11172)

More information

多媒体通信 Multimedia Communications 第 2 章多媒体数据压缩国际标准关于视频的压缩标准俞能海陈晓辉 2014 年 10 月 14 日

多媒体通信 Multimedia Communications 第 2 章多媒体数据压缩国际标准关于视频的压缩标准俞能海陈晓辉 2014 年 10 月 14 日 多媒体通信 Multimedia Communications 第 2 章多媒体数据压缩国际标准关于视频的压缩标准俞能海陈晓辉 2014 年 10 月 14 日 20 年来图像和视频压缩标准的进展 图像 JPEG, 1992 JPEG-LS, 1998 JPEG 2000, 2000 JPEG XR, 2009 视频 H.261, 1988 MPEG-1, 1993 MPEG-2/H.262, 1996

More information

Microsoft PowerPoint - hybrid_video_coding_01.ppt

Microsoft PowerPoint - hybrid_video_coding_01.ppt Hbrid Video Coding Principle of Hbrid Video Coding Motion-Compensated Prediction Bit Allocation Motion Models Motion Estimation Efficienc of Hbrid Video Coding Thomas Wiegand: Digital Image Communication

More information

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I 2004 5 IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I Abstract The techniques of digital video processing, transferring

More information

截至 2012 年 4 月份,JCT-VC 联合工作组已经召开了第八次会议, 并于 2012 年 2 月 17 日发布 了第一版内部草稿 High efficiency video coding (HEVC) text specification draft 6, 计划 2012 年 7 月发布第一

截至 2012 年 4 月份,JCT-VC 联合工作组已经召开了第八次会议, 并于 2012 年 2 月 17 日发布 了第一版内部草稿 High efficiency video coding (HEVC) text specification draft 6, 计划 2012 年 7 月发布第一 解读下一代视频压缩标准 HEVC(H.265) 文 / 华为企业业务 BG UC&C 产品线智真产品部 李军华 王浦林 摘要 : 在数字视频应用产业链的快速发展中, 面对视频应用不断向高清晰度 高帧率 高压缩率方向发展的趋势, 当前主流的视频压缩标准协议 H.264(AVC) 的局限性不断凸显 同时, 面向更高清晰度 更高帧率 更高压缩率视频应用的 HEVC(H.265) 协议标准应运而生 本文重点分析了下一代视频压缩协议标准

More information

03 最 新 計 算 機 概 論 3-1 文 字 表 示 法 (multimedia) (text) (image) (audio) (video) (text) (bit pattern) 01010101 11111111 ASCII (American Standard Code for In

03 最 新 計 算 機 概 論 3-1 文 字 表 示 法 (multimedia) (text) (image) (audio) (video) (text) (bit pattern) 01010101 11111111 ASCII (American Standard Code for In 03 最 新 計 算 機 概 論 3-1 3-2 3-3 3-4 3-5 3-6 03 最 新 計 算 機 概 論 3-1 文 字 表 示 法 (multimedia) (text) (image) (audio) (video) (text) (bit pattern) 01010101 11111111 ASCII (American Standard Code for Information

More information

(Pattern Recognition) 1 1. CCD

(Pattern Recognition) 1 1. CCD ********************************* ********************************* (Pattern Recognition) 1 1. CCD 2. 3. 4. 1 ABSTRACT KeywordsMachine Vision, Real Time Inspection, Image Processing The purpose of this

More information

Microsoft PowerPoint - Aqua-Sim.pptx

Microsoft PowerPoint - Aqua-Sim.pptx Peng Xie, Zhong Zhou, Zheng Peng, Hai Yan, Tiansi Hu, Jun-Hong Cui, Zhijie Shi, Yunsi Fei, Shengli Zhou Underwater Sensor Network Lab 1 Outline Motivations System Overview Aqua-Sim Components Experimental

More information

2/80 2

2/80 2 2/80 2 3/80 3 DSP2400 is a high performance Digital Signal Processor (DSP) designed and developed by author s laboratory. It is designed for multimedia and wireless application. To develop application

More information

第 3 章 数 据 在 计 算 机 中 的 表 示 43 在 进 位 计 数 制 中 有 数 码 数 位 ( 位 置 ) 基 数 和 位 权 等 用 语 数 码 是 在 一 个 计 数 制 中 用 来 表 示 数 值 的 符 号 ; 数 位 是 指 数 码 在 一 个 数 中 所 处 的 位 置 ;

第 3 章 数 据 在 计 算 机 中 的 表 示 43 在 进 位 计 数 制 中 有 数 码 数 位 ( 位 置 ) 基 数 和 位 权 等 用 语 数 码 是 在 一 个 计 数 制 中 用 来 表 示 数 值 的 符 号 ; 数 位 是 指 数 码 在 一 个 数 中 所 处 的 位 置 ; 第 3 章 数 据 在 计 算 机 中 的 表 示 3.1 数 据 与 数 制 计 算 机 中 使 用 的 数 据 一 般 可 以 分 为 两 大 类 : 数 值 数 据 和 字 符 数 据 数 值 数 据 常 用 于 表 示 数 的 大 小 与 正 负 ; 字 符 数 据 则 用 于 表 示 非 数 值 的 信 息, 例 如 : 英 文 汉 字 图 形 和 语 音 等 数 据 数 据 在 计 算

More information

JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 5 Oct /35 TU3521 P315.

JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 5 Oct /35 TU3521 P315. 31 5 2011 10 JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 5 Oct. 2011 1000-1301 2011 05-0075 - 09 510405 1 /35 TU3521 P315. 8 A Earthquake simulation shaking table test and analysis

More information

前 言 版 权 2014 Vivitek Corporation. 是 Vivitek Corporation 的 商 标 其 他 商 标 是 其 各 自 所 有 者 的 资 产 值 重 量 和 尺 寸 等 均 为 近 似 值 规 格 如 有 变 更, 恕 不 另 行 通 知 免 责 声 明 本 文

前 言 版 权 2014 Vivitek Corporation. 是 Vivitek Corporation 的 商 标 其 他 商 标 是 其 各 自 所 有 者 的 资 产 值 重 量 和 尺 寸 等 均 为 近 似 值 规 格 如 有 变 更, 恕 不 另 行 通 知 免 责 声 明 本 文 前 言 版 权 2014 Vivitek Corporation. 是 Vivitek Corporation 的 商 标 其 他 商 标 是 其 各 自 所 有 者 的 资 产 值 重 量 和 尺 寸 等 均 为 近 似 值 规 格 如 有 变 更, 恕 不 另 行 通 知 免 责 声 明 本 文 档 中 的 信 息 如 有 变 更, 恕 不 另 行 通 知 制 造 商 对 于 本 文 档 中 的

More information

一种新的16比特位宽4×4整数变换和量化方法

一种新的16比特位宽4×4整数变换和量化方法 Audio Video coding Standard (AVS) Technology and Opportunity Prof. YU, Lu ( ) Zhejiang University Institute of Information and Communication Engineering yul@zju.edu.cn June 5. 2004 1 Outline Why target

More information

Outline Speech Signals Processing Dual-Tone Multifrequency Signal Detection 云南大学滇池学院课程 : 数字信号处理 Applications of Digital Signal Processing 2

Outline Speech Signals Processing Dual-Tone Multifrequency Signal Detection 云南大学滇池学院课程 : 数字信号处理 Applications of Digital Signal Processing 2 CHAPTER 10 Applications of Digital Signal Processing Wang Weilian wlwang@ynu.edu.cn School of Information Science and Technology Yunnan University Outline Speech Signals Processing Dual-Tone Multifrequency

More information

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d WeChat Search Visual Identity Guidelines WEDESIGN 2018. 04 Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies

More information

前 言 版 权 2012 Vivitek Corporation. 是 Vivitek Corporation 的 商 标 其 他 商 标 是 其 各 自 所 有 者 的 资 产 值 重 量 和 尺 寸 等 均 为 近 似 值 规 格 如 有 变 更, 恕 不 另 行 通 知 免 责 声 明 本 文

前 言 版 权 2012 Vivitek Corporation. 是 Vivitek Corporation 的 商 标 其 他 商 标 是 其 各 自 所 有 者 的 资 产 值 重 量 和 尺 寸 等 均 为 近 似 值 规 格 如 有 变 更, 恕 不 另 行 通 知 免 责 声 明 本 文 前 言 版 权 2012 Vivitek Corporation. 是 Vivitek Corporation 的 商 标 其 他 商 标 是 其 各 自 所 有 者 的 资 产 值 重 量 和 尺 寸 等 均 为 近 似 值 规 格 如 有 变 更, 恕 不 另 行 通 知 免 责 声 明 本 文 档 中 的 信 息 如 有 变 更, 恕 不 另 行 通 知 制 造 商 对 于 本 文 档 中 的

More information

NAC-300 user manual

NAC-300 user manual NAC-300N/ NAC-300P - 1 - NAC-300N/ NAC-300P ( 1.0.0) 2006 2006 1 27-2 - - 3 - NAC-300... 6 1.1... 6 1.2... 7 1.3... 8 1.4... 9 NAC-300... 10 2.1 NAC-300...10 2.2 NAC-300...12 NAC-300... 14 3.1...14 3.2

More information

72-P5986K-980B1

72-P5986K-980B1 ....64....65................ ............... 5cm (2.0") 10cm (4.0") 10cm (4.0") 5cm (2.0") ALL ALL ALL ALL ALL ALL 1 2 3 4 5 6 COMPONENT VIDEO IN S-VIDEO IN V (Pr/Cr) AUDIO OUT U (Pb/Cb) VIDEO IN Y COMPONENT

More information

OK dvp5990k_93_cs.indd :41:08

OK dvp5990k_93_cs.indd :41:08 56......... dvp5990k_93_cs.indd 56 2008-3-25 16:41:08 57............ OK............ dvp5990k_93_cs.indd 57 2008-3-25 16:41:08 58 dvp5990k_93_cs.indd 58 2008-3-25 16:41:09 DVD 1 2 3 4 5 6 7 8 9 a 1 f u

More information

****************************************************** Fundamentals of TV Tracking ****************************************************** ( ),,, :,,,,,, 1998 9 ( ISBN 7-118-01911-9),,, 1999 5 20 Email:

More information

AVS与MPEG视频编码标准的比较

AVS与MPEG视频编码标准的比较 我视频编码国家标准 AVS 与国际标准 MPEG 的比较 数字音视频编解码技术标准工作组黄铁军 本文从技术角度对 MPEG-2 的视频标准 MPEG-4 AVC/H.264 和 AVS 视频 (GB/T 200090.2) 三个视频标准进行对比, 包括技术方案 主观测试 客观测试 复杂度等四个方面 一 技术对比 AVS 视频与 MPEG 标准都采用混合编码框架 ( 见图 1), 包括变换 量化 熵编码

More information

Microsoft Word - scribe_1_.doc

Microsoft Word - scribe_1_.doc Making Faces 2005/06/08 R93922063 陳 坤 毅 R93922087 莊 曜 誠 R93922105 王 博 民 3D acquisition for faces: 如 何 取 得 臉 的 3D model? 方 法 1: ( 經 費 足 夠 時 ) 使 用 Cyberware scanner. ( 可 對 臉 部 scan 亦 可 對 全 身 scan) 方 法 如

More information

PowerPoint Presentation

PowerPoint Presentation Decision analysis 量化決策分析方法專論 2011/5/26 1 Problem formulation- states of nature In the decision analysis, decision alternatives are referred to as chance events. The possible outcomes for a chance event

More information

ÿþ

ÿþ 100 15 http://www.cyberlink.com 886-2-8667-1298 886-2-8667-1385 Copyright (C) 2014 CyberLink Corporation. All rights reserved. ...1...1...1...3...3...3...4...4...7...7...8...9...9...10...12...13...14...17...17...18...19...21...21

More information

認 識 聲 音 的 原 理 人 們 靠 耳 朵 聽 到 外 在 聲 音 Jingo C. Liao 廖 正 宏 P 3 認 識 聲 音 的 原 理 聲 音 是 如 何 產 生 的? 聲 音 的 產 生 起 因 於 物 體 振 動 鼓 聲 由 鼓 面 振

認 識 聲 音 的 原 理 人 們 靠 耳 朵 聽 到 外 在 聲 音 Jingo C. Liao 廖 正 宏 P 3 認 識 聲 音 的 原 理 聲 音 是 如 何 產 生 的? 聲 音 的 產 生 起 因 於 物 體 振 動 鼓 聲 由 鼓 面 振 第 十 四 章 多 媒 體 : 聲 音 Reporter : Jingo C. Liao 廖 正 宏 E-mail : jingo@mail.tku.edu.tw 章 節 列 表 1. 認 識 聲 音 的 原 理 2. 認 識 聲 音 的 形 式 3. Jingo C. Liao 廖 正 宏 P 2 1 認 識 聲 音 的 原 理 人 們 靠 耳 朵

More information

Microsoft PowerPoint - STU_EC_Ch02.ppt

Microsoft PowerPoint - STU_EC_Ch02.ppt 樹德科技大學資訊工程系 Chapter 2: Number Systems Operations and Codes Shi-Huang Chen Sept. 2010 1 Chapter Outline 2.1 Decimal Numbers 2.2 Binary Numbers 2.3 Decimal-to-Binary Conversion 2.4 Binary Arithmetic 2.5

More information

MAN- Metropolitan Area Network Resilient Packet Ring a : 5GHz 54Mbps b : 2.4GHz 11Mbps c : MAC Bridge 802.1D 80

MAN- Metropolitan Area Network Resilient Packet Ring a : 5GHz 54Mbps b : 2.4GHz 11Mbps c : MAC Bridge 802.1D 80 IEEE 802.11a s0323516@ncnu.edu.tw 1 (WLAN) [1] 1963 IEEE Institute Of Electrical and Electronics Engineers LAN MAN-Metropolitan Area Network IEEE 802 IEEE 802 Working Group 802.11 IEEE 802 802.1 LAN MAN

More information

V6800/V6600 3D

V6800/V6600 3D V6800/V6600 3D V6600/V6800 3D R 2000 2 3 4 5 R 6 7 8 The VIP (Video Interface Port) Connector are used for third party add-on modules, such as video capture cards or television tuners. DDR: Double Data

More information

r_09hr_practical_guide_kor.pdf

r_09hr_practical_guide_kor.pdf PRACTICAL GUIDE TO THE EDIROL R-09HR 3 4 PRACTICAL GUIDE TO THE EDIROL R-09HR 5 Situation 1 6 1 2 3 PRACTICAL GUIDE TO THE EDIROL R-09HR WAV MP3 WAV 24 bit/96 khz WAV 16 bit/44.1 khz MP3 128 kbps/44.1

More information

Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx

Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx ENSC 427 Communication Networks Spring 2016 Group #2 Project URL: http://www.sfu.ca/~rkieu/ensc427_project.html Amer, Zargham 301149920 Kieu, Ritchie 301149668 Xiao, Lei 301133381 1 Roadmap Introduction

More information

OSI OSI 15% 20% OSI OSI ISO International Standard Organization 1984 OSI Open-data System Interface Reference Model OSI OSI OSI OSI ISO Prototype Prot

OSI OSI 15% 20% OSI OSI ISO International Standard Organization 1984 OSI Open-data System Interface Reference Model OSI OSI OSI OSI ISO Prototype Prot OSI OSI OSI 15% 20% OSI OSI ISO International Standard Organization 1984 OSI Open-data System Interface Reference Model OSI OSI OSI OSI ISO Prototype Protocol OSI OSI OSI OSI OSI O S I 2-1 Application

More information

IEC 传输帧格式

IEC 传输帧格式 IEC 60870-5-1 GB GB/T XXXXX XXXX idt IEC 60870-5-1:1990 Telecontrol Equipment and Systems Part 5:Transmission Protocol Section 1: Transmission frame formats ( ) 1998.6.28 2000.2.10 2000.5.7 200x-xx-xx

More information

OK dvp3266k_93_cs.indd :43:44

OK dvp3266k_93_cs.indd :43:44 52........... dvp3266k_93_cs.indd 52 2008-3-27 9:43:43 53............... OK.................. dvp3266k_93_cs.indd 53 2008-3-27 9:43:44 54 dvp3266k_93_cs.indd 54 2008-3-27 9:43:44 DVD 8 9 10 a sdbn f plpuseu

More information

12-2 プレート境界深部すべりに係る諸現象の全体像

12-2 プレート境界深部すべりに係る諸現象の全体像 - 452 - - 453 - - 454 - - 455 - - 456 - Table 1 Comparison of phenomena associated with slip event at deep portion along the plate interface. - 457 - ECMJMA LFE 3 8 29 31 3 2-16Hz ECM Fig.1 Comparison

More information

Microsoft Word - 2010第11期_总167期__0.3.doc

Microsoft Word - 2010第11期_总167期__0.3.doc 利 用 DLNA/UPnP 提 供 融 合 的 数 字 家 庭 生 活 王 劲 松 摘 要 : 本 文 介 绍 了 一 个 综 合 的 数 字 家 庭 应 用 场 景, 涉 及 通 信 计 算 机 和 广 播 电 视 行 业, 并 由 此 引 出 DLNA/UPnP 对 数 字 家 庭 生 活 的 支 持 DLNA/UPnP 协 议 是 构 建 在 IP 协 议 之 上, 并 完 成 家 庭 网 络

More information

PowerPoint 演示文稿

PowerPoint 演示文稿 数 字 视 频 编 解 码 技 术 国 家 工 程 实 验 室 数 字 视 频 编 解 码 技 术 国 家 工 程 实 验 室 是 国 家 发 展 改 革 委 员 会 批 准 教 育 部 领 导 依 托 北 京 大 学 建 设 的 国 家 级 研 究 开 发 基 地, 主 要 从 事 视 频 编 解 码 和 智 能 处 理 技 术 研 究, 在 科 研 标 准 化 和 工 程 化 研 究 取 得 重

More information

coverage2.ppt

coverage2.ppt Satellite Tool Kit STK/Coverage STK 82 0715 010-68745117 1 Coverage Definition Figure of Merit 2 STK Basic Grid Assets Interval Description 3 Grid Global Latitude Bounds Longitude Lines Custom Regions

More information

百色人才网事业单位百色市中级人民法院2013年招聘人员工作公告招聘

百色人才网事业单位百色市中级人民法院2013年招聘人员工作公告招聘 百 色 人 才 网 事 业 单 位 百 色 市 中 级 人 民 法 院 2013 年 招 聘 人 员 工 作 公 告 招 聘 www.hwpyp.com http://www.hwpyp.com 百 色 人 才 网 事 业 单 位 百 色 市 中 级 人 民 法 院 2013 年 招 聘 人 员 工 作 公 告 招 聘 经 市 政 府 许 诺, 为 进 一 步 运 用 社 会 优 良 人 力 资 源

More information

Nero 手册 <应用程序>

Nero 手册 <应用程序> Nero Burning ROM 手 册 Nero AG 版 权 和 商 标 信 息 Nero Burning ROM 手 册 及 其 所 有 内 容 受 版 权 保 护 并 且 归 Nero AG 所 有 保 留 所 有 权 利 本 手 册 包 含 受 国 际 有 效 版 权 保 护 的 材 料 未 经 Nero AG 明 确 书 面 许 可, 不 得 复 制 传 播 或 转 录 本 手 册 的

More information

Research for RS encoding and decoding technology in the Digital Television Terrestrial Broadcasting System 2006 厦门大学博硕士论文摘要库

Research for RS encoding and decoding technology in the Digital Television Terrestrial Broadcasting System 2006 厦门大学博硕士论文摘要库 Research for RS encoding and decoding technology in the Digital Television Terrestrial Broadcasting System 2006 DMB-T RS DMB-T DMB-T RS(208,188) RS BM RS : 1 RS RS RS FPGA RS 2 RS 3 BM 4 matlab RS RS

More information

Microsoft PowerPoint - talk8.ppt

Microsoft PowerPoint - talk8.ppt Adaptive Playout Scheduling Using Time-scale Modification Yi Liang, Nikolaus Färber Bernd Girod, Balaji Prabhakar Outline QoS concerns and tradeoffs Jitter adaptation as a playout scheduling scheme Packet

More information

4 65 M = C p + f 1 C p f Sobel 1 C p f n C n 1 1 C n = B q n whn B n n w h q n F Q 13 7 F Q = a 1 C n + a 2 a 3 q 3 a 1 a 2 a

4 65 M = C p + f 1 C p f Sobel 1 C p f n C n 1 1 C n = B q n whn B n n w h q n F Q 13 7 F Q = a 1 C n + a 2 a 3 q 3 a 1 a 2 a 40 4 Journal of South China University of Technology Vol 40 No 4 2012 4 Natural Science Edition April 2012 1000-565X201204-0064-07 * 310027 LIVE Video Quality Database 0 8013 0 7861 10 TN919 8 doi10 3969

More information

(baking powder) 1 ( ) ( ) 1 10g g (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal D

(baking powder) 1 ( ) ( ) 1 10g g (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal D ( ) 4 1 1 1 145 1 110 1 (baking powder) 1 ( ) ( ) 1 10g 1 1 2.5g 1 1 1 1 60 10 (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal Design 1. 60 120 2. 3. 40 10

More information

(Microsoft Word - \275\327\244\345\244\272\256ev3.doc)

(Microsoft Word - \275\327\244\345\244\272\256ev3.doc) 國立交通大學 電子工程學系電子研究所碩士班 碩士論文 H.264 編碼器及其可調適延伸版解碼器之加速和 TI DSP 系統平台之實現 Acceleration and Implementation of H.264 Encoder and Scalable Extension of H.264 Decoder on TI DSP Platform 研究生 : 鄭凱庭 指導教授 : 杭學鳴 博士 中華民國九十六年六月

More information

SA054 Chinese user manual

SA054 Chinese user manual SA05404K SA05408K SA0546K Philips Philips Philips www.philips.com/welcome www.philips.com/welcome ii 3 2 6 2. 6 2.2 6 3 7 3. 7 3.2 8 3.3 8 3.4 9 3.4. USB 9 3.4.2 9 3.5 0 3.6 0 3.6. 0 3.6.2 0 3.6.3 0 4

More information

dvp3258_93_cs.indd :35:27

dvp3258_93_cs.indd :35:27 50...... dvp3258_93_cs.indd 50 2008-3-27 13:35:26 51...... 74...75... 75 dvp3258_93_cs.indd 51 2008-3-27 13:35:27 52 dvp3258_93_cs.indd 52 2008-3-27 13:35:27 DVD 1 2 3 4 5 6 7 8 a STANDBY-ON f PLAY/PAUSE

More information

彩色地图中道路的识别和提取

彩色地图中道路的识别和提取 9310016, i ii Abstract This thesis is on the researching of recognizing the roads in map image by computer. Based on the theory of Pattern Recognition, there is a method to be discussed, which can recognize

More information

01-43_dvp3146K_98_eng1.indd

01-43_dvp3146K_98_eng1.indd 44 47 47 V04_Draft_ VP3146k_98_ CHNin44 44 2007-2-2 15:26:52 45 V04_Draft_ VP3146k_98_ CHNin45 45 2007-2-2 15:26:52 ! 5cm (20") 10cm (40") 10cm (40") 5cm (20") 46 V04_Draft_ VP3146k_98_ CHNin46 46 2007-2-2

More information

<4D6963726F736F667420576F7264202D20B1B1BEA9B1A9B7E7BFC6BCBCB9C9B7DDD3D0CFDEB9ABCBBECAD7B4CEB9ABBFAAB7A2D0D0B2A2D4DAB4B4D2B5B0E5C9CFCAD0D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E532303134C4EA3132D4C23233C8D5B1A8CBCDA3A92E646F63>

<4D6963726F736F667420576F7264202D20B1B1BEA9B1A9B7E7BFC6BCBCB9C9B7DDD3D0CFDEB9ABCBBECAD7B4CEB9ABBFAAB7A2D0D0B2A2D4DAB4B4D2B5B0E5C9CFCAD0D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E532303134C4EA3132D4C23233C8D5B1A8CBCDA3A92E646F63> 本 公 司 本 次 股 票 发 行 后 拟 在 创 业 板 市 场 上 市, 该 市 场 具 有 较 高 的 投 资 风 险 创 业 板 公 司 具 有 业 绩 不 稳 定 经 营 风 险 高 退 市 风 险 大 等 特 点, 投 资 者 面 临 较 大 的 市 场 风 险 投 资 者 应 充 分 了 解 创 业 板 市 场 的 投 资 风 险 及 本 公 司 所 披 露 的 风 险 因 素, 审

More information

54 15 ipod/iphone/mp3/psp/pda

54 15 ipod/iphone/mp3/psp/pda 54 15 ipod/iphone/mp3/psp/pda 21 38 35 PCuSER Contents Part 1...11 Trick 01...12 Trick 02...14 Trick 03...18 Trick 04...19 Trick 05 DVD-R/RW...21 Trick 06 DVD+R/RW...22 Trick 07 DVD-RAM...23 Trick 08 Doubler

More information

<4D F736F F D20D5D0B9C9CBB5C3F7CAE95FB4FDCCE6BBBBB7E2C3E6BACDC7A9D7D6D2B35F636C65616E>

<4D F736F F D20D5D0B9C9CBB5C3F7CAE95FB4FDCCE6BBBBB7E2C3E6BACDC7A9D7D6D2B35F636C65616E> 本 公 司 本 次 股 票 发 行 后 拟 在 创 业 板 市 场 上 市, 该 市 场 具 有 较 高 的 投 资 风 险 创 业 板 公 司 具 有 业 绩 不 稳 定 经 营 风 险 高 退 市 风 险 大 等 特 点, 投 资 者 面 临 较 大 的 市 场 风 险 投 资 者 应 充 分 了 解 创 业 板 市 场 的 投 资 风 险 及 本 公 司 所 披 露 的 风 险 因 素, 审

More information

Microsoft PowerPoint - STU_EC_Ch08.ppt

Microsoft PowerPoint - STU_EC_Ch08.ppt 樹德科技大學資訊工程系 Chapter 8: Counters Shi-Huang Chen Fall 2010 1 Outline Asynchronous Counter Operation Synchronous Counter Operation Up/Down Synchronous Counters Design of Synchronous Counters Cascaded Counters

More information

Microsoft PowerPoint - NCBA_Cattlemens_College_Darrh_B

Microsoft PowerPoint - NCBA_Cattlemens_College_Darrh_B Introduction to Genetics Darrh Bullock University of Kentucky The Model Trait = Genetics + Environment Genetics Additive Predictable effects that get passed from generation to generation Non-Additive Primarily

More information

V01_Draft_ VP3126_98_ TCHN.in :20:26

V01_Draft_ VP3126_98_ TCHN.in :20:26 44 47 47 V01_Draft_ VP3126_98_ TCHNin44 44 2007-2-13 10:20:26 45 V01_Draft_ VP3126_98_ TCHNin45 45 2007-2-13 10:20:26 ! 5cm (20") 10cm (40") 10cm (40") 5cm (20") 46 V01_Draft_ VP3126_98_ TCHNin46 46 2007-2-13

More information

Microsoft Word - fm.doc

Microsoft Word - fm.doc 多 媒 体 技 术 毕 业 设 计 指 导 与 案 例 分 析 贺 雪 景 杨 平 高 幼 年 编 著 清 华 大 学 出 版 社 北 京 内 容 简 介 本 书 通 过 六 个 案 例 介 绍 了 多 媒 体 专 业 毕 业 设 计 项 目 的 开 发, 包 括 使 用 Authorware 开 发 的 模 拟 型 课 件, 使 用 FrontPage2003 和 ASP 开 发 的 网 络 类

More information

monalitDE_002.indd

monalitDE_002.indd MonAliT 70% 70mm 80mm MonAliT VDW-Technology Our diamond and boron nitride tools are manufactured using the new VDW-Technology. Diamond grains are strongly welded with each other. The diamond grain concentration

More information

数字视频处理与检索

数字视频处理与检索 内容提要 第 2 讲多媒体数据的压缩与编码 -3 一级学科课程基础课 主讲 : 于俊清 压缩的必要性和可能性 压缩编码的分类 PCM 与预测编码 无损压缩编码 变换编码 JPEG MPEG H.264 2 2.7 MPEG http://www.chiariglione.org/mpeg/standards/ MPEG 标准概述 MPEG-1 MPEG-2 MPEG 声音压缩编码 MPEG 视频压缩编码

More information

UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 厦门大学博硕士论文摘要库

UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 厦门大学博硕士论文摘要库 10384 15620071151397 UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 2010 4 Duffee 1999 AAA Vasicek RMSE RMSE Abstract In order to investigate whether adding macro factors

More information

θ 1 = φ n -n 2 2 n AR n φ i = 0 1 = a t - θ θ m a t-m 3 3 m MA m 1. 2 ρ k = R k /R 0 5 Akaike ρ k 1 AIC = n ln δ 2

θ 1 = φ n -n 2 2 n AR n φ i = 0 1 = a t - θ θ m a t-m 3 3 m MA m 1. 2 ρ k = R k /R 0 5 Akaike ρ k 1 AIC = n ln δ 2 35 2 2012 2 GEOMATICS & SPATIAL INFORMATION TECHNOLOGY Vol. 35 No. 2 Feb. 2012 1 2 3 4 1. 450008 2. 450005 3. 450008 4. 572000 20 J 101 20 ARMA TU196 B 1672-5867 2012 02-0213 - 04 Application of Time Series

More information

DSP MATLAB TMS3267 SPIHT 67 DSP PI DT DSP 67 DSP +SPIHT + DSP I Abstract Digital information, especially digital video and adio information, always has large amont of data which makes information storage

More information

國 立 屏 東 教 育 大 學 中 國 語 文 學 系 碩 士 班 碩 士 論 文 國 小 國 語 教 科 書 修 辭 格 分 析 以 南 一 版 為 例 指 導 教 授 : 柯 明 傑 博 士 研 究 生 : 鄺 綺 暖 撰 中 華 民 國 一 百 零 二 年 七 月 謝 辭 寫 作 論 文 的 日 子 終 於 畫 下 了 句 點, 三 年 前 懷 著 對 文 學 的 熱 愛, 報 考 了 中

More information

ICS 13.310 A 91 SZDB/Z 深 圳 市 标 准 化 指 导 性 技 术 文 件 SZDB/Z 158 2015 交 通 运 输 行 业 视 频 监 控 联 网 系 统 通 用 技 术 要 求 General technical specification for video monitoring network system of transportation industry in

More information

CA-C750К

CA-C750К 1 3 3 4 PC 4 USB 5 5 6 8 9 11 mediasync Manager?...13 mediasync Manager 15 25 38 39 41 41 DRM...44 Image Manager...44 47 49 49 50 50 51 51 51 52 / 52 A-B 53 MP3 53 /FM 54 FM 55 FM 55 BMP56 56 57 57 58

More information

<4D6963726F736F667420576F7264202D203230303930373037B9E3B6ABCAA1CBAEC0FBB9A4B3CCCAD3C6B5BCE0BFD8CFB5CDB3BCBCCAF5B9E6B7B6A3A8CAD4D0D0A3A9C7A9B7A22E646F63>

<4D6963726F736F667420576F7264202D203230303930373037B9E3B6ABCAA1CBAEC0FBB9A4B3CCCAD3C6B5BCE0BFD8CFB5CDB3BCBCCAF5B9E6B7B6A3A8CAD4D0D0A3A9C7A9B7A22E646F63> 广 东 省 水 利 信 息 化 技 术 规 范 广 东 省 水 利 工 程 视 频 监 控 系 统 技 术 规 范 ( 试 行 ) 二 九 年 七 月 广 东 省 水 利 厅 前 言 广 东 省 水 利 工 程 视 频 监 控 系 统 技 术 规 范 ( 下 称 本 规 范 ) 是 广 东 省 水 利 信 息 化 技 术 规 范 之 一, 根 据 广 东 省 水 利 信 息 化 发 展 的 需 要

More information

2 Super Audio CD / CD C-S5VL Onkyo C-S5VL Super Audio CD / CD C- S5VL Cs

2 Super Audio CD / CD C-S5VL Onkyo C-S5VL Super Audio CD / CD C- S5VL Cs 2 Super Audio CD / CD C-S5VL 3 4 5 13 16 19 22 26 Onkyo C-S5VL Super Audio CD / CD C- S5VL 29 31 Cs 1. 2. 3. 4. 5. 6. 7. 8. 9. 1. 11. 12. 13. S3125A 14. 15. : A. B. C. D. E. F. 16. 17. 18. 2cm 8 " 1c m

More information

Microsoft Word - KSAE06-S0262.doc

Microsoft Word - KSAE06-S0262.doc Stereo Vision based Forward Collision Warning and Avoidance System Yunhee LeeByungjoo KimHogi JungPaljoo Yoon Central R&D Center, MANDO Corporation, 413-5, Gomae-Ri, Gibeung-Eub, Youngin-Si, Kyonggi-Do,

More information

1 引言

1 引言 P P 第 40 卷 Vol.40 第 7 期 No.7 计 算 机 工 程 Computer Engineering 014 年 7 月 July 014 开 发 研 究 与 工 程 应 用 文 章 编 号 :1000-348(014)07-081-05 文 献 标 识 码 :A 中 图 分 类 号 :TP391.41 摘 基 于 图 像 识 别 的 震 象 云 地 震 预 测 方 法 谢 庭,

More information

CD DX Onkyo CD CD Cs

CD DX Onkyo CD CD Cs CD DX-7355... 2... 13... 15 Onkyo CD CD... 26 Cs 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. S3125A 13. 14. 15. A. B. C. D. E. F. 16. 17. 18. 20cm 8" 10cm 4" 10cm 4" Cs-2 1. 2. Onkyo 3. 4. AC230V 50Hz AC120V

More information

CH01.indd

CH01.indd 3D ios Android Windows 10 App Apple icloud Google Wi-Fi 4G 1 ( 3D ) 2 3 4 5 CPU / / 2 6 App UNIX OS X Windows Linux (ios Android Windows 8/8.1/10 BlackBerry OS) 7 ( ZigBee UWB) (IEEE 802.11/a/b/g/n/ad/ac

More information

BC04 Module_antenna__ doc

BC04 Module_antenna__ doc http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 1 of 10 http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 2 of 10 http://www.infobluetooth.com TEL:+86-23-68798999

More information

論故宮書畫的典藏、維護與數位化

論故宮書畫的典藏、維護與數位化 13,552-1 - Metadata - 2 - 1736-1795 1949 1 2 960-1279 321-379 1 8 10 933-993 岀 - 3 - 3 2 4-4 - Digital Archives 5 Metadata 2000 Digital Museum 2001 2002 6-5 - Metadata 2001 MAAT 7 Metadata 8 3 Metadata

More information

untitled

untitled LBS Research and Application of Location Information Management Technology in LBS TP319 10290 UDC LBS Research and Application of Location Information Management Technology in LBS , LBS PDA LBS

More information

ebook64-1

ebook64-1 1 Internet Protocol, IPI P (voice over IPVo I P ) (packetized voice) (Internet telephony) Vo I P Vo I I P I n t e r n e ti n t e r n e t s 1.1 Vo I P I (IP telephony) p a c k e t - v o i c e I P 1.2 I

More information

2002/06/25

2002/06/25 2002/06/25 ... 1 GPU... 1 1.... 1 2.... 1 3.... 2 4.... 2 5.... 2 6. MX460... 3 6.1... 3 6.2... 4 7. MX440... 5 7.1... 5 7.2... 6 8. MX420... 7 8.1... 7 8.2... 8 9. MX420D... 9 9.1... 9 9.2... 10 10....11

More information

VX2753mh-LED-1_UG_KRN.book

VX2753mh-LED-1_UG_KRN.book ViewSonic VX2753mh-LED LCD Display Model No. : VS13918 ...1...2 RoHS...3...4...4...5...5...6 LCD...7 OSD...7...8...10...15...16...17 LCD...18...19 ViewSonic VX2753mh-LED FCC FCC 15.. (1), (2). FCC 15 B..,,..

More information

171023_腾讯视频全网清晰度提升攻坚战_v0.183

171023_腾讯视频全网清晰度提升攻坚战_v0.183 腾讯视频全网清晰度提升攻坚战 李大龙, 腾讯视频 2017.10 Agenda 背景 主体思路 编码端战线 Codec 提升 :HEVC 快速算法 编码效率提升 : 深究算法参数的使用 码率分配提升 : 基于 ROI 的编码框架 日常自动化监测 解码端战线 播放方案的演进与选择 前端的几个细节提升 日常自动化监测 甜蜜的烦恼 : 海量用户增长依旧迅猛 视频播放次数增长超过 1.5 倍 日活跃用户数增加

More information

V39用户手册0227.doc

V39用户手册0227.doc 300 2004 (FCC) FCC I/O B Cet appareil numérique de la classe B respecte toutes les exigences du Réglement sur le matériel brouilieur du Canada. Windows Windows 98 Windows 2000 Windows ME Windows XP Microsoft

More information

Improved Preimage Attacks on AES-like Hash Functions: Applications to Whirlpool and Grøstl

Improved Preimage Attacks on AES-like Hash Functions: Applications to Whirlpool and Grøstl SKLOIS (Pseudo) Preimage Attack on Reduced-Round Grøstl Hash Function and Others Shuang Wu, Dengguo Feng, Wenling Wu, Jian Guo, Le Dong, Jian Zou March 20, 2012 Institute. of Software, Chinese Academy

More information

致 谢 本 论 文 能 得 以 完 成, 首 先 要 感 谢 我 的 导 师 胡 曙 中 教 授 正 是 他 的 悉 心 指 导 和 关 怀 下, 我 才 能 够 最 终 选 定 了 研 究 方 向, 确 定 了 论 文 题 目, 并 逐 步 深 化 了 对 研 究 课 题 的 认 识, 从 而 一

致 谢 本 论 文 能 得 以 完 成, 首 先 要 感 谢 我 的 导 师 胡 曙 中 教 授 正 是 他 的 悉 心 指 导 和 关 怀 下, 我 才 能 够 最 终 选 定 了 研 究 方 向, 确 定 了 论 文 题 目, 并 逐 步 深 化 了 对 研 究 课 题 的 认 识, 从 而 一 中 美 国 际 新 闻 的 叙 事 学 比 较 分 析 以 英 伊 水 兵 事 件 为 例 A Comparative Analysis on Narration of Sino-US International News Case Study:UK-Iran Marine Issue 姓 名 : 李 英 专 业 : 新 闻 学 学 号 : 05390 指 导 老 师 : 胡 曙 中 教 授 上 海

More information

(一)

(一) 文建會 國家文化資料庫 專案中心建議書 國家文化資料庫 聲音與影音資料數位化規格與製程建議書 Version 1.0 目錄 壹 緣起 04 一 研究目標 04 貳 研究內容 05 一 目前 國家文化資料庫 影音數位化規格之缺失 05 二 國家文化資料庫 數位化檔案命名之修正建議 07 三 國家文化資料庫 數位化規格之修正建議 07 A 聲音數位化規格之修正建議 07 ( 一 ) 永久典藏: 採用 wave

More information

Microsoft Word - ch05note_1210.doc

Microsoft Word - ch05note_1210.doc Section 5. Antiderivatives and indefinite integrals 反 導 函 數 與 不 定 積 分 上 一 章 我 們 已 經 學 過 微 分 以 及 它 的 應 用 現 在 我 們 考 慮 反 向 的 過 程, 稱 為 積 分 (antidifferentiation), 給 定 一 個 導 函 數, 找 出 它 原 始 的 函 數 積 分 也 有 許 多

More information

Microsoft PowerPoint - TTCN-Introduction-v5.ppt

Microsoft PowerPoint - TTCN-Introduction-v5.ppt Conformance Testing and TTCN 工研院無線通訊技術部林牧台 / Morton Lin 03-5912360 mtlin@itri.org.tw 1 Outline Introduction and Terminology Conformance Testing Process 3GPP conformance testing and test cases A real world

More information

國立中山大學學位論文典藏.PDF

國立中山大學學位論文典藏.PDF ( ) 2-1 p33 3-1 p78 3-2 p79 3-3 p80 3-4 p90 4-1 p95 4-2 p97 4-3 p100 4-4 p103 4-5 p105 4-6 p107 4-7 p108 4-8 p108 4-9 p112 4-10 p114 4-11 p117 4-12 p119 4-13 p121 4-14 p123 4-15 p124 4-16 p131 4-17 p133

More information

计算机与信息工程系最终.FIT)

计算机与信息工程系最终.FIT) 教 育 部 办 公 厅 关 于 加 强 普 通 高 等 学 校 毕 业 设 计 ( 论 文 ) 工 作 的 通 知 教 高 厅 [2004]14 号 各 省 尧 自 治 区 尧 直 辖 市 教 育 厅 渊 教 委 冤 袁 新 疆 生 产 建 设 兵 团 教 育 局 袁 有 关 部 门 渊 单 位 冤 教 育 司 渊 局 冤 袁 部 属 各 高 等 学 校 院 为 了 认 真 贯 彻 落 实 国 务

More information

Technical Acoustics Vol.27, No.4 Aug., 2008,,, (, ) :,,,,,, : ; ; : TB535;U : A : (2008) Noise and vibr

Technical Acoustics Vol.27, No.4 Aug., 2008,,, (, ) :,,,,,, : ; ; : TB535;U : A : (2008) Noise and vibr 8 8 Technical Acoustics Vol., No. Aug., 8,,, (, 8) :,,,,,, : ; ; : TB;U.+ 9 : A : -(8)--- Noise and vibration tests for fuel cell vehicel and noise sources identification SHEN Xiu-min, ZUO Shu-guang, CAI

More information

复件 Chinese usermanual android tv box

复件 Chinese usermanual android tv box Android TV Box User Manual 産 品 說 明 書 型 號 : TD-Q8 序 言 非 常 感 謝 您 選 擇 安 卓 多 媒 體 播 放 器, 爲 了 方 便 您 盡 快 熟 悉 使 用, 我 們 爲 您 配 備 了 用 戶 使 用 說 明 書, 在 使 用 前 請 認 真 閱 讀 並 妥 善 保 存, 以 備 參 考 聲 明 本 産 品 內 含 自 動 聯 網 功 能, 該

More information

系统架构 - 模块划分 功能 状态机 H265 主要的模块 : 1. 顶层模块 H265ENC_top 包括 sys_ctrl,enc_core 及 fetch 三个模块 2. sys_ctrl 就是一个状态机, 控制 fetch 和 enc_core 中各子模块的工作 3. enc_core 编码

系统架构 - 模块划分 功能 状态机 H265 主要的模块 : 1. 顶层模块 H265ENC_top 包括 sys_ctrl,enc_core 及 fetch 三个模块 2. sys_ctrl 就是一个状态机, 控制 fetch 和 enc_core 中各子模块的工作 3. enc_core 编码 3.1 系统架构与模块仿真文件 作者 : 江亲炜 日期 :2017/1/8 系统架构 - 模块划分 功能 状态机 H265 主要的模块 : 1. 顶层模块 H265ENC_top 包括 sys_ctrl,enc_core 及 fetch 三个模块 2. sys_ctrl 就是一个状态机, 控制 fetch 和 enc_core 中各子模块的工作 3. enc_core 编码器的核心 4. 存取 cur_pixel

More information

Epson

Epson WH / MS CMP0087-00 TC WH/MS EPSON EPSON EXCEED YOUR VISION EXCEED YOUR VISION Seiko Corporation Microsoft and Windows are registered trademarks of Microsoft Corporation. Mac and Mac OS are registered trademarks

More information

2 欢 迎 使 用 安 讯 士 网 络 视 频 技 术 手 册 随 着 标 准 视 频 系 统 的 发 展 以 及 在 网 络 技 术 数 字 成 像 和 智 能 摄 像 机 等 技 术 的 推 动 下, 安 全 监 控 和 远 程 监 控 水 平 得 到 了 空 前 的 提 高 和 发 展 网 络

2 欢 迎 使 用 安 讯 士 网 络 视 频 技 术 手 册 随 着 标 准 视 频 系 统 的 发 展 以 及 在 网 络 技 术 数 字 成 像 和 智 能 摄 像 机 等 技 术 的 推 动 下, 安 全 监 控 和 远 程 监 控 水 平 得 到 了 空 前 的 提 高 和 发 展 网 络 网 络 摄 像 机 技 术 手 册 成 功 部 署 基 于 IP 的 安 全 监 控 和 远 程 监 控 应 用 需 要 考 虑 的 技 术 及 要 素 2 欢 迎 使 用 安 讯 士 网 络 视 频 技 术 手 册 随 着 标 准 视 频 系 统 的 发 展 以 及 在 网 络 技 术 数 字 成 像 和 智 能 摄 像 机 等 技 术 的 推 动 下, 安 全 监 控 和 远 程 监 控 水 平

More information

Microsoft PowerPoint - ATF2015.ppt [相容模式]

Microsoft PowerPoint - ATF2015.ppt [相容模式] Improving the Video Totalized Method of Stopwatch Calibration Samuel C.K. Ko, Aaron Y.K. Yan and Henry C.K. Ma The Government of Hong Kong Special Administrative Region (SCL) 31 Oct 2015 1 Contents Introduction

More information

龍華科技大學數位典藏論文

龍華科技大學數位典藏論文 龍 華 科 技 大 學 電 子 工 程 研 究 所 碩 士 學 位 論 文 使 用 FPGA 完 成 低 成 本 霍 夫 曼 碼 解 碼 器 Using FPGA Hardware Implementation of Huffman Decoder 研 究 生 : 周 文 正 指 導 教 授 : 吳 東 旭 博 士 中 華 民 國 九 十 九 年 七 月 摘 要 論 文 名 稱 : 使 用 FPGA

More information

Microsoft Word - 2-1-1.doc

Microsoft Word - 2-1-1.doc 九 十 三 年 度 教 育 部 辦 理 技 專 校 院 提 昇 系 科 教 學 品 質 專 案 計 畫 計 畫 名 稱 : 三 維 虛 擬 互 動 結 合 前 瞻 創 作 實 務 教 學 提 昇 機 械 工 程 系 教 學 品 質 專 案 計 畫 (Elevating Faculties Teaching Quality by Using Interactive 3D Virtual Reality

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 A Study on the Job Stress and the Ways of Coping for the Director of Elementary School in the Middle Area of Taiwan Abstract This study aims at probing the subject current status as related to stress and

More information

K301Q-D VRT中英文说明书141009

K301Q-D VRT中英文说明书141009 THE INSTALLING INSTRUCTION FOR CONCEALED TANK Important instuction:.. Please confirm the structure and shape before installing the toilet bowl. Meanwhile measure the exact size H between outfall and infall

More information

ITU-R BT.2016建议书(03/2012) - VHF/UHF频段内用手持接收机移动接收的地面多媒体广播的纠错、数据成帧、调制和发射方法

ITU-R BT.2016建议书(03/2012) - VHF/UHF频段内用手持接收机移动接收的地面多媒体广播的纠错、数据成帧、调制和发射方法 ITU-R BT.2016 建议书 (04/2012) VHF/UHF频段内用手持接收机 移动接收的地面多媒体广播的 纠错 数据成帧 调制 和发射方法 BT系列 广播业务 (电视) ii ITU-R BT.2016 建 议 书 前 言 无 线 电 通 信 部 门 的 职 责 是 确 保 卫 星 业 务 等 所 有 无 线 电 通 信 业 务 合 理 平 等 有 效 经 济 地 使 用 无 线 电 频

More information

第十一章 資料備份及復原(Backup and Restore)

第十一章 資料備份及復原(Backup and Restore) 公 務 Youtube 影 音 頻 道 經 營 實 務 研 習 班 孫 在 陽 teacher.sun@msa.hinet.net 1 目 錄 Youtube 概 觀 及 影 片 下 載 影 音 檔 案 格 式 轉 檔 壓 縮 與 播 放 程 式 選 擇 影 片 上 傳 及 線 上 剪 輯 以 數 位 相 片 創 作 電 影 短 片 2 Youtube 概 觀 3 影 音 檔 案 格 式 轉 檔 壓

More information

Gerotor Motors Series Dimensions A,B C T L L G1/2 M G1/ A 4 C H4 E

Gerotor Motors Series Dimensions A,B C T L L G1/2 M G1/ A 4 C H4 E Gerotor Motors Series Size CC-A Flange Options-B Shaft Options-C Ports Features 0 0 5 5 1 0 1 0 3 3 0 0 SAE A 2 Bolt - (2) 4 Bolt Magneto (4) 4 Bolt Square (H4) 1.0" Keyed (C) 25mm Keyed (A) 1.0' 6T Spline

More information

Microsoft Word - AP1515V02

Microsoft Word - AP1515V02 Document No. Rev.: V0.20 Page: 1 of 9 Revision History Rev. DRN # History Initiator Effective Date V01 V02 Initial document 黃宗文 Add second package description 葉宗榮 2014/05/15 2015/09/08 Initiator: 雷晨妤 (DCC)

More information

学校编码 :10384 分类号密级 学号 : UDC 硕士学位论文 AVS 视频解码研究及其关键模块优化 Research on AVS Video Decoding and Optimization of Decoding Key Module 郑建安 指导教师姓名 : 陈辉煌教

学校编码 :10384 分类号密级 学号 : UDC 硕士学位论文 AVS 视频解码研究及其关键模块优化 Research on AVS Video Decoding and Optimization of Decoding Key Module 郑建安 指导教师姓名 : 陈辉煌教 学校编码 :10384 分类号密级 学号 :200430037 UDC 硕士学位论文 AVS 视频解码研究及其关键模块优化 Research on AVS Video Decoding and Optimization of Decoding Key Module 郑建安 指导教师姓名 : 陈辉煌教授 周剑扬博士 专业名称 : 信号与信息处理 论文提交日期 : 2007 年 8 月 论文答辩时间 :

More information