搜索资源列表
ir2221
- Originally posted by ipman at 2005-12-19 09:39 AM: /*\\\\file: ir1210.c Date. 2005.12.14 Ipman Robbin Desp. 红外解码,支持PT2221/HT6221。 接收码MSB在前,LSB在后。共4个字节,前2个为用户码,后2个字节是按键码 红外连接到PD3(INT1)上,如需修改 ... -Originally posted by ipman at 2005-12-19 0 9:39 AM : /
hugenumbers
- This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the array, with the Least Significant Byte (LSB) first and the Most Significant Byte (MSB) last, like all Intel-integer types.-This unit uses an array of by
jiyinjiance20070407
- 1. 对给定语料估计其基音周期。 要求用MATLAB语言实现有关基音检测算法,并给出检测结果。2. 实验语料:aoYiSheng.raw 发音:“茅以升”;时长0.9s;采样率:8kHz;量化精度为16bits/sample;数据格式 LSB,MSB分析帧长:20ms(160样点)总帧数:45-1. Corpus right to set its estimated Pitch. Asked to use MATLAB the pitch detection algorithm, and
msbzhiluan
- 其余混沌的数字图像处理,应用msb的置乱方法,由于msb 对图像的贡献最大,所以对msb 的置乱会产生很好的置乱效果。
AT45DB041readwrite
- /*SPI规范:Data is always clocked into the device on the rising edge of SCK a-*/ /* nd clocked out of the device on the falling edge of SCK.All instruction-*/ /* s,addresses and data are transferred with the most significant bit(MSB) */ /* firs
C51ckzd
- 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。
mcs-51
- 通信协议:第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。 测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。 下载C的源程序:
Low_power_Modified_Booth_Multiplier
- 主題 : Low power Modified Booth Multiplier 介紹 : 為了節省乘法器面積、加快速度等等,許多文獻根據乘法器中架構提出改進的方式,而其中在1951年,A. D. Booth教授提出了一種名為radix-2 Booth演算法,演算法原理是在LSB前一個位元補上“0”,再由LSB至MSB以每兩個位元為一個Group,而下一個Group的LSB會與上一個Group的MSB重疊(overlap),Group中的位元。 Booth編碼表進行編碼(Booth
VBcrc16
- CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-1、 Load a 16-bit register with FFFF hex. Call this the CRC register. 2、 Exclusive OR the first 8-bit byte of the message with
ptr8000_p.rar
- AVR做的,很好使的!!PTR8000 M16 PTR8000模块简单测试 /最关键的是SPI的初始化,MSB首位和极性方式00,极性方式错误,数据则不正确,AVR do well to make the! ! PTR8000 M16 PTR8000 module simple test/most crucial is the SPI initialization, MSB first mode and polarity 00, the polarity wrong way, data is
CalcCRC
- CalcCRC8 The CalcCRC8 is used to append an eight-bit CRC to the message. A successful CRC check results in returning a 0. Implementation: This CRC will be using the CRC-16/CITT protocol. A 16-bit wide non-reflected code that starts initially
alu32bit
- verilog hdl alu module it is 32bit alu and 1bit alu
AIC
- 使用FPGA/CPLD设置语音AD、DA转换芯片AIC23,FPGA/CPLD系统时钟为24.576MHz 1、AIC系统时钟为12.288MHz,SPI时钟为6.144MHz 2、AIC处于主控模式 3、input bit length 16bit output bit length 16bit MSB first 4、帧同步在96KHz-The use of FPGA/CPLD set voice AD, DA conversion chip AIC23, FPGA/
5yc
- 时空域下的信息隐藏技术,LSB ,MSB以及二值图像中的信息隐藏-When the airspace under the information hiding technology, LSB, MSB, as well as binary images of Information Hiding
ma_CRC_files
- decoder of Hamming Use a [7,4] Hamming code. m = 3 n = 2^m-1 k = n-m parmat = hammgen(m) Produce parity-check matrix. trt = syndtable(parmat) Produce decoding table. recd = [1 0 0 1 1 1 1] Suppose this is the received vector. syndrome =
msblsb_seperation
- This program seperates MSB and LSB of a two digit number in verilog and implemented on SPARTAN 3E.
MSB-Structure-Key-
- 本人的一篇数字图像水印文章,一种基于图像最高有效位构造密钥的零水印算法(核心期刊),共大家参考。-A Kind of Non-watermarking Algorithm Based on MSB Structure Key
EDGE-ADAPTIVE-IMAGE-STENOGRAPHY-BY-MSB
- EDGE ADAPTIVE IMAGE STENOGRAPHY BY MSB.rar
MSB
- 实现索引图像的MSB位隐藏和分析,参考书籍是王丽娜的信息隐藏技术-Index image of the MSB hidden and analysis
msb.tar
- get the msb of a 32bits binary number