-
本文介绍了OFDM系统中一种基于训练引导的判决反馈均衡技术
本文介绍了OFDM系统中一种基于训练引导的判决反馈均衡技术-This paper introduces the OFDM system, a training guide based on the decision feedback equalizer technology
- 2022-09-13 03:50:03下载
- 积分:1
-
SIM300C EVB User Guide English manual, want to be useful for you
SIM300C EVB User Guide英语手册,希望对您有用-SIM300C EVB User Guide English manual, want to be useful for you
- 2022-06-18 13:52:00下载
- 积分: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
-
MODBUS协议中文完整版本,以往的资料不全,这是一份完完整整的MODBUS协议的中文资料,是开发MOUBUS协议栈软件的重要参考...
MODBUS协议中文完整版本,以往的资料不全,这是一份完完整整的MODBUS协议的中文资料,是开发MOUBUS协议栈软件的重要参考-MODBUS protocol full version of the Chinese past, the information was incomplete, this is a full account of the MODBUS protocol of Chinese data, the development of protocol stack software MOUBUS an important reference
- 2022-07-25 23:09:15下载
- 积分:1
-
OpenObex库的API手册,需要学习openobex的朋友可以参考一下该手册...
OpenObex库的API手册,需要学习openobex的朋友可以参考一下该手册-OpenObex the API manual We need to learn from openobex friends can make reference to the manual
- 2022-12-10 00:40:03下载
- 积分:1
-
该文件是关于采样和量化的一些资料,对于加深采样量化概念的理解具有一定的参考价值。...
该文件是关于采样和量化的一些资料,对于加深采样量化概念的理解具有一定的参考价值。-The document is on the sampling and quantification of some of the information, for better understanding of the concept of sampling to quantify a certain reference value.
- 2022-07-15 16:03:52下载
- 积分:1
-
very important ofdm document
very important ofdm document
- 2022-10-09 14:25:03下载
- 积分:1
-
口令管理器
passwrod manager-password manger
- 2023-05-03 15:05:04下载
- 积分:1
-
实现了VB6下的通讯API的封装
实现了VB6下的通讯API的封装
实现了VB6下的通讯API的封装...
实现了VB6下的通讯API的封装
实现了VB6下的通讯API的封装
实现了VB6下的通讯API的封装-实现了VB6下的通讯API的封装
实现了VB6下的通讯API的封装
- 2022-05-19 02:22:48下载
- 积分:1
-
In this simulink model , QPSK modulation and demodulation is simulated .A square...
In this simulink model , QPSK modulation and demodulation is simulated .A square root raised cosine pulse shaped signal is modulated and given as input to the demodulator.The received signal
is demodulated and given to the detector where it is matched filtered and down-sampled .The effects of symbol timing offset can be seen by varying the phase of down-sampling operation.The signal transmitted is recovered at the detector output.-In this simulink model , QPSK modulation and demodulation is simulated .A square root raised cosine pulse shaped signal is modulated and given as input to the demodulator.The received signal
is demodulated and given to the detector where it is matched filtered and down-sampled .The effects of symbol timing offset can be seen by varying the phase of down-sampling operation.The signal transmitted is recovered at the detector output.
- 2022-02-25 09:38:35下载
- 积分:1