按分类查找:

  • 功能:时钟DS1302的读写 hd7279显示显示分 小时 说明: (1)每次上电时

    功能:时钟DS1302的读写 hd7279显示显示分 小时 说明: (1)每次上电时,必须把秒寄存器高位设置为0,时钟才能走时 (2)如果每次需要写入数据和时钟日历信息,须将"写保护"寄存器设置成为0 (3)P0低4位接段码,高4位接位选,从DS1302中读出来的是BCD码 (4)TS=1010,DS=01,RS=01(在Vcc1与Vcc2之间接2K电阻) (5)初始时间设置为 ...

    /dl/308861.html

    标签: 1302 7279 DS hd

    上传时间: 2016-06-16

    上传用户:三人用菜

  • //通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint un

    //通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint unsigned int sbit DS=P2^2 //define interface uint temp // variable of temperature uchar flag1 // sign of the result positive or negative sbit dula=P2^6 sbit wela=P2^7 ...

    /dl/337983.html

    标签: define unsigned include 18B20

    上传时间: 2014-01-19

    上传用户:Andy123456

  • 读取CTF脑磁图数据的Matlab代码

    读取CTF脑磁图数据的Matlab代码,要求读取数据为.ds后缀文件

    /dl/343790.html

    标签: Matlab CTF 读取 数据

    上传时间: 2013-12-21

    上传用户:bruce5996

  • 摘要:报适了一种直接序列软扩频调制解调器的SAw实现方案

    摘要:报适了一种直接序列软扩频调制解调器的SAw实现方案,并给出了相应的实验结果。该方案刘一提高系统抗干扰能力、频宽利川等方而均具有与其他技术不同的特点。同时,该技术方案为进一步研究DS-0FDM下了基石出。

    /dl/368847.html

    标签: SAw 直接序列 扩频调制 实现方案

    上传时间: 2013-12-04

    上传用户:时代电子小智

  • 在三条径的瑞利信道中

    在三条径的瑞利信道中,对于直接序列扩频: (1) 请设计DS-CDMA一种具体的码分导引辅助的信道估计方法,接收机分别采用等均益合并、最大比合并。用Simulink进行仿真,测量BPSK的误码率性能,画出比特信噪比与信道估计均方误差的关系曲线,画出比特信噪比与误码率的关系曲线,请解释在误码率为0.01时,两种合并方式所表现的 ...

    /dl/396140.html

    标签: 信道

    上传时间: 2017-01-25

    上传用户:ruan2570406

  • 复接入

    复接入,B/W双用户使用直接扩频序列 % >>>multiple access b/w 2 users using DS CDMA % >>>format is : cdmamodem(user1,user2,snr_in_dbs) % >>>user1 and user2 are vectors and they should be of equal length % >>>e.g. user1=[1 0 1 0 1 0 1] , user2=[1 1 0 0 0 1 1],snr_in_dbs=-50 % >>>or snr_in_dbs=50 ju ...

    /dl/407481.html

    标签:

    上传时间: 2014-11-22

    上传用户:zl5712176

  • 注意:刚上传的不完整

    注意:刚上传的不完整,以这个为准 (在DS-spread spectrum系统中,噪声为加性高斯白噪声,传统单用户检测,线性解相关多用户检测和最小均方误差多用户检测的性能比较)

    /dl/444063.html

    标签:

    上传时间: 2017-05-24

    上传用户:阳光少年2016

  • SPREAD SPECTRUM MODULATION TECHNIQUES -spread spectrum - those modulation methods that are producin

    SPREAD SPECTRUM MODULATION TECHNIQUES -spread spectrum - those modulation methods that are producing a signal whose spectrum is more wider than of the data signal, the occupied frequency band being independent by the signal of data band. -The signals with spread spectrum of direct sequence type BPSK ...

    /dl/448883.html

    标签: MODULATION TECHNIQUES modulation SPECTRUM

    上传时间: 2017-06-05

    上传用户:lht618

  • 使用matlab实现包络检波

    使用matlab实现包络检波,解调;matlab与通信仿真;matlab教程;ds-cdma相关文章。

    /dl/462427.html

    标签: matlab 包络检波

    上传时间: 2013-12-17

    上传用户:koulian

  • 16进制转十进制

    DATAS SEGMENT w dw 0 keybuf db 255 &nbsp; &nbsp; &nbsp;db 0 &nbsp; &nbsp; &nbsp;db 255 dup(0) &nbsp; &nbsp; &nbsp;;定义键盘输入需要的缓冲区 DATAS ENDS STACKS SEGMENT db 200 dup(?) STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: MOV AX,DATAS MOV DS,AX mov dx,offset keybuf &nbsp; ...

    /dl/502038.html

    标签: 汇编

    上传时间: 2015-04-02

    上传用户:wcc0310