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

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

decoding

解碼是一種用特定方法,把數碼還原成它所代表的內容或將電脈沖信號、光信號、無線電波等轉換成它所代表的信息、數據等的過程。解碼是受傳者將接受到的符號或代碼還原為信息的過程,與編碼過程相對應。[1]
  • The same two-stage decoder as above. However, when transforming the symbols prior to Viterbi decodin

    The same two-stage decoder as above. However, when transforming the symbols prior to Viterbi decoding, the amplitude information is ignored and only the phase of the received symbol is employed in the metric computation stage.

    標簽: transforming two-stage However decoder

    上傳時間: 2015-07-05

    上傳用戶:sevenbestfei

  • Huffman 壓縮/解壓算法的ANSI C實現 This archive contains a simple and readable ANSI C implementation of Huffm

    Huffman 壓縮/解壓算法的ANSI C實現 This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding. This implementation is not intended to be the best, fastest, smallest, or any other performance related adjective. More information on Huffman encoding may be found at: http://michael.dipperstein.com/huffman http://datacompression.info/Huffman.shtml

    標簽: ANSI implementation contains readable

    上傳時間: 2014-01-05

    上傳用戶:thesk123

  • Author: wei liu Summary: simulation of binary and non-binary bch decoder MATLAB Release: R1

    Author: wei liu Summary: simulation of binary and non-binary bch decoder MATLAB Release: R14SP1 Required Products: Communications Toolbox Description: simulation of binary bch decoding algorithm for bch(n, k) with t bits error correction capability.

    標簽: simulation non-binary Summary Release

    上傳時間: 2014-01-10

    上傳用戶:frank1234

  • This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control si

    This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control signals. The decoder described in this report is interrupt-driven and operates a background function using specific features the Timer_A3. Only a small portion of the MSP430 CPU?s nonreal-time resources is used. Specific hardware bit-latching capabilities of the Timer_A3 module are used for real-time decoding of the IR data signal, independent and asynchronous to the CPU. CPU activity and power consumption are kept to an absolute minimum level. The Timer_A3 decoder implementation also allows other tasks to occur simultaneously if required. The solutions provided are written specifically for MSP430x11x(1) and MSP430x12x derivatives, but can be adapted to any other MSP430 incorporating Timer_A3. 電視遙控器設計基於MSP430

    標簽: application describes Timer_A control

    上傳時間: 2014-01-01

    上傳用戶:qq21508895

  • The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisi

    The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library included with the open source Vorbis reference libraries distributed for free by Xiph.org. Tremor can be used along with any ANSI compliant stdio implementation for file/stream access, or use custom stream i/o routines provided by the embedded environment. Both uses are described in detail in this documentation.

    標簽: integer-only embeddable libvorbisi provides

    上傳時間: 2013-12-25

    上傳用戶:lindor

  • The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisi

    The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library included with the open source Vorbis reference libraries distributed for free by Xiph.org. ogg vorbis decoder, evc project Tremor can be used along with any ANSI compliant stdio implementation for file/stream access, or use custom stream i/o routines provided by the embedded environment. Both uses are described in detail in this documentation.

    標簽: integer-only embeddable libvorbisi provides

    上傳時間: 2016-01-21

    上傳用戶:gengxiaochao

  • This R2.9 revision of the CLID detector provides the TYPE 1 (on-hook, between first and second ring,

    This R2.9 revision of the CLID detector provides the TYPE 1 (on-hook, between first and second ring, or before first ring) signal detection and returns the message raw byte data without parsing of particular fields such as Message Type, Parameter(s) Type(s), etc. The decoding of the message meaning should be performed by the user application.主叫號碼識別CID算法for TI DSP

    標簽: the revision detector provides

    上傳時間: 2014-01-18

    上傳用戶:天誠24

  • Jpeg2000編解碼器

    Jpeg2000編解碼器,附VC、Delphi等常用編程語言的使用例程 J2K-Codec ver 1.9 === === === === === === === === ===== Make your graphics look better with an easy-to-use JPEG 2000 decoding component. J2K-Codec can help game developers, screensaver creators and many others to improve their products--to achieve better image quality and reduce installation package size. The new image compression standard based on wavelet technology has many interesting features not available in the old JPEG, such as alpha-channel and varied resolution levels.

    標簽: Jpeg 2000 編解碼器

    上傳時間: 2013-12-27

    上傳用戶:kytqcool

  • 利用哈夫曼編碼進行信息通信可以大大提高信道利用率

    利用哈夫曼編碼進行信息通信可以大大提高信道利用率,縮短信息傳輸時間,降低傳輸成本。但是,這要求在發送端通過一個編碼系統對待傳數據預先編碼,在接收端將傳來的數據進行譯碼(復原)。對于雙工信道(即可以雙向傳輸信息的信道),每端都需要一個完整的編/譯碼系統。試為這樣的信息收發站寫一個哈夫曼編/譯碼系統。 [基本要求]: (1)I:初始化(Initialization)。從終端輸入一個長度不超過80的字符串(全部為大寫字母且無空格)。統計字符串的長度n、以及不同字符的個數和每種字符的權值,然后建立哈夫曼樹。 (2)E:編碼(Encoding)。利用已建好的哈夫曼樹對正文字符串進行編碼,并輸出。 (3)D:譯碼(decoding)。利用已建好的哈夫曼樹與已經完成的編碼進行譯碼,并輸出。

    標簽: 編碼 信息通信 信道 利用率

    上傳時間: 2016-03-15

    上傳用戶:sclyutian

  • The UCL common multimedia library implements a number of algorithms and protocols needed by a number

    The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows 95/98/NT/XP. The following protocols/algorithms are included in the library: Base64 encoding/decoding Binary tree Random number HMAC authentication MD5 DES RTP MBus SAP

    標簽: number algorithms multimedia implements

    上傳時間: 2014-11-16

    上傳用戶:hoperingcong

主站蜘蛛池模板: 秦安县| 滦南县| 色达县| 黄浦区| 临洮县| 泾阳县| 虎林市| 蕉岭县| 明光市| 沙田区| 吉木萨尔县| 望奎县| 上饶市| 沙湾县| 惠东县| 盱眙县| 四会市| 重庆市| 岳普湖县| 洛浦县| 日照市| 吴桥县| 泊头市| 柏乡县| 文昌市| 棋牌| 繁昌县| 临夏县| 瓮安县| 福鼎市| 光山县| 嘉鱼县| 瑞金市| 镇安县| 永州市| 高台县| 阳山县| 永安市| 佳木斯市| 小金县| 饶河县|