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

Size: px
Start display at page:

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

Transcription

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

2 20 年来图像和视频压缩标准的进展 图像 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 H.264 Intra Frame HEVC, 2013 年 4 月 13 号 HEVC Intra Frame China AVS, 2003 Review

3 温故知新 : 回顾图像编码 JPEG JPEG2000 JPEG XR Review 变换 数字信号处理 I II DCT DWT LBT 熵编码 信息论 Huffman 编码 EBCOT VLC

4 图像压缩编码的基本框架 JPEG 算法基本步骤, 1992 年 Review

5 图像压缩编码的基本框架 JPEG-LS 编码流程, 1998 年 Review 三邻域预测结果与边缘检测结果相关 根据梯度计算是否为平滑区域 ( 平滑区域熵编码效果不好 )

6 图像压缩编码的基本框架 JPEG2000 编解码器框架, 2000 年 Review 熵编码 : 首先使用基于上下文的算术编码器, 每个码块进行独立的嵌入式码块编码 ; 然后将所有码块的压缩位流适当截取, 组织成具有不同质量级的压缩位流层 每一层上的压缩位流连同其前面的所有层的压缩位流, 可重构出一定质量的图像 EBCOT (Embedded Block Coding with Optimal Truncation) 标准与技术追踪 2005 年第 10 期 JPEG2000 标准的核心算法及最新进展 6

7 图像压缩编码的基本框架 Review JPEG-XR encoder and decoder, 2009 年 8x8 blocks Quantization tables Adaptive VLC table switching Original image Reversible int-int mapping LBT Scalar quantization VLC Encoding Coded image Block based encoder lapped bi-orthogonal transform (LBT) VLC Encoding Adaptive VLC table switching Quantization tables Coded image VLC Decoding Scalar Dequantization Reversible int-int mapping inverse LBT Original image

8 温故知新 : 回顾图像编码 JPEG 系列 H.26x 系列静止图像 变换 数字信号处理 I II DCT DWT LBT Integer Transform 熵编码 信息论 Huffman 编码 EBCOT VLC CABAC: Context-Adaptive Binary Arithmetic Coding CAVLC: Context-Adaptive Variable Length Coding 帧内预测 (Intra-frame Prediction) Review JPEG-LS, 1998

9 课程内容 第 1 章多媒体通信概述 第 2 章多媒体数据压缩国际标准 第 3 章多媒体同步机制 第 4 章多媒体网络 QoS 第 5 章多媒体传输网络 第 6 章多媒体通信终端 系统与国际标准 第 7 章多媒体通信技术最新进展

10 第 2 章多媒体数据压缩国际标准 2.1 多媒体数据压缩编码的重要性和分类 2.2 常见数据压缩方法分类与基本原理 2.3 音频压缩标准 2.4 静态图像压缩编码的国际标准 2.5 视频压缩的国际标准 视频编解码器的框架与标准简介 MPEG-1(1993) & MPEG-2/H.262(1996) 视频标准 MPEG-4 AVC/H.264(2003) 视频标准 HEVC(2013) 视频标准 2.6 不同应用场景下的其他编码思想 基于模型 / 对象的编码思想 :MPEG-4(1999) 视频质量可伸缩性 & H.264 SVC 多视角编码

11 视频编码的思路 现有编码技术可以分为三类 第一类方法基于图像统计特性 包括预测编码 ( 例如帧内预测, 运动估计与补偿等 ), 变换编码 ( 例如傅立叶变换, 哈达玛变换,KL 变换, 离散余弦变换, 离散小波变换等 ), 量化, 熵编码 ( 例如算术编码, 霍夫曼编码, 游程编码 ) 等 第二类方法基于人眼视觉特性 包括方向滤波编码, 面向轮廓一纹理特征的编码等 第三类方法基于图像内容特征 包括分形编码, 基于对象的编码等 后两种方法由于复杂度过高, 技术尚未成熟等原因, 仍处于研究阶段 而第一类方法则得到不断地发展和融合, 形成了基于块的预测 / 变换混合编码框架

12 问题的提出 : 视频与图像编码的差异帧间冗余是最大的冗余

13 视频编码器原理 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

14 视频编解码器框架 自 1988 年 H.261 开始 Temporal Prediction Spatial Transform Entropy VLC Video + + T Q VLC _ (Q) -1 stream (T) -1 + MC MC: Motion Estimation MC: Motion Compensation ME Mode/MV Frame Buffer Generic Encoder 基于块的预测 / 变换混合编码框架

15 混合编码框架 J. R. Jain 和 A. K.Jain 在 1979 年的国际图像编码学会 (PCS 1979) 上提出了基于块运动补偿和变换编码的混合编码框架 (MC/DCT Hybrid Coding), 它也成为了现代几乎所有的视频编码标准的核心 混合编码框架的核心模块除了预测编码和变换编码之外, 还有量化和熵编码两部分

16 20 年来图像和视频压缩标准的进展 图像 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, 2003

17 图像和视频编码的标准化组织 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.

18 20 年来压缩算法性能 Compression Ratio MPEG-4 AVC/ 03 MPEG-4/ 99 MPEG-2/ 95 MPEG-1/ HEVC/2013 Computation Intensity

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

20 小结 : 基于块的预测 / 变换混合编码框架 MPEG-1(1993) MPEG-2/H.262(1996) MPEG-4 AVC/H.264(2003) HEVC(2013) Temporal Spatial Entropy Prediction Transform VLC Video + + T Q VLC _ stream (Q) -1 (T) -1 MC + Mode/MV ME Frame Buffer Generic Encoder

21 第 2 章多媒体数据压缩国际标准 2.1 多媒体数据压缩编码的重要性和分类 2.2 常见数据压缩方法分类与基本原理 2.3 音频压缩标准 2.4 静态图像压缩编码的国际标准 2.5 视频压缩的国际标准 视频编解码器的框架与标准简介 MPEG-1(1993) & MPEG-2/H.262(1996) 视频标准 MPEG-4 AVC/H.264(2003) 视频标准 HEVC(2013) 视频标准 2.6 不同应用场景下的其他编码思想 基于模型 / 对象的编码思想 :MPEG-4(1999) 视频质量可伸缩性 & H.264 SVC 多视角编码

22 视频中帧间冗余是最大的冗余 MPEG1 2 中的三种图象帧 MPEG 专家组定义了三种图像 : 帧内图像 I(intrapictures) 预测图像 P(predicted pictures) 插补 ( 双向预测 ) 图像 B(bidirectionally interpolated)

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

24 视频序列的组成 GOP Picture Slice Macroblock Block

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

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

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

28 运动矢量算法原理

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

30 最佳匹配的原则 绝对值 AE(absolute difference) 最小 均方误差 MSE(mean-square error) 最小 平均绝对帧差 MAD(mean of the absolute frame difference) 最小 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

31 运动矢量的估计 穷举式搜索 (Exhaustive Search) 三步搜索法 (three-step search) 二维对数搜索法 (2D-logarithmic search) orthogonal search algorithm (OSA) 对偶搜索法 (conjugate search)

32 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 插补图像 B 的压缩编码算法

34 小结 GOP(Group Of Picture) I 帧 P 帧 B 帧 I 帧 JPEG:DCT Huffman RLE 预测帧 宏块差值 : 匹配的原则 宏块的移动矢量 : 各类搜索方法 时域 / 频域

35 第 2 章多媒体数据压缩国际标准 2.5 视频压缩的国际标准 视频编解码器的框架与标准简介 MPEG-1(1993) & MPEG-2/H.262(1996) 视频标准 MPEG-4 AVC/H.264(2003) 视频标准 H.264 编码框架概述 H.264 视频编码的技术创新点 H.264 不同 Profile 的特点简介 HEVC(2013) 视频标准 2.6 不同应用场景下的其他编码思想 基于模型 / 对象的编码思想 :MPEG-4(1999) 视频质量可伸缩性 & H.264 SVC 多视角编码

