搜索:encoding decoding

找到约 227 项符合「encoding decoding」的查询结果

结果 227
https://www.eeworm.com/dl/502/29090.html 单片机编程

基于MT8880的一键拨号电话系统设计

  针对煤矿井下调度及紧急救援系统的需求,以DTMF编解码模块为核心,设计了具有自动拨号功能的新型电话系统。该系统利用MT8880对DTMF信号的编解码功能实现一键拨号和远程设置,通过检测振铃和忙音信号,完成自动摘机和挂机过程,配合AGC等外围电路达到话音清晰流畅的效果。   Abstract:    ...
下载 93
·
查看 1179
https://www.eeworm.com/dl/521831.html 书籍

Channel+Coding+in+Communication+Networks

The very title of this book is borrowed from the information theory vocabulary, and, quite naturally, it is an outline of this theory that will serve as an introduction. The subject of information theory is the scientific study of communications. To this end it defines a quantita ...
查看 148
https://www.eeworm.com/dl/534/406524.html 其他

Huffman codes &#1048708 In telecommunication, how do we represent a set of messages, each with an

Huffman codes &#1048708 In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0’s and 1’s? &#1048708 To minimize the transmission and decoding costs, we may use short strings to represent more frequently used messages. &#10 ...
下载 187
·
查看 1064
https://www.eeworm.com/dl/617/171979.html 压缩解压

This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huf

This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-length-encoding and end-of-block coding i ...
下载 98
·
查看 1117
https://www.eeworm.com/dl/516/259741.html DSP编程

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 ...
下载 185
·
查看 1079
https://www.eeworm.com/dl/Mentor/21525.html Mentor

Design Safe Verilog State Machine(Synplicity)

  One of the strengths of Synplify is the Finite State Machine compiler. This is a powerfulfeature that not only has the ability to automatically detect state machines in the sourcecode, and implement them with either sequential, gray, or one-hot encoding. But alsoperfor ...
下载 141
·
查看 1186
https://www.eeworm.com/dl/kbcluoji/40146.html 可编程逻辑

Design Safe Verilog State Machine(Synplicity)

  One of the strengths of Synplify is the Finite State Machine compiler. This is a powerfulfeature that not only has the ability to automatically detect state machines in the sourcecode, and implement them with either sequential, gray, or one-hot encoding. But alsoperfor ...
下载 20
·
查看 1253
https://www.eeworm.com/dl/519/444350.html 加密解密

Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access fr

Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0 s and 1 s? 2.To minimize the transmission and decoding costs, we may use short strings to represent more frequently used messages. 3.This problem can be ...
下载 26
·
查看 1090
https://www.eeworm.com/dl/652/307673.html 文章/文档

C++实现的哈弗曼编码

C++实现的哈弗曼编码,并有流程图(1)I:初始化(Initialization)。从指定的英文文件中Sourcefile.txt读取数据,根据文件内容统计的字符的频度,建立哈夫曼树。 (2)E:编码(Encoding)。利用已经建好的哈夫曼树进行编码,并将每个字符的编码写入文件HuffCode.txt中保存。 (3)C:压缩(Compress)。 ...
下载 112
·
查看 1055
https://www.eeworm.com/dl/575/13987.html 图形图像

数字图像处理--行程编码算法的设计与实现(完整报告版本)

·数字图像处理--行程编码算法的设计与实现(完整报告版本)目 录1 绪论 22 需求分析 32.1设计题目 32.2设计目的 32.3设计要求 32.4 开发环境介绍 43 概要设计 53.1图像编码相关理论 53.2 行程编码(Run-Length Encoding,RLE) 63.21  RLE ...
下载 169
·
查看 1392