搜索:MSB
找到约 17 项符合「MSB」的查询结果
结果 17
https://www.eeworm.com/dl/648/337587.html
单片机开发
利用调制解调芯片MSB7512B
利用调制解调芯片MSB7512B,两个MCS-51单片机实现远程通信的源程序。详细电路图请参阅中国水利水电出版社出版的作者的教材<<单片机接口技术(C51版)
https://www.eeworm.com/dl/648/270061.html
单片机开发
通信协议: 第1字节
通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。
https://www.eeworm.com/dl/641/206778.html
数学计算
This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the ar
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.
https://www.eeworm.com/dl/648/261407.html
单片机开发
/*SPI规范:Data is always clocked into the device on the rising edge of SCK a-*/ /* nd clocked out of
/*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) */
/* first.
https://www.eeworm.com/dl/648/382241.html
单片机开发
AVR做的
AVR做的,很好使的!!PTR8000 M16 PTR8000模块简单测试
/最关键的是SPI的初始化,MSB首位和极性方式00,极性方式错误,数据则不正确
https://www.eeworm.com/dl/648/314450.html
单片机开发
通信协议:第1字节
通信协议:第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。
测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。 ...
https://www.eeworm.com/dl/647/424873.html
嵌入式/单片机编程
使用FPGA/CPLD设置语音AD、DA转换芯片AIC23
使用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
https://www.eeworm.com/dl/627/209040.html
语音压缩
1. 对给定语料估计其基音周期。 要求用MATLAB语言实现有关基音检测算法
1. 对给定语料估计其基音周期。
要求用MATLAB语言实现有关基音检测算法,并给出检测结果。2. 实验语料:aoYiSheng.raw
发音:“茅以升”;时长0.9s;采样率:8kHz;量化精度为16bits/sample;数据格式 LSB,MSB分析帧长:20ms(160样点)总帧数:45 ...
https://www.eeworm.com/dl/648/442554.html
单片机开发
通信协议: 第1字节
通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。
测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试 ...
https://www.eeworm.com/dl/644/340506.html
汇编语言
主題 : Low power Modified Booth Multiplier 介紹 : 為了節省乘法器面積、加快速度等等
主題 :
Low power Modified Booth Multiplier
介紹 : 為了節省乘法器面積、加快速度等等,許多文獻根據乘法器中架構提出改進的方式,而其中在1951年,A. D. Booth教授提出了一種名為radix-2 Booth演算法,演算法原理是在LSB前一個位元補上“0”,再由LSB至MSB以每兩個位元為一個Group,而下一個Group ...