-
基于自适应免疫进化算法的多用户检;
本文采用自适应免疫进化算法来解决多用户检测问题. 通过计算机仿真,无论是抗多址干
扰还是抑制远近效应,此方法都明显...
基于自适应免疫进化算法的多用户检;
本文采用自适应免疫进化算法来解决多用户检测问题. 通过计算机仿真,无论是抗多址干
扰还是抑制远近效应,此方法都明显优于传统检测方法,并且具有与最优检测器接近的误码率性能.-based on adaptive immune evolutionary algorithm multi-user location; In this paper, adaptive immune evolutionary algorithm to solve the problem of multi-user detection. through computer simulation, both anti-MAI or near-far effects, this method has been clearly superior to the traditional detection method and have the optimal detector close to the bit error rate performance.
- 2022-06-29 02:58:32下载
- 积分:1
-
Based on retrospective XilinxFPGA high
基于XilinxFPGA的高速Viterbi回溯译码器-Based on retrospective XilinxFPGA high-speed Viterbi decoder
- 2022-05-06 14:30:11下载
- 积分:1
-
Complete website design and code of the thesis can be used as a thesis and clear...
完整的网站设计的毕业论文及代码,可以作为毕业论文使用,很清晰的设计-人才信息管理-Complete website design and code of the thesis can be used as a thesis and clear design- human resources information management
- 2022-01-22 15:49:07下载
- 积分:1
-
在CDMA系统下行功率控制分析
应用背景基于功率分配算法DBPA距离在这个系统的手机在 均匀分布;细胞允许变功率为下行,每个移动 ;然后传播根据从基站接收功率。关键技术MSPC -多步先生的功率控制方法,算法这个程序让手机比较先生从 基站;为了先生阈值反馈给基站的下行状态。手机是细胞内均匀分布,与链路增益 ;ognormaly分布为每个移动,当先生发现 ;低于先生的阈值,然后移动发送控制命令 ;基站当先生观察以上先生门槛 ;减退命令发送。
- 2022-02-05 02:10:24下载
- 积分:1
-
Industrial network : Modbus, Ethernet
Industrial network : Modbus, Ethernet
- 2023-08-02 16:45:04下载
- 积分:1
-
双极性和单极性的误码率信噪比曲线
用 Matlab 作图 单极性 NRZ 和双极性 NRZ 的信噪比与误比特率关系 特性作为通信原理测试的一个入门研究
- 2022-03-14 01:49:11下载
- 积分: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
-
卓越的短信工具
卓越短信网关模拟器工具包 卓越短信网关模拟器工具包 卓越短信网关模拟器工具包-zhuoyue sms tools
- 2022-05-21 17:50:12下载
- 积分:1
-
2路M序列数字基带系统的设计
应用背景樊昌信通信原理课程实验,通过该实验可以使你更加清楚的了解信号在数字传输过程中的实际应用,对多路信号传输时的时分复用和频分复用有更加清晰的了解。关键技术
1、设计复用信号的帧结构和帧同步码;
2、设计发送、传输(无ISI)、接收和同步电路;
3、确定部件类型、参数(电路放大倍数、带宽)等性能指标;
4、连接部件组成系统,调试;
5、仿真验证,要求收发信号波形基本一致并对结果进行分析; 6、说明书撰写严格执行教务处文件。
- 2022-07-01 07:37:30下载
- 积分:1
-
锁相环程序,用MATLAB 编写,用来防真琐相环的工作过程。有学习价值...
锁相环程序,用MATLAB 编写,用来防真琐相环的工作过程。有学习价值-A PLL S PROGRAM CODING IN MATLAB,WHICH CAN SIMULATE THE PROCESS OF PLL.IT S VALUABE FOR LEARNING
- 2022-08-20 06:27:15下载
- 积分:1