-
linux environment RS232 communication source code
linux 环境下的 RS232通信源代码-linux environment RS232 communication source code
- 2022-12-22 21:40:02下载
- 积分:1
-
一个简单的脚本,一个八BPSK调制信号在52我们传播…
A simple Octave script where a BPSK modulated signal is transmitted on the 52 used subcarriers, may be used for understanding generation of an OFDM signal. The script is loosely based on 802.11a specification.
- 2023-07-22 22:45:02下载
- 积分:1
-
stm32基于nrf24L01的工厂环境监控系统(附上位机程序)
这是一个基于stm32的无线工业现场控制系统,由主机和从机构成,主机用串口连接电脑,通过电脑的上位机界面控制主机,能够控制温度,湿度,光照强度,设置上限限,对温度,湿度和光照强度的实时监测,又能了解工业现场电机的转动情况,无线是基于nrf24L01做成的,可以1对6进行数据传输,以便对多个工业现场进行监控。。。
- 2022-01-26 06:55:27下载
- 积分:1
-
基带系统的蒙特卡罗仿真,眼图程序,多径信道均衡,信道传输函数...
基带系统的蒙特卡罗仿真,眼图程序,多径信道均衡,信道传输函数-baseband system Monte Carlo simulation, eye procedures, multi-path channel equalization, channel transfer function
- 2023-02-06 18:40:04下载
- 积分:1
-
通信网络的集成系统VisualBacis.net开发平台开发。
采用Visual Bacis.NET开发的网络通信集成系统.
-Visual Bacis.NET development of the communications network integration system.
- 2022-02-13 22:21:57下载
- 积分:1
-
VC6.0编写的小程序,使用mscom控件,简单易懂,有详细的注释,在win2k及xp下调试通过。...
VC6.0编写的小程序,使用mscom控件,简单易懂,有详细的注释,在win2k及xp下调试通过。-VC6.0 prepared applet, use mscom controls, easy-to-read, has detailed notes, in win2k and xp debugging through.
- 2022-01-27 17:18: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
-
此程序实现了一种改进的ofdm下的信道估计方法,综合了以往的几种内插方法,并加以改进...
此程序实现了一种改进的ofdm下的信道估计方法,综合了以往的几种内插方法,并加以改进-This program realise a new channel estimation beneath the ofdm system combining several former intersecting method.Furthermore, certain ameliorations are also being done.
- 2022-02-26 19:18:49下载
- 积分:1
-
FPGA
一种基于FPGA 实现的全并行结构FFT 设计方法,采用全并行加流水结构, 可在一个时钟节拍内完成32 点FFT 运算的功能, 设计最高运算速度可达11ns-FPGA-based parallel architecture to achieve the full FFT design methodology, the use of the entire parallel increase in water structure, in a beat the clock to complete 32-point FFT computation function, the design maximum speed of up to 11ns
- 2023-05-20 09:35:03下载
- 积分:1
-
微软亚洲研究院论文:移动自组网中的基于服务质量的资源查找系统
微软亚洲研究院论文:移动自组网中的基于服务质量的资源查找系统-Microsoft Asia Research Institute Papers : Since the mobile network based on the quality of service resource locator system
- 2022-03-18 02:10:31下载
- 积分:1