说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 任意频率响应
1)  arbitrary magnitude and phase responses
任意频率响应
1.
The algorithms for the design of Finite-impulse response(FIR) filters with arbitrary magnitude and phase responses are developed using second-order cone programming.
提出了一种任意频率响应FIR滤波器的快速精确设计方法。
2)  Frequency response
频率响应
1.
The relationship between structure of polyurethane foam sandwich panels and the frequency response;
聚氨酯泡沫夹心板的结构与频率响应特性
2.
Frequency responses of the surface-acoustic-wave driving single-electron-transport device;
声表面波单电子输运器件的频率响应研究
3.
Analysis of frequency response of aero-engine flame-basket under dynamic load;
某航空发动机火焰筒在动载荷下的频率响应分析
3)  Resonance frequency
响应频率
1.
A study of the practical value of resonance frequency impulse oscillometry on small airway obstruction;
脉冲振荡响应频率检测小气道功能障碍的应用价值
4)  response frequency
响应频率
1.
The actuator is expected to have a higher response frequency.
利用热电材料 TeM(Thermoelectric Material)的 Peltier 效应对 SMA(Shape Memory Alloy)实行快速冷却,可以大大提高形状记忆合金 SMA 的响应频率。
5)  Resonant frequency
响应频率
6)  frequency response method
频率响应法
1.
Based on the parameters that identified by frequency response method,a disturbance observer was used to estimate the disturbance generated by the variation in model parameters and load in AC servo system.
在采用频率响应法辨识出异步电机模型参数的基础上,利用干扰观测器对交流伺服系统中由模型参数变化、载荷改变等产生的干扰加以估计,并将其作为补偿信号反馈到输入端。
2.
The paper introduces a complete procedure using frequency response method to test the distortion of transformer s winding, including the principle, the determination of frequency, range, testing points, and criteria.
论述了频率响应法用于变压器绕组变形测试的全过程,其中包括频响法的原理、检测过程中扫频范围和扫描点数的选取、结果的影响因素和分析判断。
3.
The model parameters of the motor speed-loop were identified with the frequency response method,the disturbance,that was produced by variation of system parameters,machinery nonlinear etc,was estimated,and which was feedback to input port as a compensation signal.
在采用频率响应法辨识出电机速度环模型参数的基础上,利用干扰观测器对倒立摆伺服系统中由系统参数变化、机械非线性等产生的干扰加以估计,并将其作为补偿信号反馈到输入端。
补充资料: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
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条