sfaTimediff(rSFA)
sfaTimediff()所属R语言包:rSFA
Calculates the first derivative of signal data
计算第一导数的信号数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculates the first derivative of signal data
计算第一导数的信号数据
用法----------Usage----------
sfaTimediff(DATA, axType = "ORD1")
参数----------Arguments----------
参数:DATA
The matrix of signals for which the derivative is calculated (one column per signal)
衍生物计算的信号(每个信号的一列)的矩阵
参数:axType
Type of interpolation: "ORD1" (default) first order, "SCD" second ,"TRD" third, "ORD3a" cubic polynom
“ORD1”(默认)第一笔订单,“SCD”第二,“TRD”第三,“ORD3a”三次多项式插补类型:
值----------Value----------
matrix DATA <br> - DATA contains the derivative signals, with the same structure as the input data.
矩阵DATA参考 - DATA·包含衍生的信号,作为输入数据具有相同的结构。
注意----------Note----------
setting axType to invalid values will lead to first order interpolation.
设置axType为无效值,将导致一阶插值。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|