-
MIMO-OFDM无线系统开发与仿真
这是一篇很大的程序,有多种功能,可以很好地描述MIMO-OFDM系统,也可以改不同的参数,达到仿真比较的结果,这是一篇不错的程序,大家可以参考它,进行多种改进
- 2022-05-15 14:47:29下载
- 积分:1
-
c# plc modibus 通信
c# 串口 以太网通信 modibus 连接 plc
从文本框输入负数 -2 补码=反+1=进位+原数
Vb 清除输入缓冲区 输出缓冲区 c#用不用清除??哪个函数??
//發送二進制數據 ??????????????
private void SendBytesData(SerialPort serialPort)
{ ////从 文本框取得数据 如果负数 -2 怎么办????
byte[] bytesSend = Encoding.Default.GetBytes(txtSend.Text);
spcom.Write(bytesSend, 0, bytesSend.Length);
}
通过MODBUS TCP读写PLC源码
功能模块一:读写PLC主模块
using System;
using System.Net;
using System.Net.Sockets;
public static void WriteWord(int mwAddress,int mwValue)
{写字到以太网
if (init_plc() == 0)
{
try
{
hi = mwAddress / 256;
low = mwAddress - hi * 256;
hi1 = mwValue / 256; ///////////16bit
low1 = mwValue - hi * 256;
sendBuf[7] = 6;
sendBuf[8] = (byte)hi;
sendBuf[9] = (byte)low;
sendBuf[10]
- 2022-07-10 15:42:30下载
- 积分:1
-
基于 Z-STACK 的GPRS网关
去年写的一个小项目。CC2530+SIM900a实现的gprs网关。能够收发gprs数据,收发短信。
性能上,通过gprs连接服务器,每30秒发送、接收一个100字节的数据包,连续跑了一天一夜也没有问题。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-06 12:58:21下载
- 积分:1
-
串口编程 或许很多人人都用的到 呵呵~共享啦
串口编程 或许很多人人都用的到 呵呵~共享啦-directio
- 2022-05-16 02:47:35下载
- 积分:1
-
利用星座图重排策略的HARQ方案,和chase combined 方案的比较仿真...
利用星座图重排策略的HARQ方案,和chase combined 方案的比较仿真-The use of constellation rearrangement strategy HARQ program, and chase combined comparison of simulation programs
- 2022-11-30 22:40:02下载
- 积分:1
-
how to make a mobile phone charger
how to make a mobile phone charger
- 2022-02-01 03:36:28下载
- 积分:1
-
USB硬件设备检测到USB硬件检测
usb硬件设备的检测 usb硬件设备的检测-usb hardware devices detected usb hardware detection
- 2022-05-19 09:26:51下载
- 积分:1
-
gbsbem(几何gbsbem)模拟可以用来发电
GBSBEM(几何单反射椭圆模型)可以用来仿真功率-延迟-角度(pda-图)、功率延迟图、时间-角度的联合统计、波达方向的边缘特征和窄带衰落包络。适用于低层系统,包括微小区和微微小区、杂波绕射基站天线、发射机到接收机之间以及发射机和接收机的周围充斥着散射体的情形。由于其适用范围广泛且具有解析性质,揭示了空间无线信道不同特征间的相互联系,是进行研究的理想模型。-GBSBEM (geometric GBSBEM) simulation can be used to power-delay-angle (pda- Chart), power plans delayed, time-point joint statistics, DOA on the brink of decline and narrow envelope. Apply to the lower systems, including Microcell and Microcells, Clutter diffraction base station antenna, between the transmitter and receiver to the transmitter and receiver around the full scattering case. Because of its broad scope of application and analytic nature, Space Channel reveals the different features of the inter-linkages Research is the ideal model.
- 2022-02-04 12:36:39下载
- 积分:1
-
这是关于VC与单片机串口通信的资料,学习后很受启发,
这是关于VC与单片机串口通信的资料,学习后很受启发,-on VC and SCM serial communication of information, after learning a great deal of enlightenment.
- 2022-03-21 04:08:40下载
- 积分:1
-
SOVA软输出Viterbi算法
SOVA Soft out put viterbi Algorithm
- 2023-05-14 03:20:02下载
- 积分:1