36 进一步视频 / 图像冗余及去除方法 H.264 的精华? Temporal Prediction Spatial Transform: DCT/Wavelet Entropy Huffman/VLC/

37 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)

38 H.264 的地位

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

40 H.264 的视频质量 视频质量 MPEG-4 H264 AVC AVS MPEG Kbps 流达到录像带质量, 1 Mbps 流达到 DVD 质量 主观 可接受的质量 1 mbps 2 mbps

41 基于块的预测 / 变换混合编码框架趋于 成熟 基于块运动补偿和变换编码的混合编码框架 1979 年提出 该编码框架中, 将编码帧划分为固定大小的块, 以块为单位编码 以块为单位进行运动估计和运动补偿, 去除视频序列内的时间冗余 通过帧内预测去除空间冗余 对运动估计, 补偿后的残差数据或者帧内预测后的残差数据, 进行变换 ( 将能量集中到变换域的少数几项系数上 ) 经过变换编码的残差数据进行量化 对运动矢量 (MotionVector,MV) 以及经过变换, 量化后的残差数据进行熵编码

42 Overview of the H.264/AVC video coding standard, Google Cited by 5837 IEEE Trans. Circuits System and Video Technology., vol. 13, no. 7, pp , Jul 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

43 H.264 编码器结构

44 第 2 章多媒体数据压缩国际标准 2.5 视频压缩的国际标准 视频编解码器的框架与标准简介 MPEG-1(1993) & MPEG-2/H.262(1996) 视频标准 MPEG-4 AVC/H.264(2003) 视频标准 H.264 编码框架概述 H.264 视频编码的技术创新点 H.264 不同 Profile 的特点简介 HEVC(2013) 视频标准 2.6 不同应用场景下的其他编码思想 基于模型 / 对象的编码思想 :MPEG-4(1999) 视频质量可伸缩性 & H.264 SVC 多视角编码

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

46 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 Filter MB 0 Types Output 1 Video 8x8 Signal 8x4 4x8 8x Types Motion 1 Data Motion vector accuracy 1/4 (6-tap filter) 46 8x x

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

48 H.264 树状结构的运动补偿 宏块可进行进一步的分割, 形成图示不同模式的小块 对不同大小和形状 ( 非正方形 ) 的小块进行运动估计和补偿, 从而提高了对运动矢量估计的精度 对于图像中变化平缓的区域, 采用较大的分块尺寸比较合适 ; 对于细节丰富的区域, 采用较小的尺寸比较合适

49 Why different partition sizes? MVs are expensive Smooth area large partition Detailed area small partition

50 The concept of block partitioning In the AVC/H.264 standard, a two-level tree structured partitioning scheme is developed for motion estimation. A macroblock of size is motion-compensated by 16 16, 16 8, 8 16, or 8 8 prediction blocks, while each 8 8 prediction block can be further split into 8 4, 4 8 or 4 4 subblocks. An adaptive block transform technique, which selects a transform size between 4 4 and 8 8, is designed for improving the transform efficiency.

51 高精度的运动估计策略 ½-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

52 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 Quant. a 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) >>

53 帧内预测的本质 相邻像素之间通常具有很强的相关性 每个子块用其相邻的上方和左方已编码重建后的像素点来进行预测 后编码的子块若和已编码过的子块相似, 则只需要记录预测值和实际值之间的差值 4 4 亮度块的 9 种帧内预测模式示意图

54 Transform Coding Input Video Signal Decoder Split 4x4 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

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

56 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

57 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

58 去块效应滤波器 (Deblocking filter) 消除由于相邻宏块由不同的运动估计或者量化导致的人工痕迹 Whether or not to filter a particular block boundary Whether to apply strong or normal deblocking

59 There are two main approaches in integrating deblocking filters into video codecs. Deblocking filters can be used either as post filters or loop filters. Post filters only operate on the display buffer outside of the coding loop. On the contrary, loop filters operate within the coding loop. That is, the filtered frames are used as reference frames for motion compensation of subsequent coded frames.

60 去块效应滤波的代价 Despite all of these advantages, the requirement of a normative loop filter was extensively debated during the development of the H.264/MPEG-4 AVC standard. A critical factor in the debate was the comparatively high complexity of the loop filter. Even after a tremendous effort in speed optimization of the filtering algorithms, the filter can easily account for one-third of the computational complexity of a decoder. This is true even though the loop filter can be implemented without any multiplication or division operations.

61 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

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

63 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 压缩效率高, 但要复杂一些

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

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

66 H.264 解码器个单元的运算量 Loop filtering (33%) and interpolation (25%) are the largest components, followed by bitstream parsing and entropy decoding (13%), and inverse transforms and reconstruction (13%). Comparison is based on two similarly optimized C only decoder implementations running on a 600-MHz P3 PC. H.264/AVC Baseline Profile Decoder Complexity Analysis IEEE Transactions on Circuit and System for Video Technology, vol. 13, N0. 7, July 2007

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

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

69 第 2 章多媒体数据压缩国际标准 2.5 视频压缩的国际标准 视频编解码器的框架与标准简介 MPEG-1(1993) & MPEG-2/H.262(1996) 视频标准 MPEG-4 AVC/H.264(2003) 视频标准 H.264 编码框架概述 H.264 视频编码的技术创新点 H.264 不同 Profile 的特点简介 HEVC(2013) 视频标准 2.6 不同应用场景下的其他编码思想 基于模型 / 对象的编码思想 :MPEG-4(1999) 视频质量可伸缩性 & H.264 SVC 多视角编码

70 H.264 的三种 Profile 不同的配置 (profile) 复杂度不同 Picture source: FMO, AMO, SP/SI, Data partition

71 H.264 Slice( 帧 ) 类型 Slice Type Description Profile(s) I (Intra) P (Predicted) B (Bi-predictive) SP (Switching P) SI (Switching I) Contains only I macroblocks (each block or MB is predicted from previously coded data within the same slice). Contains P macroblocks (each MB or MB partition is predicted from one list 0 reference picture) and/or I MBs. Contains B macroblocks (each MB or MB partition is predicted from a list 0 and/or a list 1 reference picture) and/or I macroblocks. Facilitates switching between coded streams; contains P and/or I macroblocks. Facilitates switching between coded streams; contains SI macroblocks (a special type of intra coded MB). 在使用不同参考帧的情况下重构相同的图像帧 All All Extended and Main Extended Extended

72 基于 SP 帧的流切换 应用场景示例 : 两个数据流对应同一个视频序列, 如分级编码情况下, 发送端可以发送多个流, 接收到收到所有的数据流则达到最高质量 Bitstream 2 P 2, n-2 P 2, n-1 SP 2, n P 2, n+1 P 2, n+2 SP 12, n Primary SP-frame Secondary SP-frame Bitstream 1 P 1, n-2 P 1, n-1 SP 1, n P 1, n+1 P 1, n+2 The SP- and SI-Frames Design for H.264/AVC IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 13, NO. 7, JULY 2003

73 SP 和 SI 用于流的拼接 应用场景示例 : 两个数据流不是同一个视频序列, 如多视角拍摄时不同视角摄像机影像 Bitstream 2 P 2, n-2 P 2, n-1 SP 2, n P 2, n+1 P 2, n+2 SI 2, n Bitstream 1 P 1, n-2 P 1, n-1 SP 1, n P 1, n+1 P 1, n+2 The SP- and SI-Frames Design for H.264/AVC IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 13, NO. 7, JULY 2003

74 SP 和 SI 用于错误恢复 应用场景示例 :SP 和 SI 帧携带了冗余信息可以用于错误恢复 P 1, n-3 P 1, n-2 P 1, n-1 S 1, n P 1, n+1 S 21, n SI 1, n P 1, n+1 The SP- and SI-Frames Design for H.264/AVC IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 13, NO. 7, JULY 2003

