-
LDPC译码matlab仿真实验
本源码是用MATLAB仿真的LDPC译码程序,经实际检验,该源码准确无误,对初学LDPC编码的人很有意义。该例成分为两部分,分别是LDPC的编码和译码。欢迎大家下载。
- 2022-03-22 20:01:00下载
- 积分:1
-
MFC写的串口测试工具源码
CSerialPort:: CSerialPort(){单独监禁= FALSE;m_hComm= NULL;//初始化重叠结构成员为零m_ov.Offset= 0;m_ov.OffsetHigh= 0;//创建活动m_ov.hEvent= NULL;m_hWriteEvent= NULL;m_hShutdownEvent= NULL;m_hErrorEvent= NULL;m_hSendCompleteEvent= NULL;m_bThreadAlive= FALSE;m_bSendNotify= FALSE;m_SendList.clear();//初始化关键部分:: InitializeCriticalSection(m_csCommunicationSync);:: InitializeCriticalSection(m_csSendList);}////删除动态内存//CSerialPort::〜CSerialPort(){ReleasePort();:: DeleteCriticalSection(m_csCommunicationSync);:: DeleteCriticalSection(m_csSendList);}无效CSerialPort:: ReleasePort(){而(m_bThreadAlive){而::休眠(1)(m_SendList.empty()!); //2012-09-27zhaoz修复停止仪器采集后数据报文发送不出去问题SetEvent的(m_hShutdownEvent);睡眠(1);}
- 2022-02-25 01:02:02下载
- 积分:1
-
IMEI号码计算出口XLS格式。对于移动电话,数据C。
计算IMEI号码并导出为XLS格式保存。可为手机、数据卡生产过程提供帮助-Calculation of IMEI number and exported to XLS format. For mobile phones, data cards to help the production process
- 2022-01-26 03:27:51下载
- 积分:1
-
文章通过仿真比较了线性均衡器和判决反馈均衡器在通信系统中的性能
文章通过仿真比较了线性均衡器和判决反馈均衡器在通信系统中的性能-Comparison of the article through the simulation of linear equalizer and decision feedback equalizer in the communication system performance
- 2022-07-25 17:47:06下载
- 积分:1
-
GSM短信测试程序,可以发送短信到手机。发展。
GSM短信测试程序,可以给手机发送短信息。开发环境为Visual c++。-GSM message testing procedures, you can send text messages to mobile phones. Development Environment for Visual c++.
- 2022-02-25 18:51:29下载
- 积分:1
-
最简单的winsocket串口编程示例,此程序在VC2005下开发
最简单的winsocket串口编程示例,此程序在VC2005下开发-most simple winsocket serial programming examples, this procedure under development in VC2005
- 2022-03-15 15:30:01下载
- 积分:1
-
详细的串口状态,获取串口的各种状态.帮助理解串口编程。
详细的串口状态,获取串口的各种状态.帮助理解串口编程。-detailed status, access to the serial port state. To help understand serial programming.
- 2022-01-24 16:25:14下载
- 积分:1
-
with a series of RS coding procedures, using BERLEKAMP
一个用c编的RS编码的程序,采用BERLEKAMP-MASSEY S 算法,输入m,以及信噪比,可得到生成多项式和误码率等。-with a series of RS coding procedures, using BERLEKAMP- MASSEY S algorithm input m, and the signal-to-noise ratio. available generating polynomial and the error rate.
- 2022-03-22 00:27:10下载
- 积分:1
-
学通讯电子工程的必会的知识之一,打开看看吧!
学通讯电子工程的必会的知识之一,打开看看吧!-electronic communications school project will be one of the knowledge, open look!
- 2022-10-09 16:25:03下载
- 积分:1
-
Viterbi decoder for 213 417 code rate
自己写的Viterbi Decoder 可以解码 213 417 码率-Viterbi decoder for 213 417 code rate
- 2022-08-15 10:15:21下载
- 积分:1