搜索资源列表
MasteringserialCommuncationnsCRC
- 本人用VB写的串口通讯以及CRC算法,里边有说明 适合新手学习-I write with VB serial communications and the CRC algorithm is described inside for novice learning
map_matching_algorithm
- 车载GPS导航系统中地图匹配算法,VB+MapX实现。
crc_VB
- 本代码为在VB6.0环境下所写的CRC_16字节型算法,可用于上位机与下位机串口通信使用。-This code in VB6.0 environment CRC_16 written byte-type algorithm, can be used for PC and next-bit machine using serial communication.
OFDM(detection_qiuxing)
- 介绍了MIMO-OFDM系统检测的一种改进的算法--球形解码算法.具体包括:VB球形,CL球形解码算法和改进的算法(KCL和CL-MMSE算法).能仿真出结果.-MIMO-OFDM Systems introduced an improved detection algorithm- sphere decoding algorithm. Specifically include: VB spherical, CL sphere decoding algorithm and improved al
SERIALNUMBER
- 一个算法程序。读取电脑的硬件如CPU或硬盘的信息。必算出一个号码。是原创的程序。希望对刚学或想学VB的人有个启发。用VB6做的-An algorithm program. Read the computer s hardware information such as CPU or hard drive. Will calculate a number. Is the original program. One inspired by people just learning or want t
Modbus_RTU-vb
- MODBUS TUR源代码_内含CRC算法-MODBUS souce code
vbCHUANKOU
- 用vb写的两台计算机之间的串口程序,,速度快,算法简单,容易实现。-Vb write serial procedures between the two computers, fast algorithm is simple and easy to implement.
卷积码的编码和VB译码
- 在MATLAB上设计一个(2,1,3)卷积编码器和对应的采用维特比译码算法的译码器。编码器的生成多项式为:[1 0 1;1 1 1]。将编码器的输出经过一个高斯白噪声信道的结果作为译码器的输入,观察比较译码器输出和编码器输入,了解卷积码的容错性,并计算译码结果的误比特率.(A convolutional coder (2, 1, 3) and corresponding decoder using Vitby decoding algorithm are designed on MATLAB.