75 Data Partitioning Since some coded information for representation of each region (e.g., motion vectors and other prediction information) is more important or more valuable than other information for purposes of representing the video content, H.264/AVC allows the syntax of each slice to be separated into up to three different partitions for transmission, depending on a categorization of syntax elements.

76 ASO(Arbitrary Slice Order) 如果不使用 ASO, 那么 slice 总是按扫描顺序编解码的 ; 如果使用了 ASO, 序号靠后的 slice 可以先于前面的 slice 编解码 A slice is a data structure that can be decoded independently from other slices of the same picture, in terms of entropy coding, signal prediction, and residual signal reconstruction.

77 FMO(Flexible Macroblock Ordering) FMO 映射表 (macroblock to slice group map) 决定具体每个宏块属于哪个 slice groups, 标准定义了 6 种映射 Interleaved Dispersed Foreground and Background 77

78 FMO 性能 PSNR of foreman sequence in different FMO types Adaptive FMO Selection Strategy for Error Resilient H.264 Coding, ICALIP2008 Hao Chen, Zhen Han, Ruimin Hu and Ruolin Ruan

79 小结 :H.264 profile ASO(Arbitrary Slice Order) FMO(Flexible Macroblock Ordering) Switching P Slice Switching I Slice Data Partitioning Baseline Profile Main Profile Extended Profile 79

80 小结 :H.264 细节决定成败 Temporal? Prediction Spatial? Transform 帧内预测 Entropy? H.265/HEVC(High Efficiency Video Coding) 仍属于预测加变换的混合编码框架

81 第 2 章多媒体数据压缩国际标准 2.1 多媒体数据压缩编码的重要性和分类 2.2 常见数据压缩方法分类与基本原理 2.3 音频压缩标准 2.4 静态图像压缩编码的国际标准 2.5 视频压缩的国际标准 视频编解码器的框架与标准简介 MPEG-1(1993) & MPEG-2/H.262(1996) 视频标准 MPEG-4 AVC/H.264(2003) 视频标准 HEVC(2013) 视频标准 2.6 不同应用场景下的其他编码思想 基于模型 / 对象的编码思想 :MPEG-4(1999) 视频质量可伸缩性 & H.264 SVC 多视角编码

82 第 2 章多媒体数据压缩国际标准 2.5 视频压缩的国际标准 视频编解码器的框架与标准简介 MPEG-1(1993) & MPEG-2/H.262(1996) 视频标准 MPEG-4 AVC/H.264(2003) 视频标准 HEVC(2013) 视频标准 HEVC(H.265) 产生的背景 :4K 时代来临 HEVC 性能与编解码框架概述 Quadtree-based coding structure Deblocking & SAO Filter HEVC 各模块运算量 2.6 不同应用场景下的其他编码思想 基于模型 / 对象的编码思想 :MPEG-4(1999) 视频质量可伸缩性 & H.264 SVC 多视角编码

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

84 ITU-R BT 系列的演进 BT.2020: Parameter values for ultra-high definition television systems for production and international programme exchange 编码格式 : 每个分量为 10 或 12 比特 ( 线性 / 非线性 ) 像素数 : 水平 垂直 BT.709: Parameter values for the HDTV standards for production and international programme exchange 编码格式 : 每个分量 8 或 10 比特像素数 : 水平 垂直 BT.601: Studio encoding parameters of digital television for standard 4:3 and wide screen 16:9 aspect ratios 编码格式 : 每个分量为 8 或 10 比特像素数 : 水平 垂直

85 Rec (UHDTV) Color Space UHDTV 是 CIE1931 的 75.8% 数码相机是 53.6% HDTV 是 35.9%

86 Display Port(DP) DisplayPort is a digital display interface developed by the VESA. The current version 1.2 ( ) includes: Gbit/s in High Bit Rate 2 (HBR2) mode multiple independent video streams Source: IDF 2013

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

88 第 2 章多媒体数据压缩国际标准 2.5 视频压缩的国际标准 视频编解码器的框架与标准简介 MPEG-1(1993) & MPEG-2/H.262(1996) 视频标准 MPEG-4 AVC/H.264(2003) 视频标准 HEVC(2013) 视频标准 HEVC(H.265) 产生的背景 :4K 时代来临 HEVC 性能与编解码框架概述 Quadtree-based coding structure Deblocking & SAO Filter HEVC 各模块运算量 2.6 不同应用场景下的其他编码思想 基于模型 / 对象的编码思想 :MPEG-4(1999) 视频质量可伸缩性 & H.264 SVC 多视角编码

89 在 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

90 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 90 High Efficiency Video Coding (HEVC), IEEE Transactions on Circuit and System for Video Technology, vol. 22, N0. 12, Dec 2012

91 H.264 编码器框架 Review 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

92 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

93 推荐阅读的文献 朱秀昌等, 新一代视频编码标准 HEVC, 南京邮电大学学报,2013 年 6 月 IEEE Transactions on Circuit and System for Video Technology, vol. 22, N0. 12, Dec 2012 Overview of the High Efficiency Video Coding (HEVC) Standard Sample Adaptive Offset in the HEVC Standard Block Partitioning Structure in the HEVC Standard Comparison of the Coding Efficiency of Video Coding Standards Including HEVC HEVC Complexity and Implementation Analysis

94 第 2 章多媒体数据压缩国际标准 2.5 视频压缩的国际标准 视频编解码器的框架与标准简介 MPEG-1(1993) & MPEG-2/H.262(1996) 视频标准 MPEG-4 AVC/H.264(2003) 视频标准 HEVC(2013) 视频标准 HEVC(H.265) 产生的背景 :4K 时代来临 HEVC 性能与编解码框架概述 Quadtree-based coding structure Deblocking & SAO Filter HEVC 各模块运算量 2.6 不同应用场景下的其他编码思想 基于模型 / 对象的编码思想 :MPEG-4(1999) 视频质量可伸缩性 & H.264 SVC 多视角编码

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

96 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.

97 灵活的编码结构 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

98 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

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

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

101 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.

102 灵活的块结构 RQT(Residual Quad-tree Transform) RQT 是一种自适应的变换技术, 这种思想是对 H.264/AVC 中 ABT(Adaptive Block-size Transform) 技术的延伸和扩展 对于帧间编码来说, 它允许变换块的大小根据运动补偿块的大小进行自适应的调整 ; 对于帧内编码来说, 它允许变换块的大小根据帧内预测残差的特性进行自适应的调整 大块的变换相对于小块的变换, 一方面能够提供更好的能量集中效果, 并能在量化后保存更多的图像细节, 但是另一方面在量化后却会带来更多的振铃效应 因此, 根据当前块信号的特性, 自适应的选择变换块大小, 可以得到能量集中 细节保留程度以及图像的振铃效应三者最优的折中

103 小结 :Quadtree-based coding structure CU PU TU 分离的思想 CU, Coding Unit PU, Predict Unit TU, Transform Unit TU 大小的自适应调整 RQT Residual Quad-tree Transform 非正方形区域的变换

104 第 2 章多媒体数据压缩国际标准 2.5 视频压缩的国际标准 视频编解码器的框架与标准简介 MPEG-1(1993) & MPEG-2/H.262(1996) 视频标准 MPEG-4 AVC/H.264(2003) 视频标准 HEVC(2013) 视频标准 HEVC(H.265) 产生的背景 :4K 时代来临 HEVC 性能与编解码框架概述 Quadtree-based coding structure Deblocking & SAO Filter HEVC 各模块运算量 2.6 不同应用场景下的其他编码思想 基于模型 / 对象的编码思想 :MPEG-4(1999) 视频质量可伸缩性 & H.264 SVC 多视角编码

105 Deblocking Filter The HEVC deblocking filter is less complex as compared to the H.264/AVC deblocking filter, while still having the capability to improve the subjective and objective quality. Another aspect that received significant attention in the HEVC deblocking filter design is its suitability for parallel processing.

