当前位置:网站首页>ESM测向误差对定位误差的影响分析
ESM测向误差对定位误差的影响分析
2022-07-19 05:14:00 【kissgoodbye2012】
一、Matlab代码
clc;clear;close all
%% 角度误差导致的定位误差分析
%% 输入参数
% AngleError=2;%测向误差,单位度
DistRadial=50:10:700;%径向距离,单位Km
%% 误差计算
AngleError=[0.2 0.5 1 1.5 2 3 5 8 10 12 15];
AngleError=AngleError';
for i=1:length(AngleError)
DistError=tand(AngleError(i))*DistRadial;
plot(DistRadial,DistError);
hold on
end
xlabel('径向距离/Km');
ylabel('定位误差/Km');
grid on
legend(num2str(AngleError));
二、定位误差分析
边栏推荐
- QT calls external exe program (the simplest and easiest to use)
- Xilinx 7系列原语使用(时钟相关)——(一)
- Program verification of one-dimensional wavelet transform based on cyclic convolution (C language)
- [BOM] first knowledge of BOM~
- 基于循环卷积的一维小波变换程序验证(C语言)
- 全志 T507实现SPI转CAN 全过程
- Quanzhi t507 removes the IO expansion chip and retains the expansion pin function
- How to put a "platform" into a small box? (I) scheme comparison
- FPGA majority voter (including code)
- 使用小技巧(一)
猜你喜欢
"Embedded intelligence" constantly empowers medical devices
This paper interprets "PSCL hdeep: image-based protein localization using subcellular prediction integrated in human tissue"
Connaissance de la technologie des tunnels d'infiltration Intranet
vulnhub 靶机 Jangow: 1.0.1
UltraEdit line break / tab settings
printf的归宿-数据打印到哪儿了
Interpretation of semi supervised contractual learning for label effective medical image segmentation
Jetson Xavier NX source code compilation and installation ROS melody experience (failed)
典型的HMI应用实现方案,帮你更好的进行主控选型
测评瑞萨RZ/G2L存储读写速度与网络
随机推荐
Verilog HDL language summary (full)
What about the software problem of Quanzhi a40i network card
How to put a "platform" into a small box? (I) scheme comparison
Verilog语言中按位取反和逻辑取反的区别
SCU of zynq ARM core
First hand evaluation of Reza g2l core board and development board
Wireless network test based on Feiling NXP i.mx6ull
基于循环卷积的一维小波变换程序验证(C语言)
This paper interprets "PSCL hdeep: image-based protein localization using subcellular prediction integrated in human tissue"
常见端口及漏洞
Xilinx 7 Series primitive use (clock related) - (I)
Program verification of one-dimensional wavelet transform based on cyclic convolution (C language)
Deep Snake for Real-Time Instance Segmentation
Evaluate reading and writing speed and network of Reza rz/g2l storage
Interpretation of CO correcting: noise tolerant medical image classification via mutual label correction
[Lora & nb IOT] current situation analysis
vulnhub 靶機 Jangow: 1.0.1
Vulnhub target goldeneye: 1
用LS1028A开发板输出PWM方波
“嵌入式智能化”为医疗设备不断赋能