亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Length

  • This program sorts words in a line of text by Length.

    This program sorts words in a line of text by Length.

    標簽: program Length sorts words

    上傳時間: 2014-01-25

    上傳用戶:變形金剛

  • Compute the matrix of mel filter coefficients given the sampling frequency, the Length of the FFT an

    Compute the matrix of mel filter coefficients given the sampling frequency, the Length of the FFT and the number of desired mel filter channels.

    標簽: the coefficients frequency sampling

    上傳時間: 2017-05-16

    上傳用戶:偷心的海盜

  • This is a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the non

    This is a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the nonlinear equations, the principle can re found in some text books. In the code,I prove the agreement of the code with other methods

    標簽: Continuation Pseudo-Arc the solving

    上傳時間: 2013-12-03

    上傳用戶:xzt

  • Program to accept a string and find the Length of the string

    Program to accept a string and find the Length of the string

    標簽: string the Program accept

    上傳時間: 2017-07-12

    上傳用戶:zhangyigenius

  • Computes the Length of a line using two (x,y) points. Uses pointers

    Computes the Length of a line using two (x,y) points. Uses pointers

    標簽: Computes pointers Length points

    上傳時間: 2017-08-07

    上傳用戶:許小華

  • the blind signal detection using the various Length of the LSCMA algorithm

    the blind signal detection using the various Length of the LSCMA algorithm

    標簽: the algorithm detection various

    上傳時間: 2017-08-10

    上傳用戶:wl9454

  • run Length encoding in matlab

    run Length encoding in matlab

    標簽: encoding Length matlab run

    上傳時間: 2017-08-15

    上傳用戶:gmh1314

  • Construct the short Length of QC LDPC codes without girth 4 and girth 6

    Construct the short Length of QC LDPC codes without girth 4 and girth 6

    標簽: girth Construct without Length

    上傳時間: 2017-09-27

    上傳用戶:kelimu

  • H264AVC的CAVLC編碼算法研究及FPGA實現.rar

    H.264/AVC是國際電信聯盟與國際標準化組織/國際電工委員會聯合推出的活動圖像編碼標準,簡稱H.264。作為最新的國際視頻編碼標準,H.264/AVC與MPEG-4、H.263等視頻編碼標準相比,性能有了很大的提高,并已在流媒體、數字電視、電話會議、視頻存儲等諸多領域得到廣泛的應用。 本論文的研究課題是基于H.264/AVC視頻編碼標準的CAVLC(Context-based Adaptive Variable Length Coding,基于上下文的自適應可變長編碼)編碼算法研究及FPGA實現。對于變換后的熵編碼,H.264/AVC支持兩種編碼模式:基于上下文的可變長編碼(CAVLC)和基于上下文的自適應算術編碼(CABAC,Context-based Adaptive BinaryArithmetic Coding)。在H.264/AVC中,盡管CAVLC算法也是采用了VLC編碼,但是同以往標準不同,它所有的編碼都是基于上下文進行。這種方法比傳統的查單一表的方法提高了編碼效率,但也增加了設計上的困難。 作者在全面學習H.264/AVC協議和深入研究CAVLC編碼算法的基礎上,確定了并行編碼的CAVLC編碼器結構框圖,并總結出了影響CAVLC編碼器實現的瓶頸。針對這些瓶頸,對CAVLC編碼器中的各個功能模塊進行了優化設計,這些優化設計包括多參考塊的表格預測法、快速查找表法、算術消除法等。最后,用Verilog硬件描述語言對所設計的CAVLC編碼器進行了描述,用EDA軟件對其主要功能模塊進行了仿真,并在Cyclone II系列EP2C20F484的FPGA上驗證了它們的功能。結果表明,該CAVLC編碼器各編碼單元的編碼速度得到了顯著提高且均能滿足實時通信要求,為整個CAVLC編碼器的實時通信提供了良好的基礎。

    標簽: CAVLC H264 FPGA 264

    上傳時間: 2013-06-22

    上傳用戶:diamondsGQ

  • H264AVC的CAVLC編碼算法研究及FPGA實現

    H.264/AVC是國際電信聯盟與國際標準化組織/國際電工委員會聯合推出的活動圖像編碼標準,簡稱H.264。作為最新的國際視頻編碼標準,H.264/AVC與MPEG-4、H.263等視頻編碼標準相比,性能有了很大的提高,并已在流媒體、數字電視、電話會議、視頻存儲等諸多領域得到廣泛的應用。 本論文的研究課題是基于H.264/AVC視頻編碼標準的CAVLC(Context-based Adaptive Variable Length Coding,基于上下文的自適應可變長編碼)編碼算法研究及FPGA實現。對于變換后的熵編碼,H.264/AVC支持兩種編碼模式:基于上下文的可變長編碼(CAVLC)和基于上下文的自適應算術編碼(CABAC,Context-based Adaptive BinaryArithmetic Coding)。在H.264/AVC中,盡管CAVLC算法也是采用了VLC編碼,但是同以往標準不同,它所有的編碼都是基于上下文進行。這種方法比傳統的查單一表的方法提高了編碼效率,但也增加了設計上的困難。 作者在全面學習H.264/AVC協議和深入研究CAVLC編碼算法的基礎上,確定了并行編碼的CAVLC編碼器結構框圖,并總結出了影響CAVLC編碼器實現的瓶頸。針對這些瓶頸,對CAVLC編碼器中的各個功能模塊進行了優化設計,這些優化設計包括多參考塊的表格預測法、快速查找表法、算術消除法等。最后,用Verilog硬件描述語言對所設計的CAVLC編碼器進行了描述,用EDA軟件對其主要功能模塊進行了仿真,并在Cyclone II系列EP2C20F484的FPGA上驗證了它們的功能。結果表明,該CAVLC編碼器各編碼單元的編碼速度得到了顯著提高且均能滿足實時通信要求,為整個CAVLC編碼器的實時通信提供了良好的基礎。

    標簽: CAVLC H264 FPGA 264

    上傳時間: 2013-06-04

    上傳用戶:libenshu01

主站蜘蛛池模板: 五峰| 贵港市| 无棣县| 丁青县| 南和县| 尤溪县| 烟台市| 环江| 五原县| 洛川县| 东兰县| 八宿县| 深水埗区| 通州市| 桐柏县| 绥江县| 中阳县| 遂昌县| 大田县| 高州市| 攀枝花市| 临汾市| 交口县| 固始县| 汝州市| 高青县| 宁河县| 靖边县| 沂南县| 大港区| 诏安县| 嘉峪关市| 余干县| 镇平县| 团风县| 德庆县| 平南县| 清流县| 西城区| 安图县| 松江区|