-
ip路由选择
ip路由选择-ip routing Contents Paragraphs Page
- 2022-08-14 10:06:42下载
- 积分:1
-
考虑了瑞利衰落信道下的情况,设置了5,10,20条多径,有完美的仿真结果...
考虑了瑞利衰落信道下的情况,设置了5,10,20条多径,有完美的仿真结果-consideration of Rayleigh fading channels under the conditions, the number of trails 5, 10, 20, a perfect simulation results
- 2022-12-19 16:40:03下载
- 积分:1
-
3G系统中,动态信道分配的研究,固定和移动边界的问题。
3G系统中动态信道分配的研究,对于固定和可移动边界两种方案进行了仿真实现,可移动边界方案显示出了明显的优势。-3G system, dynamic channel allocation study, fixed and moving boundary for the two scenarios were simulated to achieve, removable border program showed a clear advantage.
- 2023-02-23 08:20:03下载
- 积分:1
-
Based on retrospective XilinxFPGA high
基于XilinxFPGA的高速Viterbi回溯译码器-Based on retrospective XilinxFPGA high-speed Viterbi decoder
- 2022-05-06 14:30:11下载
- 积分:1
-
在公式描述GPS定位是在台北写的,杰夫,我建议…
关于GPS定位方程式的讲述,是台北的Jeff写的,我把它编程了文档,发给大家,一起拿来学习。-GPS positioning on the formula described is written in Taipei, Jeff, and I recommend it programmers the document, distributed to you, used to study together.
- 2022-10-24 22:00:03下载
- 积分:1
-
迭代法的二值化,一个是迭代法,一个是大津法。局部阈值的比较复杂,我也在这方面找呢。...
迭代法的二值化,一个是迭代法,一个是大津法。局部阈值的比较复杂,我也在这方面找呢。-erzhihua
- 2022-07-23 14:03:57下载
- 积分:1
-
windows下,串口调试软件
windows下,串口调试软件-windows, serial debug software
- 2022-04-14 21:22:00下载
- 积分:1
-
LTE 3GPP channel modeling using matlab
LTE 3GPP channel modeling using matlab.
Generates the correlated tap coefficients of the MIMO tapped delay line
% model to be used during one iteration of the main loop. The function
% performs a double interpolation, first in the fading vector domain,
% to collect the fading samples corresponding to the (sub)chip-spaced time
% samples, then in the tap domain, to match the delays of the PDP to
% the sample instants of the simulation. This second interpolation complies
% with the description in TR 25.869
- 2022-05-20 16:04:14下载
- 积分:1
-
ADSL时域均衡器,包括Matlab程序和TI C62x DSP处理器上运行的C程序
ADSL时域均衡器,包括Matlab程序和TI C62x DSP处理器上运行的C程序-ADSL Time-Domain Equalizer running on a
Texas Instruments C62x digitial signal processor
- 2023-03-29 07:00:03下载
- 积分: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