资源列表
LDPC-2012-02-11
- C语言实现的LDPC(Low Density Parity Check Codes)通信仿真代码(Software for Low Density Parity Check Codes Version of 2012-02-11. This collection of programs and modules, written in C, is intended to support research and education concerning Low Density Pari
hd662
- Achieve serial data acquisition, This is the second energy entropy matlab code, Including regression analysis and probability and statistics.
SmsIm
- projecto to use sms in windows mobile sdk 6
AppointmentOverSms
- project to appointment over sms in windows mobile 6
IEC-60870-Part-5-104
- IEC-60870-Part-5-104
modbus
- 实现基于modbus协议的通讯程序,编程语言c语言(implementation of communication procedures based on the Modbus Protocol)
Amplitude Modulation (Baseband, Passband)
- A key consequence of the usual double-sideband amplitude modulation (AM) is that the range of frequencies the signal spans (its spectral bandwidth) is doubled. Thus, the RF bandwidth of a signal (measured from the lowest frequency as opposed to 0 Hz)
c++单点定位程序
- PPPGPSshujujiesuan,it is good for studying GPS(PPPPPPGPSshujujiesuanPPPGPSshujujiesuan,it is good for studying GPS)
CSharpModBusExample
- modbusTCPIP 通讯实例,微软官网指导示例(modbusTCPIP example)
modem
- 未使用任何控件,自己控制串口,编写的单独类,可进行拨打电话,接听电话,接收来电号码等操作。是从一本书上复制下来的。 因为没使用任何的控件,所以不会因为控件漏洞的原因被系统阻止使用。 所有使用控件的通信程序,后来都不好用了,没办法只能使用这个方式。(Have not use any controls, control their own serial port, the preparation of a separate class, you can make calls, answer call
OFDM_SIM
- OFDM的仿真程序 QAM和PSK的模拟(OFDM simulation program)
C# 串口调试小助手(有源码)
- C#中串口通信编程 收藏 本文将介绍如何在.NET 平台下使用 C#创建串口通信程序, .NET 2.0 提供了串口通信的功能, 其命名 空间是 System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进 行通信。 我们将使用标准的 RS 232 C 在 PC 间通信。它工作在全双工模式下,而且我们不打算使用 任何的握手 或流控制器,而是使用无 modem 连接。 命名空间 System.IO.Ports 命名空间中最重用的是 SerialPort 类。 创建 S