1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > 二阶相关函数 second-order correlation function英语短句 例句大全

二阶相关函数 second-order correlation function英语短句 例句大全

时间:2023-08-17 06:03:42

相关推荐

二阶相关函数 second-order correlation function英语短句 例句大全

二阶相关函数,second-order correlation function

1)second-order correlation function二阶相关函数

1.The antibunching effects of the photon in the competing 3-and 1-photon transitions model are studied by means of quantum theory,and the influences of the relative competing strength between the atom and the two-mode field and the initial photon of the field on thesecond-order correlation function are discussed.运用全量子理论研究了三光子和单光子竞争模型中光子的反聚束效应,讨论了原子与双模光场相互作用的相对耦合强度以及光场的初始光子数对光场二阶相关函数的影响。

2.The evolution regularity of thesecond-order correlation function and average coincidence counting rate are obtained by numerical calculation.数值计算得到了二阶相关函数及平均符合计数率的演化规律。

英文短句/例句

1.A Study of the qs-sensitive Degree of the Second-order Correlation Function of the Even and Odd qs-coherent States;奇偶qs相干态的二阶相关函数对变形参数敏感度的研究

2.Notes on Second Mixed Partial Derivative of Binary Function;关于二元函数二阶混合偏导数的注记

3.Symmetric partial derivative of a binary function and interrelated theory;二元函数的对称偏导数及其相关理论

4.Enumeration of balanced correlation immune Boolean functions with small weights;小重量一阶相关免疫均衡布尔函数的计数

5.The relationship between correlation immunity order and nonlinearity of Boolean function布尔函数的相关免疫阶和非线性度之间的关系

6.The Correlation-immune Functions of 2 Order Obtained from Transformation of Orthogonal Arrays;由正交表变换得到的2阶平衡的相关免疫函数

7.The Weaken Surfficient Condition on Equality of Second Order Mixed Partial Deriative;关于二阶混合偏导数相等的充分条件

8.Two Propositions and Applications about Dualistic Function s Extremum;二元函数极值问题的两个相关联命题及其应用

9.THE RELATION BETWEEN TWO FUNCTION S EXTREMUM POINT AND THE DOLLAR FUNCTION;二元函数的极值点与一元函数的关系

10.The Smoothing Function Method for a Class of Inverse Second Order Cone Programming Problems;一类二阶锥规划反问题的光滑函数法

11.The autocorrelation function is an even function.自相关函数是一个偶函数。

12.Some Studys on Bent Functions and Correlation Immune Functions;Bent函数及相关免疫函数的若干研究

13.Properties of k-Hypermonogenic Functions and Their Relative Functionsk-超正则函数及其相关函数的性质

14.Lipschitz Functions Associated with the Hankel Transform;与Hankel变换相关的Lipschitz函数

15.Henstock integrable function and staircase function;Henstock可积函数与阶梯函数

16.A comparative study of copula function correlation and correlation coefficient相关系数与Copula函数相关性比较研究

17.The function (f")is usually written simply f" and is called the second derivative.函数(f’)通常简写成f”,并称之为f的二阶导数。

18.Parameter Estimation of Second Order Systems Via Walsh Function用沃尔什函数对二阶系统的参数进行估值

相关短句/例句

second order moment of a correlation estimator相关函数二阶矩

1.A method based on thesecond order moment of a correlation estimator is studied in the detection of UQPSK DSSS signals.本文将相关函数二阶矩方法应用于这类信号的检测与伪码周期估计中,推导了检测性能与输入信噪比、初相估计误差、UQPSK DSSS信号的同相和正交支路功率比、伪码长度等参数的关系,计算机仿真验证了理论分析的正确性。

3)the second-order cyclic statistics二阶周期自相关函数

1.A new LMS algorithm based onthe second-order cyclic statistics;定义了基于二阶周期自相关函数的误差准则 ,给出了新的 LMS算法 ,并讨论了新算法的性能 。

4)triple correlation function三阶相关函数

1.Thetriple correlation function of m sequence is presented after a fast view on high-order statistic.从高阶累积量入手,引出了m序列的三阶相关函数,利用m序列峰值图案的唯一性得到生成多项式,从而估计m序列。

2.Thetriple correlation function(TCF) of m-sequence and its peak feature are studied and described in this paper.针对m 序列的三阶相关函数(TCF)及其峰值特性进行了研究。

5)Higher order correlation functi`高阶相关函数

6)second-order correlation function二阶关联函数

延伸阅读

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值,系统通过将切线从终点往外延伸计算外推值。 复合曲线轨道函数

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。