1)  autocorrelation function
频率自相关函数
2)  frequency
频率
1.
Quantitative analysis of relationship between transitory internal friction and frequency during reverse martensitic transformation in Ni_(49.8)Ti_(50.2) alloy;
Ni_(49.8)Ti_(50.2)合金马氏体逆相变的瞬态内耗与频率间关系的定量分析
2.
Influencing analysis of human activities on frequency of red tides(HABs) in Zhejiang Sea Areas;
人类活动对浙江近海赤潮发生频率的影响分析
3.
The Gradient Analysis with Frequency Variation in Optical-electrical Characteristic of Liquid Crystal Light Valve;
液晶光阀特殊光电特性中的陡度随频率变化的分析
3)  frequencies
频率
1.
A separable approach based on the SVD of a data matrix is proposed to estimate frequencies and bearings of noise sources by a uniform linear array.
本文提出利用均匀线阵接收的数据构造一种矩阵进行奇异值分解,以对频率、方位两参数进行分离估计,用频率谱估计出声源频率,用方位谱估计出声源方位角。
2.
By using CAD software, the influence of mass and spring constant on system natural frequencies and mode shapes is discussed respectively.
本文首先导出了该系统频率和振型的分析表达式,并利用计算机辅助设计软件,分别讨论了质块质量及弹簧常数对系统频率的影响。
4)  natural frequency
频率
1.
The first natural frequency map in working space was drawn,which can be useful for selecting proper working position to avoid resonance or low-order harmonic oscillation.
为了描述柔性并联机器人的弹性动力学性能,分析了机器人振动频率的特征。
5)  frequence
频率
1.
The damping property of foamed aluminum at different strain amplitudes and different frequencies is investigated through measuring the damping of the extensive foamed aluminum at ambient temperature and acoustic frequency with audio frequence internal friction analyzer.
本文采用声频内耗仪测定了用熔体发泡法制备的工业用大规格泡沫金属铝在室温下的声频内耗,研究了泡沫金属铝在不同振幅和不同频率下的内耗特征,讨论了其内耗产生的机理。
2.
By instrcting on Jcc-220 volt mutuctor computation, the capacitance-hightened voltage value has been found in volt-resisting test with 200 Hi frequence of power source 1 and inductance voltage value of semi-insulation volt mutual inductor has also been found at the same power source by the further analysis of the.
在引出容升电压概念后,对R、L、C串联电路中容升电压与电源电压角频率的关系进行了分析,并通过对国内现有产品研究结果的进一步分析,以JCC;-220电压互感器为例推导出在200Hz电源频率下进行耐压试验时的容升电压值,并进而求得在200Hz电源频率下半绝缘电压互感器的感应电压值。
3.
The results show that this new differential amplifier has the capability of wide-band and frequence compensation in comparison with conventional differential amplifier and is a wide-band differential amplifier.
结果表明:这种新型的差动放大电路与通用的差动放大电路相比,具有宽带频率补偿作用。
6)  frequency
“频率”
参考词条
补充资料:pro/e关系式、函数的相关说明数据

关系中使用的函数
数学函数
下列运算符可用于关系(包括等式和条件语句)中。
关系中也可以包括下列数学函数:


cos ()
余弦


tan ()
正切


sin ()
正弦


sqrt ()
平方根


asin ()
反正弦


acos ()
反余弦


atan ()
反正切


sinh ()
双曲线正弦


cosh ()
双曲线余弦


tanh ()
双曲线正切


注释:所有三角函数都使用单位度。


log()
以10为底的对数


ln()
自然对数


exp()
e的幂


abs()
绝对值


ceil()
不小于其值的最小整数


floor()
不超过其值的最大整数


可以给函数ceil和floor加一个可选的自变量,用它指定要圆整的小数位数。


带有圆整参数的这些函数的语法是:


ceil(parameter_name或number, number_of_dec_places)


floor (parameter_name 或 number, number_of_dec_places)


其中number_of_dec_places是可选值:


·可以被表示为一个数或一个使用者自定义参数。如果该参数值是一个实数,则被截尾成为一个整数。


·它的最大值是8。如果超过8,则不会舍入要舍入的数(第一个自变量),并使用其初值。


·如果不指定它,则功能同前期版本一样。


使用不指定小数部分位数的ceil和floor函数,其举例如下:


ceil (10.2) 值为11
floor (10.2) 值为 11


使用指定小数部分位数的ceil和floor函数,其举例如下:


ceil (10.255, 2) 等于10.26
ceil (10.255, 0) 等于11 [ 与ceil (10.255)相同 ]
floor (10.255, 1) 等于10.2
floor (10.255, 2) 等于10.26


曲线表计算


曲线表计算使使用者能用曲线表特征,通过关系来驱动尺寸。尺寸可以是草绘器、零件或组件尺寸。格式如下:


evalgraph("graph_name", x)


,其中graph_name是曲线表的名称,x是沿曲线表x-轴的值,返回y值。


对于混合特征,可以指定轨线参数trajpar作为该函数的第二个自变量。


注释:曲线表特征通常是用于计算x-轴上所定义范围内x值对应的y值。当超出范围时,y值是通过外推的方法来计算的。对于小于初始值的x值,系统通过从初始点延长切线的方法计算外推值。同样,对于大于终点值的x值,系统通过将切线从终点往外延伸计算外推值。


复合曲线轨道函数


说明:补充资料仅用于学习参考,请勿用于其它任何用途。