-
移动电话主要采用频率复用,但分配给移动电话的频段很少,远不能满足用户的需要。
因此就提出将地区划分成小区,称为蜂窝(Cell),每个蜂窝内使用一组频率,...
移动电话主要采用频率复用,但分配给移动电话的频段很少,远不能满足用户的需要。
因此就提出将地区划分成小区,称为蜂窝(Cell),每个蜂窝内使用一组频率,相隔一段距离后,相同的频率又可重复使用。
-The main use of mobile phone frequency reuse, but allocated to the small-band mobile phone, far from being able to meet the needs of users. Therefore proposed to be divided into residential areas, known as cellular (Cell), each use a set of cellular frequencies, separated by some distance, the same frequency can be reused.
- 2022-07-28 08:10:20下载
- 积分:1
-
关于音频技术的一些名词解释,对于研究音频和声学知识的爱好者大有裨益。...
关于音频技术的一些名词解释,对于研究音频和声学知识的爱好者大有裨益。-on some technical terminology, audio and acoustic knowledge lovers of great benefit.
- 2022-07-15 23:07:22下载
- 积分:1
-
about signal processing techniques
about signal processing techniques
- 2022-03-21 01:28:13下载
- 积分:1
-
linear feedback shift register (LFSR) digital system is an important structure,...
线形反馈移位寄存器(LFSR)是数字系统中一个重要的结构,本程序可以自动产生AHDL,VHDL,Verilog的源代码及电路原理图。程序可以运行在win98/2000/NT平台-linear feedback shift register (LFSR) digital system is an important structure, the process can be automatically generated AHDL, VHDL, Verilog source code and circuit schematics. Procedures can run on platforms win98/2000/NT
- 2023-02-26 19:50:04下载
- 积分:1
-
西门子S7200与VB通讯的一个类模块
这是一个vb与s7200PLC自由口通讯的类模块,我自己工程中可以直接使用。它使用的通讯方式是西门子PLC的自由口通讯技术实现。在工程开发中有不错的表现,希望大家提出宝贵的意见。
- 2022-03-22 23:15:26下载
- 积分:1
-
单级cic数字积分梳妆滤波器实现,格式.v代码,verilog语言编程...
单级cic数字积分梳妆滤波器实现,格式.v代码,verilog语言编程-Single-stage CIC filter dressing integral digital format. V code, verilog language programming
- 2022-04-29 14:45:39下载
- 积分: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
-
CDMA的MAP协议及以下层协议的解析,可以用于交换机、仪表、监测系统等等...
CDMA的MAP协议及以下层协议的解析,可以用于交换机、仪表、监测系统等等
- 2022-07-02 17:55:29下载
- 积分:1
-
时间同步 VS2005环境编程,通过串口接受到时间协议的数据,同步机器的系统时间...
时间同步 VS2005环境编程,通过串口接受到时间协议的数据,同步机器的系统时间-clock service
- 2022-03-11 19:08:47下载
- 积分:1
-
This is one of the naturalization procedure Channel, I hope Members can exchange
这是有关归一化信道的程序,希望大家多多交流-This is one of the naturalization procedure Channel, I hope Members can exchange
- 2022-10-11 04:25:03下载
- 积分:1