说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 方向向量
1)  direction vector
方向向量
1.
This algorithm includes the following steps in turn: calculating direction vectors generated by a random mesh vertex and the ones around it; recognizing and simplifying the planar areas in the mesh according to vector average angle; judging whether a vertex accords with the secure culling rule, which adopts the result whether the area where this vertex lies is smoo.
该算法首先计算每个网格顶点与其周围相邻顶点所形成的方向向量,然后根据方向向量的平均夹角来识别和简化网格中的平面区域,之后再以该顶点所处区域是否比较平坦为顶点去除限制条件,判断该顶点是否符合安全去除原则,这样可以保留特征顶点,进而保持物体的视觉特征。
2.
The new algorithm adds a direction vector to every depth pixel in LDI ,and creates images from new vantage points by adopting a weighted rendering method for pixels with the same depth.
该算法对LDI的每个深度像素增加一个方向向量,对位于同一深度的像素采用加权平均的方法生成新视点下的目标图像。
2)  steering vector
方向向量
1.
Fast nearfield beamforming algorithm based on the Fourier series approximation of the steering vector;
基于方向向量Fourier级数近似的近场波束形成快速算法
2.
It was previously shown that the number of array elements must exceed the number of sources for subspace-based steering vector estimation.
利用传统子空间法估计方向向量要求阵元数必须大于信号源数,要求在无线通信系统中是不现实的,因为移动用户数是很大的,为突破这一限制,本文提出了一种基于子空间法的阵列天线方向向量自适应盲估计算法。
3.
Fourth-order cumulant based on blind beamforming algorithm contained error in estimating steering vector of expected signal,which resulted in degraded capability of minimum variance distortionless response(MVDR) beamformer.
基于四阶累积量的盲波束形成算法在估计有用信号方向向量时存在估计误差,导致其构造的最小方差无失真响应(MVDR)波束形成器性能降低。
3)  directional vector
方向向量
1.
Iris feature extraction algorithm based on wavelet transform and directional vector;
基于小波变换和方向向量的虹膜特征提取方法
2.
By employing the spatial signature comprehensively, we proposed a novel noise resisting method which is based on a simple DOA method and uses directional vectors and compared this method with those in reference [1] and [2].
对阵列天线情况下广义Steiner估计器(GSE)得到的信道响应进行改进,充分利用信号的空间信息,提出了一种基于简化DOA估计方法的方向向量组合降噪方法,并将其与文献[1]和文献[2]中的改进方法进行性能比较。
4)  vector of the same direction
同方向向量
5)  Measuring direction
测量方向
6)  oriented energy
方向能量
1.
In order to distinguish own faults of nonlinear elements from their look-like faults, the paper analyses oriented energy ellipsoids of voltagechange matrices on limited accessible nodes.
为了区别非线性元件的自身故障与似故障,本文仔细分析了可及点电压变化阵的方向能量椭球,并提出了相对方向能量准则。
2.
The oriented energy of filter response is introduced for detecting orientation strength of vessels in that direction.
基于该滤波器响应的方向能量被用来检测血管的方向强度。
补充资料: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
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条