-
关于mb
关于mb-ofdm uwb的MATLAB源程序代码,超宽带是当前通信研究领域的热门,多频超宽带逐渐成为通信新宠儿。-on mb- ofdm uwb MATLAB source code, UWB is currently the communications field of study popular, multi-frequency UWB gradually become the new darling of communication.
- 2023-05-25 23:20:03下载
- 积分:1
-
STM32F205串口通信程序
STM32F205串口通信程序
STM32F205串口通信程序
- 2022-01-25 16:10:36下载
- 积分: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
-
用于汽车巡航控制系统的模糊控制算法,以及如何利用梯度下降法和卡尔曼滤波来优化模糊控制器的算法。The files illustrate a simple fuz
用于汽车巡航控制系统的模糊控制算法,以及如何利用梯度下降法和卡尔曼滤波来优化模糊控制器的算法。The files illustrate a simple fuzzy control algorithm as applied to an automobile cruise control system. The files also illustrate how gradient descent and Kalman filtering can be used to optimize the fuzzy controller .-For automotive cruise control system of fuzzy control algorithm, as well as how to make use of gradient descent and Kalman filtering to optimize the fuzzy controller algorithms. The files illustrate a simple fuzzy control algorithm as applied to an automobile cruise control system. The files also illustrate how gradient descent and Kalman filtering can be used to optimize the fuzzy controller.
- 2022-03-02 19:57:15下载
- 积分:1
-
利用vc直接对打印机进行控制,输入一行就停止,单行依次打印...
利用vc直接对打印机进行控制,输入一行就停止,单行依次打印-use vc directly to the printer to control the importation and his entourage stopped, followed by single Print
- 2022-02-06 06:39:51下载
- 积分:1
-
监视RAS链接的程序
监视RAS链接的程序-porgram of monitoring RAS links
- 2023-05-26 04:35:03下载
- 积分:1
-
网格编码调制的源程序,信号在高斯信道下实现
网格编码调制的源程序,信号在高斯信道下实现-Trellis coded modulation source, the Gaussian signal channel under
- 2022-08-08 00:46:50下载
- 积分:1
-
用c语言实现fft和IIR滤波器的设计。可以和matlab中的函数FFT滤波器…
用c语言实现fft和iir滤波器的设计。可以和matlab中的函数fft,filter等效。-used language fft and IIR filter design. Matlab can and the function fft, filter equivalent.
- 2022-05-26 12:27:39下载
- 积分:1
-
SL030, 13.56M micro and small to read and write documentation module, antenna an...
SL030,13.56M微小型读写模块说明文档,天线与模块集成到一块小板-SL030, 13.56M micro and small to read and write documentation module, antenna and module integrated into a small plate
- 2022-05-14 20:10:47下载
- 积分:1
-
关于语音芯片6188的发送程序,有校验和改变参数的功能,把要发的东西放在buf里面就可以了。...
关于语音芯片6188的发送程序,有校验和改变参数的功能,把要发的东西放在buf里面就可以了。-On the voice chip of the sending process 6188, a check and change the parameters of the function of the fat things to buf on inside it.
- 2022-07-17 11:35:39下载
- 积分:1