资源列表
spi_receive_ok
- c8051F221的SPI总线通信(收)-c8051F221 SPI Bus Communication (received)
wlylbodianhua
- (实例168)利用MSComm控件拨电话,只是演示的版本-(example 168) using MSComm telephone only demo version
cyuangongyejixiaoshou
- 对员工的信息的添加、读取、保存信息、排序-Adding information to employees, read, save the information, sort
crc_verilog
- crc are implemented req in 3gpplte link design
postProcessing
- 软件定义的GPS伽利略接收机 信号处理的应用-Software-defined GPS receiver signal processing Galileo
BER_16_QAM_rayleigh
- OFDM WITH 16 QAM WITH RAYLEIGH FADING CHANNEL THAT SHOW BER
HIDInterface
- This module is common to all of the Example programs It declares the {Open, Read, Write, Close} calls for the USB device These user-calls are translated into OS system calls This module also contains several support routines used by all of
flat_rayleigh
- flat rayleigh doppler coefficient generation program on C
time
- GPS时间处理,2种简单串口协议接受处理。 格林尼治时间转北京时间。
crc_caculate
- 用于通信的CRC32校验算法,保证通信的可靠性-CRC32 checksum algorithm for communication, to ensure the reliability of communication
LEACH
- Low Energy Adaptive Clustering Hierarchy ( LEACH ) is a TDMA-based MAC protocol which is integrated with clustering and a simple routing protocol
LTE_24bitCRC_enc
- 完成LTE中24bitCRC校验码编码,包括3个子程序: 1)LTE_24bitCRC_matlab_encode.m(利用matlab自带函数进行crc编码,用于实际算法对比参考) 2)LTE_24bitCRC_table_encode.m(利用查表方式进行crc编码,值得注意的是该程序还给出了查找表的具体计算方法,不像有的c程序只是定义好表格,但没有告知表格的求法) 3)LTE_24bitCRC_compare.m(比对2种方式编码的结果,验证程序的正确性。实际使用中会用2)的方