-
gm2621的寄存器说明表及调试用到的gprobe
gm2621的寄存器说明表及调试用到的gprobe-gm2621 register and gProbe file
- 2022-01-31 13:25:11下载
- 积分: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
-
dvb_t标准在Matlab的Simulink仿真
DVB_T标准的matlab下的simulink仿真-DVB_T standards under the Matlab Simulink simulation
- 2022-12-17 00:40:03下载
- 积分:1
-
著名的A780系列,E680系列的SDK开发包,附带helloworld开发实例,详细内容见包中BUILD...
著名的A780系列,E680系列的SDK开发包,附带helloworld开发实例,详细内容见包中BUILD-INSTRUCTIONS。-famous A780 series, the Fox series SDK development kits, helloworld fringe development example, For further details, see package BUILD-INSTRUCTIONS.
- 2022-03-04 06:42:49下载
- 积分:1
-
introduce a famous inequality in statistical signal processing. This inequality...
introduce a famous inequality in statistical signal processing. This inequality can be used widely in equalization and communication signal processing
- 2023-06-14 17:30:18下载
- 积分:1
-
1、将串口通讯协议存储为一个通讯文件,可是随时将存储通讯协议文件调入计算机运行与下位机通讯 可以实现通讯对话,供下位机工程师参考使用,其主要的通讯协议本程序把它...
1、将串口通讯协议存储为一个通讯文件,可是随时将存储通讯协议文件调入计算机运行与下位机通讯 可以实现通讯对话,供下位机工程师参考使用,其主要的通讯协议本程序把它们分成四种情况。 以下说明: 1)下位机直接发送数据,上位机只接收不回应数据。 2)下位机直接发送数据,上位机接收并回应数据。 3)上位机直接发送数据,下位机只接收不回应数据。 4)上位机直接发送数据,下位机接收并回应数据。 下位机工程师完全可以利用这个功能单独的并且很方便的调试与上位机通讯程序,更改双方的通讯协议, 不再需要上位机工程师的配合。windwos标准操作,使用方便。 2、可以监听活动串口的数据,将监听到的数据显示到数据显示区里面,可以保存。也可以将原先保存的文件数据读进来,以供分析。数据可以按照Hex和Ascii显示出来。发送所输入的数据,能够定时发送数据,发送文件,提供Hex和Ascii输入方式。 3、可以通过该程序,利用串口将文件发送到另一个计算机上。另一个计算机通过接收文件接收所发出的文件。-1 1 2 3 4 windwos 2HexAsc
- 2022-03-11 17:25:48下载
- 积分:1
-
提出一种改进的波形存储直读法产生宽带雷达线性调频信号的设计方隶...
提出一种改进的波形存储直读法产生宽带雷达线性调频信号的设计方隶-An improved waveform storage method produce wideband radar LFM the design side scribe
- 2022-10-04 23:25:04下载
- 积分:1
-
通过操作com口,收发短信。支持发送wap push
通过操作com口,收发短信。支持发送wap push-Through the operation of com port, send and receive message. Send wap push support
- 2022-09-29 01:30:03下载
- 积分:1
-
In this simulink model , BPSK modulation and demodulation is simulated .A square...
In this simulink model , BPSK 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 , BPSK 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.
- 2023-08-21 07:40:03下载
- 积分:1
-
termorele 2通道高速单片机
termorele 2 channel on ATTiny2313
- 2022-02-06 05:49:02下载
- 积分:1