说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 偏自相关函数
1)  pacf
偏自相关函数
2)  biased auto-correlation function
有偏自相关函数
1.
The amino acid composition and the biased auto-correlation function are considered as features, BP neural network algorithm is used to synthesize these features.
基于氨基酸组成和有偏自相关函数的特征参量 ,利用BP神经网络 ,提出了一种预测蛋白质二级结构中α螺旋和 β折叠含量的计算方法 。
3)  partial correlation function
偏相关函数
1.
The definition of the partial correlation function of AR(p) process with two parameters on spatial lattice is given and the relationship between the model of AP(p)  process and its partial correlation function is discussed in this paper.
在文[1]、[2]的基础上,首次给出了两指标AR(p)过程偏相关函数的定义,并建立了过程与其偏相关函数截尾性之间的关
4)  autocorrelation function
自相关函数
1.
Variance analysis on sinusoid frequency estimators based on the argument of the sample autocorrelation function;
基于自相关函数相位的频率估计方法方差分析
2.
The autocorrelation functions of sequences generated by copying;
复制生成序列的自相关函数研究
3.
Based on the autoregressive(AR) model,the technology of digital filter was used to generate the rough surfaces that have the given autocorrelation function(ACF).
利用基于AR模型的二维数字滤波技术,通过计算机模拟生成具有指定自相关函数的粗糙表面;通过控制自相关函数来控制纹理,获得纹理的本质特征,在此基础上提出了一种能有效模拟所需表面纹理的自相关函数。
5)  self-correlation function
自相关函数
1.
The second one is based on self-correlation function.
第1种方法需要进行傅立叶变换计算;第2种方法则以自相关函数为基础,这2种方法都对相关研究提供了帮助。
2.
Analysis and computer random number抯 self-correlation function of normality, rayl and lognormal.
建立了“非线性变换”法的数学模型,对产生正态、瑞利、对数正态3种分布的随机数的自相关函数进行了分析计算。
3.
In this paper,which is based on the analysis of the characteristic of noisy signal s wavelet transform,a self-adaptive method to determine a proper decomposition order is proposed according to the white noise verification based on self-correlation function.
在对带白噪声信号的小波变换特性分析的基础上,基于自相关函数的白噪声检验方法,提出了一种确定小波分解层数的自适应算法。
6)  Auto-correlation function
自相关函数
1.
An algorithm of digital watermark based on auto-correlation function in the discrete wavelet transform domain;
一种基于自相关函数的小波域数字水印算法
2.
According to the disadvantage of the method that using auto-correlation function to abstract the periodic time of pitch,this method used center-clipping method to reduce the computational complexity of calculating auto-correlation functions of the fast signal.
介绍了一种采用TD-PSOLA合成语音的新方法,针对采用自相关法提取基音周期的缺点,该方法运用中心削波法降低计算短时信号的自相关函数的计算量。
3.
Within the data window,the auto-correlation function is used to calculate the transient energy and the cross-correlation function is used to analyze the relations between line phases,which are applied in leakage protection to effe.
在一定数据窗内,用自相关函数计算线路的高频暂态能量,互相关函数分析各线路的相位关系,二者有机结合可有效地检测出漏电信号,实现选择性漏电保护。
补充资料: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值,系统通过将切线从终点往外延伸计算外推值。


复合曲线轨道函数


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