106 SAO: Sample Adaptive Offset The concept of SAO is to reduce mean sample distortion of a region by first classifying the region samples into multiple categories with a selected classifier, obtaining an offset for each category, and then adding the offset to each sample of the category, where the classifier index and the offsets of the region are coded in the bitstream. 样值自适应偏移 ( SAO) 先将像素分为不同的类型, 然后按照不同的类型为每个像素值加上一个简单的偏移值, 达到减少失真的目的 Sample Adaptive Offset in the HEVC Standard IEEE Transactions on Circuit and System for Video Technology, vol. 22, N0. 12, Dec 2012

107 Two SAO types: EO, BO SAO may use different offsets sample by sample in a region depending on the sample classification, and SAO parameters are adapted from region to region. Two SAO types that can satisfy the requirements of low complexity are adopted in HEVC: edge offset (EO) and band offset (BO). For EO, the sample classification is based on comparison between current samples and neighboring samples. For BO, the sample classification is based on sample values.

108 SAO: edge offset (EO) Four 1-D directional patterns for EO sample classification Sample Classification Rules for Edge Offset Positive offsets for EO categories 1 and 2 and negative offsets for EO categories 3 and 4 result in smoothing. Sample Adaptive Offset in the HEVC Standard IEEE Transactions on Circuit and System for Video Technology, vol. 22, N0. 12, Dec 2012

109 SAO: band offset (BO) Example of BO, where the dotted curve is the original samples and the solid curve is the reconstructed samples. Example of sample distribution in a CTB, where BO send the offsets of four consecutive bands. Sample Adaptive Offset in the HEVC Standard 109 IEEE Transactions on Circuit and System for Video Technology, vol. 22, N0. 12, Dec 2012

110 小结 :Deblocking & SAO Filter deblocking filter less complex suitable for parallel processing SAO: Sample Adaptive Offset edge offset (EO) band offset (BO)

111 第 2 章多媒体数据压缩国际标准 2.5 视频压缩的国际标准 视频编解码器的框架与标准简介 MPEG-1(1993) & MPEG-2/H.262(1996) 视频标准 MPEG-4 AVC/H.264(2003) 视频标准 HEVC(2013) 视频标准 HEVC(H.265) 产生的背景 :4K 时代来临 HEVC 性能与编解码框架概述 Quadtree-based coding structure Deblocking & SAO Filter HEVC 各模块运算量 2.6 不同应用场景下的其他编码思想 基于模型 / 对象的编码思想 :MPEG-4(1999) 视频质量可伸缩性 & H.264 SVC 多视角编码

112 解码器不同模块的运算量同一视频序列在不同处理器下对比 Intel Core i7 2.6GHz Cortex-A9 dual-core HEVC Complexity and Implementation Analysis IEEE Transactions on Circuit and System for Video Technology, vol. 22, N0. 12, Dec 2012

113 解码器不同模块的运算量 Cortex-A9 dual-core 不同视频序列对比 HEVC Complexity and Implementation Analysis IEEE Transactions on Circuit and System for Video Technology, vol. 22, N0. 12, Dec 2012

