1) arbitrary correlated noises
任意相关噪声
1.
Based on the linear unbiased minimum variance estimation theory, an asynchronous fusion algorithm that fused the state vector of linear system with arbitrary correlated noises is developed.
基于线性无偏最小方差估计理论,提出了一种任意相关噪声线性系统异步状态向量融合算法。
2.
Based on linear unbiased minimum variance estimation theory, a fusion algorithm which fused the state vector of nonlinear systems with dissimilar sensors with arbitrary correlated noises is developed.
基于线性无偏最小方差估计理论,提出了一种任意相关噪声异类传感器非线性系统状态矢量融合算法。
2) correlated noise
相关噪声
1.
Estimation of time delay by using weighted high-order cumulant on correlated noise;
相关噪声背景下加权高阶累积量的时延估计方法
2.
DOA estimation algorithm for coherent signals based on diagonal loading in presence of correlated noises
相关噪声下基于对角加载的相干信源DOA估计算法
3.
To deal with the spatially correlated noise,a detection method based on Fuzzy-c-Means(FCM) clustering algorithm is proposed,which uses canonical correlation coefficients of the joint covariance matrix as the feature to be classified.
针对空间相关噪声情况,利用两个独立阵列之间噪声不相关的特性,采用联合协方差矩阵的规范相关系数作为聚类特征,提出了一种基于模糊c均值聚类的信源个数检测方法。
3) Correlated noises
相关噪声
1.
Discrete-time linear estimation with correlated noises;
一类相关噪声下离散线性系统的递推状态估计
2.
Based on the Kalman filtering,the unified white noise estimators are presented for time-invariant systems with correlated noises.
基于 Kalman 滤波,提出了带相关噪声定常系统的统一的白噪声估值器。
3.
Simulation results verified the superiority of the new proposed algorithm in the general correlated noises.
仿真实验进一步验证了本文算法在一般相关噪声环境下的优越性。
4) correlation noise
相关噪声
1.
But the correlation noises in the seismic section from pseudorandom coded vibrator signal are not e.
伪随机编码信号的地震响应剖面的旁瓣电平与常规的Chirp扫描信号情形相比有明显地降低,但是伪随机编码信号地震响应剖面的相关噪声仍然没有得到有效地压制。
2.
The simulation results show that the correlation noises in response section to the seismic vibrator signal modulated by ternary aperiodic pseudorandom sequence with smaller ratio of side lobe to main lobe are obviously weaker than that by binary aperiodic pseudorandom sequence with the same length.
地震数值模拟结果表明,将具有较小边峰主峰比的三元非周期伪随机序列调制生成的信号作为地震勘探中可控震源的发射信号,其地震响应剖面的相关噪声要比相同长度的二元非周期伪随机序列调制情形有明显的减弱。
5) correlated noise
噪声相关
1.
The algorithm on update state estimate of OOSM with correlated noise
噪声相关下的无序量测状态更新估计算法
6) non corelative nose
非相关噪声
补充资料: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
在某些特殊的应用场合,可能需要在结构件的某个面上施加某个坐标方向的随坐标位置变化的压力载荷,当然,这在一定程度上可以通过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
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条