ReadSet.Instr(RSEIS)
ReadSet.Instr()所属R语言包:RSEIS
Read Instrument Response file
仪器响应文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Read in an instrument response file, or
阅读的仪器响应文件,或
用法----------Usage----------
ReadSet.Instr(file)
参数----------Arguments----------
参数:file
name of file to read, or vector of character strings from the file
读取的文件名,从文件或字符串向量
Details
详细信息----------Details----------
If file is a path to a file it is read in and processed. If file is a vector of character strings from a file that has already been read in, the file is processed directly.
如果文件是一个文件路径,它是阅读和处理。如果文件是从一个文件的字符串,在已被读取的矢量,该文件被直接处理。
值----------Value----------
list:
列表:
参数:np
NUmber of poles
极数
参数:poles
complex vector of poles
复杂的向量的极
参数:nz
number of zeros
零的个数
参数:zeros
complex vector of zeros
复杂的零向量
参数:Knorm
normalization factor
归一化因子
参数:Sense
sensitivity factor
灵敏度因子
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
实例----------Examples----------
### in this case a file has already been read in:[##在这种情况下,一个文件已经被读取的位置:]
CMG=c(
"ZEROS 2",
"0.0000E+00 0.0000E+00",
"0.0000E+00 0.0000E+00",
"POLES 3",
"-0.1480E+00 0.1480E+00",
"-0.1480E+00 -0.1480E+00",
"-50.0 0.0",
"CONSTANT 1.0",
"SENSE 800")
ReadSet.Instr(CMG)
## Not run: [#不运行:]
RL28 = ReadSet.Instr('/pathto/Equipment/Sensors/L28.inst.response')
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|