搜索:encoding decoding
找到约 227 项符合「encoding decoding」的查询结果
结果 227
按分类筛选
- 全部
- 技术资料 (38)
- 压缩解压 (23)
- matlab例程 (22)
- 多媒体处理 (14)
- 通讯/手机编程 (12)
- 其他 (12)
- Linux/Unix编程 (10)
- 加密解密 (8)
- 其他书籍 (6)
- 通讯编程文档 (6)
- VHDL/FPGA/Verilog (6)
- 书籍 (6)
- 单片机编程 (5)
- 单片机开发 (4)
- 文章/文档 (4)
- Java编程 (3)
- 嵌入式/单片机编程 (3)
- Jsp/Servlet (3)
- VIP专区 (3)
- DSP编程 (2)
- 数值算法/人工智能 (2)
- 电子书籍 (2)
- 可编程逻辑 (2)
- 手机短信编程 (2)
- 文件格式 (2)
- 数学计算 (2)
- 汇编语言 (2)
- 数据结构 (2)
- VC书籍 (2)
- 无线通信 (1)
- 技术书籍 (1)
- 软件工程 (1)
- DSP工具/软件 (1)
- 通信网络 (1)
- 图形图像 (1)
- 教程资料 (1)
- Mentor (1)
- Internet/网络编程 (1)
- Modem编程 (1)
- 多国语言处理 (1)
- 技术管理 (1)
- 人工智能/神经网络 (1)
- J2ME (1)
- FlashMX/Flex源码 (1)
- 手机彩信(MMS)编程 (1)
- 系统设计方案 (1)
- 邮电通讯系统 (1)
- 行业发展研究 (1)
https://www.eeworm.com/dl/502/29090.html
单片机编程
基于MT8880的一键拨号电话系统设计
针对煤矿井下调度及紧急救援系统的需求,以DTMF编解码模块为核心,设计了具有自动拨号功能的新型电话系统。该系统利用MT8880对DTMF信号的编解码功能实现一键拨号和远程设置,通过检测振铃和忙音信号,完成自动摘机和挂机过程,配合AGC等外围电路达到话音清晰流畅的效果。
Abstract:
...
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 ...
https://www.eeworm.com/dl/534/406524.html
其他
Huffman codes 􀂄 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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
https://www.eeworm.com/dl/652/307673.html
文章/文档
C++实现的哈弗曼编码
C++实现的哈弗曼编码,并有流程图(1)I:初始化(Initialization)。从指定的英文文件中Sourcefile.txt读取数据,根据文件内容统计的字符的频度,建立哈夫曼树。
(2)E:编码(Encoding)。利用已经建好的哈夫曼树进行编码,并将每个字符的编码写入文件HuffCode.txt中保存。
(3)C:压缩(Compress)。 ...
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 ...