搜索结果
找到约 190 项符合
bits 的查询结果
按分类筛选
- 全部分类
- 技术资料 (60)
- 单片机编程 (21)
- 加密解密 (12)
- 单片机开发 (12)
- VHDL/FPGA/Verilog (10)
- 学术论文 (7)
- 其他 (7)
- 压缩解压 (5)
- DSP编程 (3)
- 数值算法/人工智能 (3)
- 多媒体处理 (2)
- 通讯/手机编程 (2)
- 嵌入式综合 (2)
- 模拟电子 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- 文章/文档 (2)
- 数据结构 (2)
- Delphi控件源码 (2)
- 系统设计方案 (2)
- 软件设计/软件工程 (2)
- 其他嵌入式/单片机内容 (2)
- 书籍 (1)
- C/C++语言编程 (1)
- VHDL/Verilog/EDA源码 (1)
- 书籍源码 (1)
- 资料/手册 (1)
- 其他书籍 (1)
- 通信网络 (1)
- 电子书籍 (1)
- 驱动编程 (1)
- Linux/Unix编程 (1)
- Modem编程 (1)
- 串口编程 (1)
- 语音压缩 (1)
- 编译器/解释器 (1)
- Java编程 (1)
- 文件格式 (1)
- CA认证 (1)
- 数学计算 (1)
- 通讯编程文档 (1)
- 嵌入式/单片机编程 (1)
- 嵌入式Linux (1)
- 微处理器开发 (1)
- matlab例程 (1)
- 中间件编程 (1)
- 邮电通讯系统 (1)
- VIP专区 (1)
压缩解压 In each step the LZSS algorithm sends either a character or a <position, length> pair. Among t
In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and t ...
单片机编程 CAT93C46 器件数据手册
The CAT93C46 is a 1 kb Serial EEPROM memory device which isconfigured as either 64 registers of 16 bits (ORG pin at VCC) or 128registers of 8 bits (ORG pin at GND). Each register can be written (orread) serially by using the DI (or DO) pin. The CAT93C46 features aself&#8722;timed internal write with ...
其他嵌入式/单片机内容 The program was written with some object-orientation in mind, which means that all functions that op
The program was written with some object-orientation in mind, which means that all functions that operate on a certain structure, has the structure s name as prefix in the function name, for example "Bitstream_get" which gets bits from a bitstream structure.
其他 To use the MSSP port to communicate with 3-wire devices, the bytes to be output must be aligned
To use the MSSP port to communicate with 3-wire
devices, the bytes to be output must be aligned
such that the LSB of the address is the 8th bit
(LSB) of a byte to be output. From there, the
bits should fill the byte from right to left
consecutively.
单片机开发 The acceptance and introduction of serial communication to more and more applications has led to re
The acceptance and introduction of serial communication to more and more
applications has led to requirements that the assignment of message identifiers to
communication functions be standardized for certain applications. These applications
can be realized with CAN more comfortably, if the address r ...
Modem编程 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.
邮电通讯系统 This program simulates the bit-error-rate (BER) performance of OSTBC with L=4 antennas over the fr
This program simulates the bit-error-rate (BER) performance of OSTBC
with L=4 antennas over the frequency flat Rayleigh block fading channel
The code is developed for real orthogonal design, code rate 1/2
modulation- 16 QAM with gray coding resulting in 2 bits/sec/Hz.
压缩解压 ADPCM(Adaptive Differential Pulse Code Modulation)
ADPCM(Adaptive Differential Pulse Code Modulation),是一种针对 16bits( 或8bits或者更高) 声音波形数据的一种有损压缩算法,它将声音流中每次采样的 16bit 数据以 4bit 存储,所以压缩比 1:4. 而且压缩/解压缩算法非常简单,所以是一种低空间消耗,高质量高效率声音获得的好途径。保存声音的数据文件后缀名为 .AUD 的大多 ...
书籍 802.11n A Survival Guide
A decade ago, I first wrote that people moved, and networks needed to adapt to the
reality that people worked on the go. Of course, in those days, wireless LANs came
with a trade-off. Yes, you could use them while moving, but you had to trade a great
deal of throughput to get the mobility. Although ...