114 小结 :HEVC(H.265) 创新点 Suitable for parallel processing Quadtree-based CU PU TU 分离 采样点自适应偏移 (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

115 第 2 章多媒体数据压缩国际标准 2.1 多媒体数据压缩编码的重要性和分类 2.2 常见数据压缩方法分类与基本原理 2.3 音频压缩标准 2.4 静态图像压缩编码的国际标准 2.5 视频压缩的国际标准 视频编解码器的框架与标准简介 MPEG-1(1993) & MPEG-2/H.262(1996) 视频标准 MPEG-4 AVC/H.264(2003) 视频标准 HEVC(2013) 视频标准 2.6 不同应用场景下的其他编码思想 基于模型 / 对象的编码思想 :MPEG-4(1999) 视频质量可伸缩性 & H.264 SVC 多视角编码

116 MPEG1/MPEG2 MPEG4 MPEG-1 MPEG-2 H.261 H.263 基于图像块 变换 统计编码 MPEG-4: 提出基于模型 / 对象的压缩编码技术 充分利用了人眼视觉特性, 抓住了图像信息传输的本质, 从轮廓 纹理思路出发, 支持基于视觉内容的交互功能, 这适应了多媒体信息的应用由播放型转向基于内容的访问 检索及制作的发展趋势 不考虑内容 基于内容 Block based Object based

117 MPEG-4 视频编码核心思想 AV 对象 (AVO,Audio Visual Object) 是 MPEG-4 为支持基于内容编码而提出的重要概念 对象是指在一个场景中能够访问和操纵的实体, 对象的划分可根据其独特的纹理 运动 形状 模型和高层语义为依据 在 MPEG-4 中所见的视音频已不再是过去 MPEG-1 MPEG-2 中图像帧的概念, 而是一个个视听场景 (AV 场景 ), 这些不同的 AV 场景由不同的 AV 对象组成 117

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

119 GOP GOV MPEG 4 Structure and Syntax

120 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 拓展

121 Audio Object

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

123 MPEG-4 Structure

124 Object-based Shape Coding

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

126 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

127 小结 :MPEG4 思路 : 不考虑内容 基于内容 处理单元 :Block based Obeject based 文件格式 :GOP GOV part10(iso/iec ):AVC,ITU-T H.264 part13(iso/iec ): 知识产权管理和保护

128 第 2 章多媒体数据压缩国际标准 2.1 多媒体数据压缩编码的重要性和分类 2.2 常见数据压缩方法分类与基本原理 2.3 音频压缩标准 2.4 静态图像压缩编码的国际标准 2.5 视频压缩的国际标准 视频编解码器的框架与标准简介 MPEG-1(1993) & MPEG-2/H.262(1996) 视频标准 MPEG-4 AVC/H.264(2003) 视频标准 HEVC(2013) 视频标准 2.6 不同应用场景下的其他编码思想 基于模型 / 对象的编码思想 :MPEG-4(1999) 视频质量可伸缩性 & H.264 SVC 多视角编码

129 MPEG-2 的配置和等级

130 MPEG-2 等级 Main Profile, Main Level :2:0 15 Mb/s Main Profile, High Level :2:0 80 Mb/s 130

131 MPEG2 中常用

132 Scalable Video Coding (SVC) extension of the H.264/AVC standard

133 H.264: SVC Basics In Spatial scalability and Temporal Scalability the subset of the bit-stream represent the source content with reduced picture size (Spatial Resolution) or frame rate (Temporal Resolution). In case of quality scalability, also known as fidelity or SNR scalability, the subset of the bit-stream provides lower quality. (Lower SNR). In rare cases, region-of-interest and object based scalability is also required, wherein the subsets of the bit-stream represent spatially contiguous regions of original picture area. Multiple scalability features can be combined to support various spatio-temporal resolutions and bit rates within single bitstream.

134 H.264: Hierarchical prediction structure supporting temporal scalability For example, the picture 1 labeled as T0 can only use the picture 0 as its reference while the picture 2 labeled as T1 can use both 0 and 1 as its reference. Overview of the Scalable Video Coding Extension of the H.264/AVC Standard IEEE Transactions on Circuit and System for Video Technology, vol. 17, no. 9, Sep

135 H.264: quality and spatial scalability The input sequence is first down-sampled to different resolutions, resulting in different spatial layers. The lowest spatial layer employs a standard H.264/AVC encoder to generate the base layer bitstream. Higher spatial enhancement layers adopt additional interlayer prediction mechanisms to exploit the redundancy between two successive layers to improve coding efficiency. Overview of the Scalable Video Coding Extension of the H.264/AVC Standard 135 IEEE Transactions on Circuit and System for Video Technology, vol. 17, no. 9, Sep 2007

136 小结 : 视频质量的可伸缩性 MPEG1/2 Spatial scalability Quality scalability (SNR scalability) MPEG4 AVC/H.264 Spatial scalability Quality scalability (SNR scalability) Temporal Scalability 未来? region-of-interest object based scalability

137 第 2 章多媒体数据压缩国际标准 2.1 多媒体数据压缩编码的重要性和分类 2.2 常见数据压缩方法分类与基本原理 2.3 音频压缩标准 2.4 静态图像压缩编码的国际标准 2.5 视频压缩的国际标准 视频编解码器的框架与标准简介 MPEG-1(1993) & MPEG-2/H.262(1996) 视频标准 MPEG-4 AVC/H.264(2003) 视频标准 HEVC(2013) 视频标准 2.6 不同应用场景下的其他编码思想 基于模型 / 对象的编码思想 :MPEG-4(1999) 视频质量可伸缩性 & H.264 SVC 多视角编码 :FVV MVC

138 任意视角视频 (FVV) Free Viewpoint Video FVV 采集设备图例 同一时刻不同视角的视频

139 任意视角视频 (FVV) 问题 : 总数据量 = 单视角的数据量 视角数 随着视角数的增加, 要传输的数据量很快变得无法承受, 必须想办法减少数据量 减少数据量 消除冗余 问题 : 原有的视频编码框架已经较好的解决了帧间冗余 ( 时域冗余 ) 帧内冗余 ( 空间冗余 ) 统计冗余问题, 那么, 在 FVV 中又可以利用什么冗余信息?

140 任意视角视频 (FVV) 视角间冗余 视角 1 视角 2 视角间冗余 为满足 FVV 的需要, 人们提出多视角编码 (Multiview Video Coding, MVC), 以充分利用视角间冗余, 减少传输或存储的数据量

141 多视角编码 (MVC) 多视角编码 (Multi-view Video Coding) 的系统框架 :

142 MVC 的预测模型 (1) Simulcast 结构 : 时间上只采用了前向预测 ; 未考虑视角间的相关性 编码效率低

143 MVC 的预测模型 (2) 视间和时间双向预测结构 : 第一个视角的第一帧为关键帧, 采用帧内预测编码 (I 帧 ), 其余帧采用时间上的帧间预测编码 ; 其余视角的第一帧参考关键帧采用视间预测编码, 其余帧采用帧间和视间双向预测编码

144 MVC 的预测模型 (3) 基于分层 B 帧的预测结构 :

145 MVC 的预测模型 (4) 仅关键帧作视间预测 :

146 MVC 的编码器框架

147 小结 : 多视角视频编码 Temporal Spatial Entropy Inter-View 不同冗余的联合处理? Simulcast 结构 视间和时间双向预测结构 基于分层 B 帧的预测结构

148 总结 : 视频编码 基于块的预测 / 变换混合编码框架 MPEG-1(1993) & MPEG-2/H.262(1996) GOP Picture Slice Macroblock Block I 帧 P 帧 B 帧 MPEG4 AVC/H.264 (2003) 运动估计 帧内预测 去块效应滤波 整数变换 熵编码 HEVC (2013) Quadtree-based coding structure CU PU TU 分离 其他编码思想 基于模型 / 对象的编码思想 :MPEG-4(1999) 视频质量可伸缩性 & H.264 SVC 多视角编码

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

PowerPoint Presentation

PowerPoint Presentation 多媒体技术 第三章多媒体数据压缩 3.4 视频数据的压缩标准 上节内容回顾 矢量量化 / 词典编码 / 伪彩色 空间 / 时间 / 视觉 / 知识 / 结构 / 熵冗余 DFT/DCT/DST/MDCT/STFT/Wavelet BMP/GIF/PNG/JPEG/JP2 JPEG 编码基本过程 Sampling/DCT/ quantization /DPCM/ZigZag/RLE/Huffman JPEG

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

(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

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

(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

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

截至 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

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

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

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

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

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

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074>

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074> 软 件 架 构 师 研 修 讲 座 胡 协 刚 软 件 架 构 师 UML/RUP 专 家 szjinco@public.szptt.net.cn 中 国 软 件 架 构 师 网 东 软 培 训 中 心 小 故 事 : 七 人 分 粥 当 前 软 件 团 队 的 开 发 现 状 和 面 临 的 问 题 软 件 项 目 的 特 点 解 决 之 道 : 从 瀑 布 模 型 到 迭 代 模 型 解 决 项

More information

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

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

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

資料HDR作1-03 HDR技術動向

資料HDR作1-03 HDR技術動向 作 1-3 TV Platform Div. TV Platform Div. FHD () more UHD UHD (BT.2020) [cd/m 2 ] 10 9 10 8 10 6 10 4 10 2 10 0 10-2 10-4 10-6 () ~10 5 [cd/m 2 ] 10 9 10 8 10 6 10 4 10 2 10 0 10-2 10-4 10-6 2014 XDR/XDR-Pro

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

一种新的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

1 VLBI VLBI 2 32 MHz 2 Gbps X J VLBI [3] CDAS IVS [4,5] CDAS MHz, 16 MHz, 8 MHz, 4 MHz, 2 MHz [6] CDAS VLBI CDAS 2 CDAS CDAS 5 2

1 VLBI VLBI 2 32 MHz 2 Gbps X J VLBI [3] CDAS IVS [4,5] CDAS MHz, 16 MHz, 8 MHz, 4 MHz, 2 MHz [6] CDAS VLBI CDAS 2 CDAS CDAS 5 2 32 1 Vol. 32, No. 1 2014 2 PROGRESS IN ASTRONOMY Feb., 2014 doi: 10.3969/j.issn.1000-8349.2014.01.07 VLBI 1,2 1,2 (1. 200030 2. 200030) VLBI (Digital Baseband Convertor DBBC) CDAS (Chinese VLBI Data Acquisition

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

报 告 1: 郑 斌 教 授, 美 国 俄 克 拉 荷 马 大 学 医 学 图 像 特 征 分 析 与 癌 症 风 险 评 估 方 法 摘 要 : 准 确 的 评 估 癌 症 近 期 发 病 风 险 和 预 后 或 者 治 疗 效 果 是 发 展 和 建 立 精 准 医 学 的 一 个 重 要 前

报 告 1: 郑 斌 教 授, 美 国 俄 克 拉 荷 马 大 学 医 学 图 像 特 征 分 析 与 癌 症 风 险 评 估 方 法 摘 要 : 准 确 的 评 估 癌 症 近 期 发 病 风 险 和 预 后 或 者 治 疗 效 果 是 发 展 和 建 立 精 准 医 学 的 一 个 重 要 前 东 北 大 学 中 荷 生 物 医 学 与 信 息 工 程 学 院 2016 年 度 生 物 医 学 与 信 息 工 程 论 坛 会 议 时 间 2016 年 6 月 8 日, 星 期 三,9:30 至 16:00 会 议 地 址 会 议 网 址 主 办 单 位 东 北 大 学 浑 南 校 区 沈 阳 市 浑 南 区 创 新 路 195 号 生 命 科 学 大 楼 B 座 619 报 告 厅 http://www.bmie.neu.edu.cn

More information

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

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

Microsoft PowerPoint _代工實例-1

Microsoft PowerPoint _代工實例-1 4302 動態光散射儀 (Dynamic Light Scattering) 代工實例與結果解析 生醫暨非破壞性分析團隊 2016.10 updated Which Size to Measure? Diameter Many techniques make the useful and convenient assumption that every particle is a sphere. The

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

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

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

WTO

WTO 10384 200015128 UDC Exploration on Design of CIB s Human Resources System in the New Stage (MBA) 2004 2004 2 3 2004 3 2 0 0 4 2 WTO Abstract Abstract With the rapid development of the high and new technique

More information

% GIS / / Fig. 1 Characteristics of flood disaster variation in suburbs of Shang

% GIS / / Fig. 1 Characteristics of flood disaster variation in suburbs of Shang 20 6 2011 12 JOURNAL OF NATURAL DISASTERS Vol. 20 No. 6 Dec. 2011 1004-4574 2011 06-0094 - 05 200062 1949-1990 1949 1977 0. 8 0. 03345 0. 01243 30 100 P426. 616 A Risk analysis of flood disaster in Shanghai

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

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO Car DVD New GUI IR Flow User Manual V0.1 Jan 25, 2008 19, Innovation First Road Science Park Hsin-Chu Taiwan 300 R.O.C. Tel: 886-3-578-6005 Fax: 886-3-578-4418 Web: www.sunplus.com Important Notice SUNPLUS

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

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

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

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

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

Microsoft Word - ChiIndexofNHE-03.doc

Microsoft Word - ChiIndexofNHE-03.doc 教 育 曙 光 學 報 中 文 論 文 的 分 析 及 主 題 索 引 胡 飄 賀 國 強 香 港 浸 會 大 學 自 一 九 六 一 至 二 零 零 三 的 四 十 三 年 間, 教 育 曙 光 學 報 出 版 四 十 七 期 共 刊 登 七 百 篇 論 文, 本 文 將 其 間 以 中 文 發 表 的 三 百 零 六 篇 論 文 按 關 鍵 字 及 主 題 方 法 編 成 索 引 檢 定 本 索

More information

1556 地 理 科 学 进 展 30 卷 他 关 于 农 村 住 房 结 构 与 抗 震 性 能 的 研 究, 则 多 是 从 工 程 抗 灾 的 角 度, 研 究 某 种 构 造 类 型 的 房 屋, 力 图 找 到 传 统 房 屋 的 结 构 失 误 和 新 建 房 屋 中 存 在 的 问 [

1556 地 理 科 学 进 展 30 卷 他 关 于 农 村 住 房 结 构 与 抗 震 性 能 的 研 究, 则 多 是 从 工 程 抗 灾 的 角 度, 研 究 某 种 构 造 类 型 的 房 屋, 力 图 找 到 传 统 房 屋 的 结 构 失 误 和 新 建 房 屋 中 存 在 的 问 [ 第 30 卷 第 12 期 2011 年 12 月 地 理 科 学 进 展 PROGRESS IN GEOGRAPHY Vol.30, No.12 Dec., 2012 中 国 农 村 地 区 住 房 结 构 的 区 域 差 异 及 其 影 响 因 素 1, 2, 李 方 一 3 1,, 高 晓 路 2 2, 王 英 杰 (1. 中 国 科 学 院 区 域 可 持 续 发 展 分 析 与 模 拟 重

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

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

<4D6963726F736F667420506F776572506F696E74202D20B5DAD2BBD5C228B4F2D3A1B0E6292E707074205BBCE6C8DDC4A3CABD5D>

<4D6963726F736F667420506F776572506F696E74202D20B5DAD2BBD5C228B4F2D3A1B0E6292E707074205BBCE6C8DDC4A3CABD5D> Homeworks ( 第 三 版 ):.4 (,, 3).5 (, 3).6. (, 3, 5). (, 4).4.6.7 (,3).9 (, 3, 5) Chapter. Number systems and codes 第 一 章. 数 制 与 编 码 . Overview 概 述 Information is of digital forms in a digital system, and

More information

untitled

untitled Co-integration and VECM Yi-Nung Yang CYCU, Taiwan May, 2012 不 列 1 Learning objectives Integrated variables Co-integration Vector Error correction model (VECM) Engle-Granger 2-step co-integration test Johansen

More information

Microsoft Word - 专论综述1.doc

Microsoft Word - 专论综述1.doc 2016 年 第 25 卷 第 期 http://www.c-s-a.org.cn 计 算 机 系 统 应 用 1 基 于 节 点 融 合 分 层 法 的 电 网 并 行 拓 扑 分 析 王 惠 中 1,2, 赵 燕 魏 1,2, 詹 克 非 1, 朱 宏 毅 1 ( 兰 州 理 工 大 学 电 气 工 程 与 信 息 工 程 学 院, 兰 州 730050) 2 ( 甘 肃 省 工 业 过 程 先

More information

168 健 等 木醋对几种小浆果扦插繁殖的影响 第1期 the view of the comprehensive rooting quality, spraying wood vinegar can change rooting situation, and the optimal concent

168 健 等 木醋对几种小浆果扦插繁殖的影响 第1期 the view of the comprehensive rooting quality, spraying wood vinegar can change rooting situation, and the optimal concent 第 31 卷 第 1 期 2013 年 3 月 经 济 林 研 究 Nonwood Forest Research Vol. 31 No.1 Mar. 2013 木醋对几种小浆果扦插繁殖的影响 健 1,2 杨国亭 1 刘德江 2 (1. 东北林业大学 生态研究中心 黑龙江 哈尔滨 150040 2. 佳木斯大学 生命科学学院 黑龙江 佳木斯 154007) 摘 要 为了解决小浆果扦插繁殖中生根率及成活率低等问题

More information

Microsoft Word - ch05note_1210.doc

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

More information

Microsoft Word 任 辉_new_.doc

Microsoft Word 任  辉_new_.doc 土壤 (Soils), 2014, 46(2): 373 378 1 基于地物驱动要素的住宅地价空间模拟研究 以南京市为例 1, 2, 3 (1 410128 2 210095 3 210098) GIS F301.4 [1] Bruechner [2] Capozza Sick [3] 20 90 [4 6] [7 9] GIS 1 1.1 GIS [10] [11] (12QN57) (09&ZD046)

More information

Microsoft Word - 24217010311110028谢雯雯.doc

Microsoft Word - 24217010311110028谢雯雯.doc HUAZHONG AGRICULTURAL UNIVERSITY 硕 士 学 位 论 文 MASTER S DEGREE DISSERTATION 80 后 女 硕 士 生 择 偶 现 状 以 武 汉 市 七 所 高 校 为 例 POST-80S FEMALE POSTGRADUATE MATE SELECTION STATUS STUDY TAKE WUHAN SEVEN UNIVERSITIES

More information

13 A DSS B DSS C DSS D DSS A. B. C. CPU D. 15 A B Cache C Cache D L0 L1 L2 Cache 16 SMP A B. C D 17 A B. C D A B - C - D

13 A DSS B DSS C DSS D DSS A. B. C. CPU D. 15 A B Cache C Cache D L0 L1 L2 Cache 16 SMP A B. C D 17 A B. C D A B - C - D 2008 1 1 A. B. C. D. UML 2 3 2 A. B. C. D. 3 A. B. C. D. UML 4 5 4 A. B. C. D. 5 A. B. C. D. 6 6 A. DES B. RC-5 C. IDEA D. RSA 7 7 A. B. C. D. TCP/IP SSL(Security Socket Layer) 8 8 A. B. C. D. 9 9 A. SET

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

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Exp

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Exp 天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Explore the impact of emotional factors couples do not

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

2005 3,? :; ;, ;,,,,,,1 % %,,,,, 1 %,,,, : () ;, ;,,,,,,,,,,,,, (2004) ( GBΠT ) 16 (2004), (2004) 47

2005 3,? :; ;, ;,,,,,,1 % %,,,,, 1 %,,,, : () ;, ;,,,,,,,,,,,,, (2004) ( GBΠT ) 16 (2004), (2004) 47 : 3 ( 100836) :,, : :,,,,,,,,,,, ; (),,,,,??,??,,?,? 1982 1995,?,,?, 3 (2004) (Harry X. Wu) ;(:Measuring Output of Service Sector in China ; :16913107) (:; :70273058), 46 2005 3,? :; ;, ;,,,,,,1 % 1987

More information

OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) ( ) CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 (

OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) ( ) CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 ( 35 1 2006 48 35-46 OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) (93 5 28 95 1 9 ) 94 1-2 5-6 8-10 94 7 CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 (A 47.5 ) T2 73 (A 46.6 ) 3 CK2 T1 T2 CK1 2006 8 16

More information

2 g g g g g g g

2 g g g g g g g pjt@cis cis.pku.edu.cn 2 2224 2003-09 09-10 2 g g g g g g g 3 4 5 1.1 ; ;, \ \ \ \ ; ; 1.1 6 1.1 7 No illumination Constant colors Polygons Parallel light Diffuse reflection Free-form surfaces 1.1 Parallel

More information

影響新產品開發成效之造型要素探討

影響新產品開發成效之造型要素探討 異 行 車 例 A Study on the Product Forms Recognition Difference between Designer and Consumer --- Electrical Bicycle as Example. 行 車 省 力 力 綠 老 女 行 車 行 車 了 不 了 行 行 車 行 車 不 行 車 異 行 車 車 車 行 行 異 數 量 I 類 行 異 異

More information

NANO COMMUNICATION 23 No.3 90 CMOS 94/188 GHz CMOS 94/188 GHz A 94/188 GHz Dual-Band VCO with Gm- Boosted Push-Push Pair in 90nm CMOS 90 CMOS 94

NANO COMMUNICATION 23 No.3 90 CMOS 94/188 GHz CMOS 94/188 GHz A 94/188 GHz Dual-Band VCO with Gm- Boosted Push-Push Pair in 90nm CMOS 90 CMOS 94 NANO COMMUNICATION 23 No.3 90 CMOS 94/188 GHz 23 90 CMOS 94/188 GHz A 94/188 GHz Dual-Band VCO with Gm- Boosted Push-Push Pair in 90nm CMOS 90 CMOS 94/188GHz LC class-b 0.70 0.75 mm 2 pad 1 V 19.6 ma (ƒ

More information

4 : ,,,, 2000,, [3 ] [4 ] 1995, [5 ] [6 11 ],,,, 2, : (1) 21,,,, (2), 5, 2000, [12 ] (3),, (4),,,, (5),,, , 86,, 60 86,,,, 17 ( 1)

4 : ,,,, 2000,, [3 ] [4 ] 1995, [5 ] [6 11 ],,,, 2, : (1) 21,,,, (2), 5, 2000, [12 ] (3),, (4),,,, (5),,, , 86,, 60 86,,,, 17 ( 1) 22 4 2003 7 GEO GRAPHICAL RESEARCH Vol. 22, No. 4 J uly, 2003 1, Philip James 2, 3 (11, 200062 ; 21 (University of Salford), Salford, GM, U K; 31, 200062) :,,, 4 7 5,, : ; ; : K92815 ; C91218 ; F06113

More information

Chapter 24 DC Battery Sizing

Chapter 24  DC Battery Sizing 26 (Battery Sizing & Discharge Analysis) - 1. 2. 3. ETAP PowerStation IEEE 485 26-1 ETAP PowerStation 4.7 IEEE 485 ETAP PowerStation 26-2 ETAP PowerStation 4.7 26.1 (Study Toolbar) / (Run Battery Sizing

More information

Microsoft Word - TIP006SCH Uni-edit Writing Tip - Presentperfecttenseandpasttenseinyourintroduction readytopublish

Microsoft Word - TIP006SCH Uni-edit Writing Tip - Presentperfecttenseandpasttenseinyourintroduction readytopublish 我 难 度 : 高 级 对 们 现 不 在 知 仍 道 有 听 影 过 响 多 少 那 次 么 : 研 英 究 过 文 论 去 写 文 时 作 的 表 技 引 示 巧 言 事 : 部 情 引 分 发 言 该 生 使 在 中 用 过 去, 而 现 在 完 成 时 仅 表 示 事 情 发 生 在 过 去, 并 的 哪 现 种 在 时 完 态 成 呢 时? 和 难 过 道 去 不 时 相 关? 是 所 有

More information

穨control.PDF

穨control.PDF TCP congestion control yhmiu Outline Congestion control algorithms Purpose of RFC2581 Purpose of RFC2582 TCP SS-DR 1998 TCP Extensions RFC1072 1988 SACK RFC2018 1996 FACK 1996 Rate-Halving 1997 OldTahoe

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

2008年1月11日に岩手県釜石沖で発生した地震(M4.7)について

2008年1月11日に岩手県釜石沖で発生した地震(M4.7)について 2008 1 11 M4.7 On the M4.7 earthquake off Kamaishi, Iwate prefecture, Japan, on January 11, 2008. Graduate School of Science, Tohoku University 2008 1 11 M4.7 Matsuzawa et al. (2002) M-T M4.9 23Hz DD Waldhauser

More information

IEEE/EIA 12207 0910023766 ??? The Frameworks Quagmire (http://www.software.org/quagmire/) () ISO 9001 ISO/IEC 12207 ISO/IEC 15504 CMM Quality System Requirements Life Cycle Processes Process Assessment

More information

Microsoft PowerPoint - ryz_030708_pwo.ppt

Microsoft PowerPoint - ryz_030708_pwo.ppt Long Term Recovery of Seven PWO Crystals Ren-yuan Zhu California Institute of Technology CMS ECAL Week, CERN Introduction 20 endcap and 5 barrel PWO crystals went through (1) thermal annealing at 200 o

More information

chr82-06DuanW.hwp

chr82-06DuanW.hwp 上 海 小 三 線 建 設 在 縣 域 分 佈 特 點 的 歷 史 地 理 考 察 - 以 安 徽 省 寧 國 縣 为 例 - 段 偉 ( 中 國 復 旦 大 學 ) Ⅰ. 序 言 Ⅱ. 上 海 小 三 線 建 設 的 選 址 與 寧 國 縣 的 區 位 Ⅲ. 小 三 線 企 事 業 單 位 在 寧 國 縣 的 分 佈 Ⅳ. 改 造 後 的 寧 國 縣 小 三 線 建 設 與 城 鎮 發 展 Ⅴ.

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

输电线路智能监测系统通信技术应用研究

输电线路智能监测系统通信技术应用研究 Smart Grid 智 能 电 网, 2014, 4, 11-15 http://dx.doi.org/10.12677/sg.2014.41003 Published Online February 2014 (http://www.hanspub.org/journal/sg.html) Application Research of Communication Technology for

More information

System Design and Setup of a Robot to Pass over Steps Abstract In the research, one special type of robots that can pass over steps is designed and se

System Design and Setup of a Robot to Pass over Steps Abstract In the research, one special type of robots that can pass over steps is designed and se 8051 8051 System Design and Setup of a Robot to Pass over Steps Abstract In the research, one special type of robots that can pass over steps is designed and setup. This type of robot uses two kinds of

More information

iml88-0v C / 8W T Tube EVM - pplication Notes. IC Description The iml88 is a Three Terminal Current Controller (TTCC) for regulating the current flowi

iml88-0v C / 8W T Tube EVM - pplication Notes. IC Description The iml88 is a Three Terminal Current Controller (TTCC) for regulating the current flowi iml88-0v C / 8W T Tube EVM - pplication Notes iml88 0V C 8W T Tube EVM pplication Notes Table of Content. IC Description.... Features.... Package and Pin Diagrams.... pplication Circuit.... PCB Layout

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 dissertation for Master s degree Metro Indoor Coverage Systems Analysis And Design Author s Name: Sheng Hailiang speciality: Supervisor:Prof.Li Hui,

A dissertation for Master s degree Metro Indoor Coverage Systems Analysis And Design Author s Name: Sheng Hailiang speciality: Supervisor:Prof.Li Hui, 中 国 科 学 技 术 大 学 工 程 硕 士 学 位 论 文 地 铁 内 移 动 通 信 室 内 覆 盖 分 析 及 应 用 作 者 姓 名 : 学 科 专 业 : 盛 海 亮 电 子 与 通 信 导 师 姓 名 : 李 辉 副 教 授 赵 红 媛 高 工 完 成 时 间 : 二 八 年 三 月 十 日 University of Science and Technology of Ch A dissertation

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

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

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

1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論..

1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論.. 如 何 準 備 研 究 所 甄 試 劉 富 翃 1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論... 20 8. 附 錄 8.1 推 甄 書 面 資 料...

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

Microsoft PowerPoint - CH 04 Techniques of Circuit Analysis

Microsoft PowerPoint - CH 04 Techniques of Circuit Analysis Chap. 4 Techniques of Circuit Analysis Contents 4.1 Terminology 4.2 Introduction to the Node-Voltage Method 4.3 The Node-Voltage Method and Dependent Sources 4.4 The Node-Voltage Method: Some Special Cases

More information

Gerolor Motors Series Dimensions A,B C T L L G1/2 M8 G1/ A 4 C H4 E

Gerolor Motors Series Dimensions A,B C T L L G1/2 M8 G1/ A 4 C H4 E Gerolor Motors Series Size CC-A Flange Options-B Shaft Options-C Ports Features 0 0 12 12 1 1 0 0 2 2 31 31 0 0 SAE A 2 Bolt - (2) 4 Bolt Magneto (4) 4 Bolt Square (H4) 1.0" Keyed (C) 2mm Keyed (A) 1.0'

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

第一章

第一章 課 程 名 稱 : 光 纖 傳 輸 實 務 與 實 習 1. 課 程 概 述 : 光 纖 傳 輸 實 務 與 實 習 為 隔 年 開 授 之 課 程, 此 高 等 課 程 實 習 項 目 之 內 容 較 具 彈 性, 以 教 導 學 生 如 何 使 用 設 計 工 具 與 發 揮 設 計 能 力 為 目 標 新 編 了 光 纖 光 放 大 器 模 擬 設 計 實 習 教 材, 包 含 摻 鉺 光 纖

More information

Hi3518EV200 HD IP Camera SoC Hi3516A

Hi3518EV200 HD IP Camera SoC Hi3516A Hi3518EV200 HD IP Camera SoC Hi3516A - - - - www.lestina.com www.lestina.com.cn 59 60 www.lestina.com www.lestina.com.cn Hi3516CV200 HD IP Camera SoC www.lestina.com www.lestina.com.cn 61 62 www.lestina.com

More information

864 现 代 药 物 与 临 床 Drugs & Clinic 第 31 卷 第 6 期 2016 年 6 月 of apoptosis related factors, decrease the incidence of adverse reactions, which is of great

864 现 代 药 物 与 临 床 Drugs & Clinic 第 31 卷 第 6 期 2016 年 6 月 of apoptosis related factors, decrease the incidence of adverse reactions, which is of great 现 代 药 物 与 临 床 Drugs & Clinic 第 31 卷 第 6 期 2016 年 6 月 863 曲 妥 珠 单 抗 联 合 多 西 紫 杉 醇 治 疗 Her-2 阳 性 乳 腺 癌 的 临 床 研 究 * 周 永 安, 刘 训 碧 黄 石 市 中 心 医 院 ( 普 爱 院 区 ) 乳 腺 肿 瘤 外 科, 湖 北 黄 石 435000 摘 要 : 目 的 探 析 注 射 用 曲

More information

東吳大學

東吳大學 律 律 論 論 療 行 The Study on Medical Practice and Coercion 林 年 律 律 論 論 療 行 The Study on Medical Practice and Coercion 林 年 i 讀 臨 療 留 館 讀 臨 律 六 礪 讀 不 冷 療 臨 年 裡 歷 練 禮 更 老 林 了 更 臨 不 吝 麗 老 劉 老 論 諸 見 了 年 金 歷 了 年

More information

GH1220 Hall Switch

GH1220 Hall Switch Unipolar Hall Switch - Medium Sensitivity Product Description The DH220 is a unipolar h all switch designed in CMOS technology. The IC internally includes a voltage regulator, Hall sensor with dynamic

More information

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

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

More information

提 高 和 价 格 的 降 低,MOOC 微 课 翻 转 课 堂 发 展 异 常 火 爆, 也 使 得 人 们 对 视 频 课 件 开 始 浮 想 联 翩 : 理 论 上 全 中 国 的 学 生 是 否 可 以 只 听 一 个 教 师 讲 课 了 呢?( 尚 俊 杰,2015) 这 个 问 题 十

提 高 和 价 格 的 降 低,MOOC 微 课 翻 转 课 堂 发 展 异 常 火 爆, 也 使 得 人 们 对 视 频 课 件 开 始 浮 想 联 翩 : 理 论 上 全 中 国 的 学 生 是 否 可 以 只 听 一 个 教 师 讲 课 了 呢?( 尚 俊 杰,2015) 这 个 问 题 十 以 公 正 课 为 例 探 讨 视 频 课 件 中 景 别 的 运 用 To the "Justice" as an Example to Explore the Using of the Scence of Video Courseware 张 阳 1*, 马 池 珠 1, 尚 俊 杰 1 山 东 师 范 大 学 传 媒 学 院 2 北 京 大 学 教 育 学 院 * zhangyangmyy@foxmail.com

More information

10384 199928010 UDC 2002 4 2002 6 2002 2002 4 DICOM DICOM 1. 2. 3. Canny 4. 5. DICOM DICOM DICOM DICOM I Abstract Eyes are very important to our lives. Biologic parameters of anterior segment are criterions

More information

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

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

More information

2015年4月11日雅思阅读预测机经(新东方版)

2015年4月11日雅思阅读预测机经(新东方版) 剑 桥 雅 思 10 第 一 时 间 解 析 阅 读 部 分 1 剑 桥 雅 思 10 整 体 内 容 统 计 2 剑 桥 雅 思 10 话 题 类 型 从 以 上 统 计 可 以 看 出, 雅 思 阅 读 的 考 试 话 题 一 直 广 泛 多 样 而 题 型 则 稳 中 有 变 以 剑 桥 10 的 test 4 为 例 出 现 的 三 篇 文 章 分 别 是 自 然 类, 心 理 研 究 类,

More information

~ 10 2 P Y i t = my i t W Y i t 1000 PY i t Y t i W Y i t t i m Y i t t i 15 ~ 49 1 Y Y Y 15 ~ j j t j t = j P i t i = 15 P n i t n Y

~ 10 2 P Y i t = my i t W Y i t 1000 PY i t Y t i W Y i t t i m Y i t t i 15 ~ 49 1 Y Y Y 15 ~ j j t j t = j P i t i = 15 P n i t n Y * 35 4 2011 7 Vol. 35 No. 4 July 2011 3 Population Research 1950 ~ 1981 The Estimation Method and Its Application of Cohort Age - specific Fertility Rates Wang Gongzhou Hu Yaoling Abstract Based on the

More information

2

2 1 2 3 4 PHY (RAN1) LTE/LTE-A 6.3 Enhanced Downlink Multiple Antenna Transmission 6.3.1 CSI RS 6.4 Uplink Multiple Antenna Transmission 6.4.1 Transmission modes and Signalling requirements for SU-MIMO 6.5

More information

江苏省高等学校

江苏省高等学校 江 苏 省 高 等 学 校 实 验 教 学 与 实 践 教 育 中 心 立 项 申 报 表 ( 实 践 教 育 中 心 ) 学 校 名 称 : 南 京 邮 电 大 学 合 作 单 位 名 称 : 江 苏 省 广 播 电 视 总 台 ( 集 团 ) 电 视 传 媒 中 心 综 艺 频 道 实 践 教 育 中 心 名 称 : 数 字 媒 体 技 术 实 践 教 育 中 心 实 践 教 育 中 心 网 址

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

出國報告電子檔規格

出國報告電子檔規格 會 議 報 告 ( 會 議 類 別 : 其 他 ) 3GPP RAN #69 Meeting 會 議 報 告 出 席 人 員 : 陳 瓊 璋 / 陳 弘 仁 派 赴 地 區 : 美 國 / 鳳 凰 城 會 議 期 間 :104 年 9 月 14 日 至 9 月 18 日 報 告 日 期 :104 年 10 月 15 日 1 摘 要 本 次 3GPP RAN #69 會 議 於 9 月 在 美 國 的

More information

VASP应用运行优化

VASP应用运行优化 1 VASP wszhang@ustc.edu.cn April 8, 2018 Contents 1 2 2 2 3 2 4 2 4.1........................................................ 2 4.2..................................................... 3 5 4 5.1..........................................................

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