-
2psk case simulation, matlab environment. Not own, and perhaps a bit useful for...
2psk仿真的案例,matlab环境下的。不是自己编的,可能对初学者有点用处-2psk case simulation, matlab environment. Not own, and perhaps a bit useful for beginners
- 2022-01-26 00:10:04下载
- 积分:1
-
ATmega 128 芯片介绍文档,包括它的中断,I/O,UART,TIMER等
ATmega 128 芯片介绍文档,包括它的中断,I/O,UART,TIMER等-ATmega 128 chip, introduced the document, including its interrupt, I/O, UART, TIMER, etc.
- 2022-03-22 21:14:18下载
- 积分:1
-
MFC下利用CSerialPort编写的串口demo
远程通信常用的业务应用程序,连接不同的网站为了监视存货和交易。例如,我曾经写过一个大的配药方案在许多诊所网站自动接收新订单和更新的药学信息的每个晚上从一个世纪的主机位置。世纪的主机在晚上的时间,每个站点获取库存水平和交易信息。我的很大一部分时间都是花了建设电信例程,发送和接收信息包。在某种程度上,我提供的这个简单的CSerial类在希望它会挽救一个人从串口通信的肮脏的世界,我不得不忍受并将你解放思想集中在问题域。
- 2022-10-24 03:20:03下载
- 积分:1
-
matlab教程,详细介绍Matlab的基础、入门及使用指南。
matlab教程,详细介绍Matlab的基础、入门及使用指南。
- 2023-08-11 17:05:06下载
- 积分:1
-
costas loop 2. Bpsk symbols
costas loop 2. Bpsk symbols
- 2022-06-29 16:54:27下载
- 积分:1
-
工程博士学位论文目前,EKF的初始对准和惯性的研究…
工学博士学位论文
目前,扩展卡尔曼滤波是研究初始对准和惯性/GPS组合导航问题的一个主要手段。
但初始对准和惯性/GPS组合导航问题本质上是非线性的,对模型进行线性化的扩展卡
尔曼滤波在一定程度上影响了系统的性能。近年来,直接使用非线性模型的
UKF(Unscented Kalman Filtering, UKF)和粒子滤波,正在逐渐成为研究非线性估计问题
的热点和有效方法。
本文研究了UKF和粒子滤波两种非线性滤波方法,并将其应用于非线性静基座对
准和惯性/GPS组合导航,系统地研究了初始对准和惯性/GPS组合导航中各种非线性项-Engineering PhD thesis Currently, EKF is the initial alignment study and inertial/GPS navigation of a major means. However, initial alignment and inertial/GPS navigation on the nature of the problem is nonlinear. on the model of linear expansion of the Kalman filter certain extent affected the performance of the system. In recent years, direct use of the non-linear model (UKF Unscented Kalman Filtering. UKF) and the particle filter, is gradually becoming nonlinear estimation of the hot and effective method. This paper studies the UKF and particle filter both nonlinear filtering method, will be applied to nonlinear static Base Alignment and inertial/GPS navigation, systematic study of initial alignment a
- 2022-07-12 11:49:48下载
- 积分:1
-
哈夫曼编译码程序,可以对任意给定的字符串进行编译码,并将生成的中间编码写入到文件...
哈夫曼编译码程序,可以对任意给定的字符串进行编译码,并将生成的中间编码写入到文件-Huffman coding and decoding process can be arbitrary to the strings encryption and code generation into the middle of the document
- 2022-09-25 14:50:03下载
- 积分:1
-
LEACH协议
应用背景•浸出(LEACH)是一种无线路由协议在传感器网络:–基站(sink)是固定的–传感器节点均匀•浸出节能通过:–聚集–自适应聚类关键技术•浸在WSN 增加能量;增加使用时间和吞吐量
- 2022-11-03 14:45: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
-
TC35i手机电路TC35i手机电路
tc35i MOBILE phone CIRCUIT tc35i MOBILE phone CIRCUIT -tc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUIT
- 2022-05-28 01:13:01下载
- 积分:1