资源列表
007B
- 串口写单片机的小程序!主要是89系列和90AT8XXX系列!-write small programs! Mainly 90AT8XXX 89 series and the series!
GSM1212112
- gsm 规范。对学习电信的人很有帮助 。-gsm norms. On learning of telecommunications helpful.
《娱乐新天地》策划案及业务流程
- 《娱乐新天地》策划案及业务流程
eccnew
- 该程序可以算出未经编码和编码后的误码率,从而很清楚的表现纠错编码后系统的改善.-the program can be calculated without coding and the coding error rate, the performance is very clear after the error-correcting coding system improvements.
rsencode
- 通过编程计算RS编码前后通信系统的误码率可以很清楚的看到系统的编码增益.-programmed to calculate RS coding communication systems around the BER can clearly see the coding gain.
radar
- 雷达单点成像仿真,主要数据均按照与实测数据相近处理-single imaging radar simulation, in accordance with data similar to the measured data handling
radar2
- 雷达一个点仿真,运行结果可看到二维的sinc函数图像-radar simulation, the results can be seen running the sinc function 2D images
CnendWeb1015
- 功能介绍: 一、会员功能模块 1、站内短信发布(正在制作) 2、书架收藏夹 3、发表评论(功能不完善) 4、申请作家(与添书员整合) 5、申请添书员(与作家整合) 6、申请更新员 7、VIP会员申请(请在“在线客服”中留言给管理员提出申请) 二、作家功能模块 1、我的文章 2、发表新作 3、增加章节 4、作家专栏 5、VIP作品申请(正在制作) -functional presentations : one, a
FlashWriter1.0
- 一个写FLASH的程序,支持SST39fs040,需要硬件支持,不过是学习接口编程的好资料,提供2000以上操作系统支持及写INI文件等功能.-a written procedure, support SST39fs040 need hardware support, but learning is a good programming interface provides information on more than 2000 operating system support and wr
qpsk_rayleigh&awgn_ber&powerspec
- qpsk调制在awgn/rayleigh信道下的误码性能比较,以及信号的功率谱和星座图-QPSK modulation in awgn / Rayleigh Channel Performance Comparison of error, and the signal power spectrum and constellation
FftMethod
- FFT子程序编写及应用和FFT对连续信号进行频谱分析-FFT routines and the preparation and application of continuous signal FFT spectrum analysis
阻塞率
- 呼叫阻塞率的计算和仿真:在时间轴上考虑。无论阻塞与否,下一呼叫到达时刻为当前呼叫到达时刻加上服从参数为1/λ的指数分布的呼叫间隔时间。一个呼叫到达时只需要判断呼叫的到达时刻和各个信道服务完成时刻的先后:如果前者比后者中任意一个大,说明至少有一个信道服务完成时刻比此呼叫到达时刻早,即此信道空闲,此时呼叫成功,应该先把此信道下一个服务完成时刻置为当前呼叫到达时刻,再加上服从参数为μ的指数分布的服务时间;反之,如果前者比后者中全部都小,说明所有信道在此呼叫到达后才会结束服务,即当前忙,此呼叫被阻塞掉了