当前位置:网站首页>Analysis of the influence of ESM direction finding error on positioning error
Analysis of the influence of ESM direction finding error on positioning error
2022-07-25 23:01:00 【kissgoodbye2012】
One 、Matlab Code
clc;clear;close all
%% Analysis of positioning error caused by angle error
%% Input parameters
% AngleError=2;% DF error , The unit of
DistRadial=50:10:700;% Radial distance , Company Km
%% Error calculation
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(' Radial distance /Km');
ylabel(' Positioning error /Km');
grid on
legend(num2str(AngleError));
Two 、 Positioning error analysis


边栏推荐
- JVM memory area
- [MySQL rights] UDF rights (with Malaysia)
- 单元测试,写起来到底有多痛?
- Experiment 1, experiment 2 and Experiment 3 of assembly language and microcomputer principle: branch program design / loop program design / subroutine design
- Common software shortcuts
- Analysis of Excel file
- How painful is it to write unit tests?
- 【PMP学习笔记】第1章 PMP体系引论
- 自媒体人必备的4个素材网站,再也不用担心找不到素材
- Opencv compile and call GPU version
猜你喜欢

Network Security Learning (XV) ARP

单模型常识推理首超人类!HFL登顶OpenBookQA挑战赛
![[natural language processing] [vector representation] augsbert: improve the data enhancement method of Bi encoders for paired sentence scoring tasks](/img/9a/9bb00abf7804d61d3408143e5e4bda.png)
[natural language processing] [vector representation] augsbert: improve the data enhancement method of Bi encoders for paired sentence scoring tasks
![[MySQL rights] UDF rights (with Malaysia)](/img/72/d3e46a820796a48b458cd2d0a18f8f.png)
[MySQL rights] UDF rights (with Malaysia)

Experience of machine learning with Google Lab

AI首席架构师12-AICA-工业生产过程优化场景下产业落地解析

【MySQL提权】UDF提权(附带大马)

Express framework

QVariant的使用

Qt中文编程遇C2001错误,提示“常量中有换行符”
随机推荐
Interview question 17.11. word distance ●●
Experience of machine learning with Google Lab
Anaconda~Upload did not complete.
自媒体人必备的4个素材网站,再也不用担心找不到素材
7-1 understand everything
[tensorflow] about seed
Design of regular expressions
技术美术百人计划学习笔记(1)--基础渲染管线
面试题 17.11. 单词距离 ●●
Day 3 experiment
Anaconda~Upload did not complete.
Deploy flash based websites using Google cloud
The third experiment OSPF
The difference between "= =" and equals
Experiment 1, experiment 2 and Experiment 3 of assembly language and microcomputer principle: branch program design / loop program design / subroutine design
Matrixcube unveils the complete distributed storage system matrixkv implemented in 102-300 lines
Circle detection and line detection of PCL
【自然语言处理】【向量表示】AugSBERT:改善用于成对句子评分任务的Bi-Encoders的数据增强方法
CMU AI PhD first year summary
Opencv compile and call GPU version