-
编制了计算编码的通信系统,可以清楚的误码率…
通过编程计算RS编码前后通信系统的误码率可以很清楚的看到系统的编码增益.-programmed to calculate RS coding communication systems around the BER can clearly see the coding gain.
- 2022-01-26 08:28:11下载
- 积分:1
-
实现蒙特卡罗分析,可以直接调用进行对误码率等数字通信的相关参数分析...
实现蒙特卡罗分析,可以直接调用进行对误码率等数字通信的相关参数分析-The realization of the Monte Carlo analysis, can directly call on the bit error rate for digital communications, such as analysis of relevant parameters
- 2022-05-23 14:53:07下载
- 积分:1
-
该程序驱动MODEM反复拨打某一个电话号码.使用了简单的AT命令,通过COM口与MODEM通讯....
该程序驱动MODEM反复拨打某一个电话号码.使用了简单的AT命令,通过COM口与MODEM通讯.-the procedure repeated MODEM Driver Call a telephone number. Use a simple AT commands, through COM ports with modem communication.
- 2022-01-28 21:04:58下载
- 积分:1
-
本人翻译的RFC5347,方便大家在进行FOIP设计时使用。网上没有中文的,独家所有,本人原创。...
本人翻译的RFC5347,方便大家在进行FOIP设计时使用。网上没有中文的,独家所有,本人原创。-I translated RFC5347, designed to facilitate people making use of FOIP. Online there is no Chinese, exclusive of all, I am original.
- 2023-05-03 02:05:03下载
- 积分:1
-
This document is a detailed introduction to the Bluetooth technology was born, a...
本文件向大家详细的介绍了蓝牙技术的诞生,以及所遵循的一系列协议,为初学者进一步学习或开发蓝牙技术提供一些帮助。-This document is a detailed introduction to the Bluetooth technology was born, and followed by a series of agreements, for beginners to learn or develop Bluetooth technology to provide some help.
- 2022-04-24 21:44:42下载
- 积分:1
-
中国移动MMS规范,主要描述了中国移动彩信平台的结构概述,相信您读完对,整个彩信体系会有一定的了解...
中国移动MMS规范,主要描述了中国移动彩信平台的结构概述,相信您读完对,整个彩信体系会有一定的了解-China Mobile MMS norms, the main description of China Mobile MMS platform structure outlined, I believe you read right, MMS system as a whole will have a better understanding
- 2022-07-01 22:37:56下载
- 积分:1
-
自己写的一个OFDM发送接收的程序,注释详尽,适合初学者,有图形验证。可实现IFFT过采样,以及prefix...
自己写的一个OFDM发送接收的程序,注释详尽,适合初学者,有图形验证。可实现IFFT过采样,以及prefix-Writing their own to send an OFDM reception process, detailed notes, suitable for beginners, there is graphical verification. Can achieve over-sampling IFFT and prefix
- 2023-06-21 18:20:03下载
- 积分:1
-
控制器局域网(CAN)为串行通讯协议,能有效地支持具有很高安全等级的分布实时控制。...
控制器局域网(CAN)为串行通讯协议,能有效地支持具有很高安全等级的分布实时控制。-Controller Area Network (CAN) serial communication protocols that can effectively support a high level of security of the distribution of real-time control.
- 2023-04-24 10:45:04下载
- 积分:1
-
银行呼号系统设计
资源描述#include
#define uchar unsigned char //宏定义
#define uint unsigned int //宏定义
sbit rs=P2^0;
sbit e=P2^1;
sbit key1=P2^2; //四个服务人员的按键
sbit key2=P2^3;
sbit key3=P2^4;
sbit key4=P2^5;
sbit shengyinled=P2^6; //模拟声音
sbit fuwuled=P2^7;
uchar hao[50]="0"; //存储当前需要服务的号码
uchar j=0; // 号码的个数
uchar *quhao=hao;
uchar key=0; //按键值
uchar code table[]="0123456789";
uchar code table1[]="Welcome!";
uchar code table2[]="No.0000->0hao";//用于液晶初始化显示
void delay(uchar z) //延时函数
{
uchar i,j;
for(i=z;i>0;i--)
for(j=110;j>0;j--);
}
void wr
- 2022-02-22 09:46:21下载
- 积分:1
-
这是关于短信协议的电子书,我费了老大劲才找到的资料,供大家分享。希望能对搞GPRS通信和嵌入式的朋友有所帮助...
这是关于短信协议的电子书,我费了老大劲才找到的资料,供大家分享。希望能对搞GPRS通信和嵌入式的朋友有所帮助-This is the agreement on the text message e-books, I charge the oldest frozen find information for everyone to share. The hope is to engage GPRS communications and embedded friends help
- 2022-03-14 23:56:54下载
- 积分:1