-
利用卷积编码和BPSK调制方式,关于高斯白噪声信道下信噪比与比特误码率关系的Simulink仿真...
利用卷积编码和BPSK调制方式,关于高斯白噪声信道下信噪比与比特误码率关系的Simulink仿真-The use of convolutional coding and BPSK modulation on the Gaussian white noise channel ,the relationship between SNR and bit error rate using Simulink simulation
- 2022-02-06 10:10:10下载
- 积分:1
-
VFP中应用收发短信
VFP中应用收发短信-VFP applications send and receive text messages
- 2022-08-18 05:49:39下载
- 积分:1
-
CMPP3.0 China Mobile Communications Development of Short Message Gateway Interfa...
中国移动通信CMPP3.0短消息网关开发接口样例,很实用的,给开发短信平台的朋友-CMPP3.0 China Mobile Communications Development of Short Message Gateway Interface example, a very practical, SMS platform for the development of a friend
- 2022-06-01 16:30:22下载
- 积分:1
-
一个写FLASH的程序,支持SST39fs040,需要硬件支持,不过是学习接口编程的好资料,提供2000以上操作系统支持及写INI文件等功能....
一个写FLASH的程序,支持SST39fs040,需要硬件支持,不过是学习接口编程的好资料,提供2000以上操作系统支持及写INI文件等功能.-a written procedure, support SST39fs040 need hardware support, but learning is a good programming interface provides information on more than 2000 operating system support and write INI file capabilities.
- 2022-03-18 01:11:12下载
- 积分:1
-
清华大学,中国电网和合格的每一…
中电网及清华大学FPGA国家紧缺人才培训教材-Tsinghua University, China Power Grid and the national shortage of qualified personnel FPGA training materials
- 2022-03-05 18:53:38下载
- 积分:1
-
这篇文章详细介绍了CP在OFDM系统中的使用
这篇文章详细介绍了CP在OFDM系统中的使用-Detailed information on CP in the OFDM system using
- 2022-10-28 08:55:03下载
- 积分:1
-
第二
二阶锁相环的基本MATLAB仿真模型
说明了二阶环对频率阶跃的有效跟踪-second-order PLL basic MATLAB simulation model shows the second part of the effective frequency tracking Step
- 2023-05-06 07:35:02下载
- 积分:1
-
qam vhdl modelsim
qam的vhdl程序,包含载波恢复等。同时含有modelsim仿真文件,希望有所帮助-qam vhdl modelsim
- 2022-07-05 05:41:20下载
- 积分: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
-
c++编写的串口程序,已通过验证,使用的是Visual studio 2005!
c++编写的串口程序,已通过验证,使用的是Visual studio 2005!-c++ written in serial procedures have been validated using Visual studio 2005!
- 2022-12-07 19:05:04下载
- 积分:1