仪器信息网APP
选仪器、听讲座、看资讯

【求助】请教粒度分析高手,急,在线等

颗粒度测量

  • 请问高手,我已测完一批数据,怎么用mastersizer 2000直接计算出标准偏差,平均粒径,偏态系数,分选系数,峰态系数,我知道软件里好像有,但我搞了几天,不知如何搞,上网查也没有弄明白,希望是详细的步骤,一步步地解答,我比较笨,谢谢,可发我邮箱:lindroc@163.com
    +关注 私聊
  • hezia

    第1楼2009/07/28

    软件的帮助里面应该有的。

0
    +关注 私聊
  • mlb2003

    第2楼2009/07/28

    还是问问马尔文的工程师吧!

0
    +关注 私聊
  • jacoblin

    第3楼2009/07/28

    其实是一些常见函数,可以参考仪器的帮助文件。自定义函数:

    偏态?Skew:
    Syntax : Skew(pType)

    Group : Stats.

    Description : Returns the Skew of the current result distribution based on a distribution type (pType).



    As an alternative the distribution type can be used directly, in the form rtDistribution type.

    The values of pType and distribution type variables are:

    0 = Volume or rtVolume
    1 = Surface or rtSurface
    2 = Length or rtLength
    3 = Number or rtNumber

    See Distribution statistics for more information on skew.

    Example
    Calculations to determine the volume skew



    Private Function Calc() As Variant
    volskew= Stats.Skew(0)
    'Round returns the calculated value to 3 decimal places
    Calc =Round (volskew ,3)
    End Function

    Or

    Private Function Calc() As Variant
    volskew = Stats.Skew(rtVolume)
    'Round returns the calculated value to 3 decimal places
    Calc =Round (volskew ,3)
    End Function



    Return to Result statistics list

    峰态?Kurtosis
    Syntax : Kurtosis(pType)

    Group : Stats.

    Description : Returns the Kurtosis of the current result distribution based on a distribution type (pType).



    As an alternative the distribution type can be used directly, in the form rtDistribution type.

    The values of pType and distribution type variables are:

    0 = Volume or rtVolume
    1 = Surface or rtSurface
    2 = Length or rtLength
    3 = Number or rtNumber

    See Distribution statistics for more information on kurtosis.

    Examples
    Calculations to determine the volume kurtosis

    Private Function Calc() As Variant
    volkurt = Stats.Kurtosis(0)
    Round returns the calculated value to 3 decimal places
    Calc =Round (volkurt ,3)
    End Function

    Or

    Private Function Calc() As Variant
    volkurt = Stats.Kurtosis(rtVolume)
    'Round returns the calculated value to 3 decimal places
    Calc =Round (volkurt ,3)
    End Function



    Return to Result statistics list




0
  • 该帖子已被版主-mlb2003加2积分,加2经验;加分理由:鼓励应助!
    +关注 私聊
  • jacoblin

    第4楼2009/07/31

    把计算函数编辑好后,可以添加在记录栏目中。
    在Record窗口中,在标题栏(样品名称,样品号,D10.....)中点击右键,选择字段,会有你新建的函数,添加到标题栏中。
    然后选择记录,点击右键,编辑结果,按提示确定即可。
    这样会生成新的记录,新的计算结果。

0
  • 该帖子已被版主-litsas加5积分,加2经验;加分理由:及时有效应助
猜你喜欢最新推荐热门推荐更多推荐
举报帖子

执行举报

点赞用户
好友列表
加载中...
正在为您切换请稍后...