说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 任意方位跟踪
1)  arbitrariness azimuth track
任意方位跟踪
2)  azimuth tracking
方位跟踪
1.
An azimuth tracking algorithm for TACAN navigation systems based on extended Kalman filtering algorithm is introduced and simulated.
介绍了基于扩展卡尔曼滤波的TACAN导航方位跟踪算法,并对该算法进行了计算机仿真。
3)  bearings-only tracking
纯方位跟踪
1.
Optimal observer trajectory and simulation analysis for bearings-only tracking of constant acceleration target
常加速目标纯方位跟踪最优观测者轨迹及仿真分析
2.
Descriptions are made about the bearings-only tracking problems.
对纯方位问题进行了描述,对解纯方位跟踪问题的传统最小二乘滤波方法进行了研究,并给出了具体的计算模型。
3.
Generally,the land observer platform is stationary,a single stationary observer′s bearings-only tracking(BOT)′s precision is too low and its error is too big.
针对陆地固定观测器单站纯方位跟踪的精度不高、误差大,完全依靠被动的纯方位跟踪无法获得目标的唯一跟踪解这一问题,提出了一种纯方位跟踪信息融合方法。
4)  muti-azimuth track
多方位跟踪
5)  bearing-only tracking
纯方位跟踪
1.
According to the characteristic of bearing-only tracking system,in this paper some typical algorithms for passive sensor tracking are presented in detail,such as the modified gain extended Kalman filtering,pseudo linear Kalman filtering,unscented Kalman filtering,extended Kalman filtering under modified Spherical Coordinates and Kalman filtering only by only angle information.
针对纯方位跟踪系统的特点,对修正增益扩展卡尔曼滤波、伪线性滤波、基于无迹变换的卡尔曼滤波、修正球坐标系下的扩展卡尔曼滤波、直接对角度信息建模的卡尔曼滤波等被动目标跟踪算法予以详细的讨论,并在满足可比性的条件下,对各个跟踪算法进行了仿真实验,比较和分析了仿真结果,指出了修正增益扩展卡尔曼滤波的算法优势,对实际工程应用中算法选择问题提出了参考性建议。
2.
It provides a fast and exact track initiation solution for the bearing-only tracking system using a single passive sensor.
该方法有效地解决了角度坐标系下机动目标的航迹起始分辨率下降的问题,为基于单个被动传感器纯方位跟踪系统进行快速、准确的航迹起始提供了新的思路。
6)  bearings only tracking
纯方位跟踪
1.
In this paper, a new bearings only tracking approach, which consists of a set of weighted least squares filters(LSF) each with a different initial range estimate, is proposed.
提出了一种利用基于距离参数的最小二乘滤波器群的纯方位跟踪目标参数估计器 ,该估计器是由若干个处地不同的距离区间上的加权最小二乘滤波器组成 。
补充资料:ANSYS中在任意面施加任意方向任意变化的压力方法
在任意面施加任意方向任意变化的压力
在某些特殊的应用场合,可能需要在结构件的某个面上施加某个坐标方向的随坐标位置变化的压力载荷,当然,这在一定程度上可以通过ANSYS表面效应单元实现。如果利用ANSYS的参数化设计语言,也可以非常完美地实现此功能,下面通过一个小例子描述此方法。
!!!在执行如下加载命令之前,请务必用选择命令asel将需要加载的几何面选择出来
!!!
finish
/prep7
et,500,shell63
press=100e6
amesh,all
esla,s
nsla,s,1
! 如果载荷的反向是一个特殊坐标系的方向,可在此建立局部坐标系,并将
! 所有节点坐标系旋转到局部坐标系下.
*get,enmax,elem,,num,max
dofsel,s,fx,fy,fz
fcum,add !!!将力的施加方式设置为"累加",而不是缺省的"替代"
*do,i,1,enmax
*if,esel,eq,1,then
*get,ae,elem,i,area !此命令用单元真实面积,如用投影面积,请用下几条命令
! *get,ae,elem,i,aproj,x !此命令用单元X投影面积,如用真实面积,请用上一条命令
! *get,ae,elem,i,aproj,y !此命令用单元Y投影面积
! *get,ae,elem,i,aproj,z !此命令用单元Z投影面积
xe=centrx !单元中心X坐标(用于求解压力值)
ye=centry !单元中心Y坐标(用于求解压力值)
ze=centrz !单元中心Z坐标(用于求解压力值)
! 下面输入压力随坐标变化的公式,本例的压力随X和Y坐标线性变化.
p_e=(xe-10)*press+(ye-5)*press
f_tot=p_e*ae
esel,s,elem,,i
nsle,s,corner
*get,nn,node,,count
f_n=f_tot/nn
*do,j,1,nn
f,nelem(i,j),fx,f_n !压力的作用方向为X方向
! f,nelem(i,j),fy,f_n !压力的作用方向为Y方向
! f,nelem(i,j),fz,f_n !压力的作用方向为Z方向
*enddo
*endif
esla,s
*enddo
aclear,all
fcum,repl !!!将力的施加方式还原为缺省的"替代"
dofsel,all
allsel
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条