INSTresponse(RSEIS)
INSTresponse()所属R语言包:RSEIS
Instrument Respnse Function
仪器Respnse功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract Instrument Response from Poles and Zeros
从极点和零点提取的仪器响应
用法----------Usage----------
INSTresponse(Kal, key, ff, tt = tt, plotkey = NULL)
参数----------Arguments----------
参数:Kal
Calibration
校准
参数:key
index to list of instruments
指数的文书列表
参数:ff
frequency vector
矢量变频
参数:tt
time vector
时间向量
参数:plotkey
TRUE = plot
TRUE =图
Details
详细信息----------Details----------
response is fourier transform of delta function run through the filter
响应是通过过滤器δ函数的傅里叶变换运行
值----------Value----------
List:
列表:
参数:transfer
transfer function
传递函数
参数:aa
a coeficients
一个coeficients
参数:bb
b coeficients
B̶coeficients
参数:resp
real part of response
响应的实部
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
######## set list of possible instruments:[#######可能的工具列表:]
Kal = PreSet.Instr()
### get instrument reponse for first in list:[##仪器的反应“列表中的第一位:]
resp1 = INSTresponse(Kal, 1, c(0,100) , tt=c(1,0.008), plotkey=TRUE)
### plots amplitude and phase[##图的振幅和相位]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|