longfft(RSEIS)
longfft()所属R语言包:RSEIS
Long FFT Spectrogram
龙FFT频谱图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates hourly spectrograms, either alternating seismic and infrasound data or sequences of one component.
创建每小时的频谱图,地震和声波数据交替序列的一个组成部分。
用法----------Usage----------
longfft(DB, DAYS = c(233, 234), HRS = 1:24, sta = "KR1", comp = c("V",
"I"), NPP = 6, CSCALE = FALSE, pal = rainbow(100), PS = FALSE, kind = 1,
Iendian = 1, BIGLONG = FALSE)
longreset(NPP, PS)
longpstart(NPP = 6, asta = "", acomp = "", theday = 1, hr = 0)
参数----------Arguments----------
参数:DB
RSEIS Data base
RSEIS数据库
参数:DAYS
vector of Days to display
矢量显示的天
参数:HRS
vector of hours to display
矢量的要显示的小时
参数:sta
stations to extract
站提取
参数:comp
component to extract
提取组件
参数:NPP
Number of plot strips per page, default = 6
图每页条数,默认值= 6
参数:CSCALE
scaling
缩放
参数:pal
palettes to use (given two will alternate these)
调色板使用给定的两个交替使用这些
参数:PS
logical, TRUE postscript output
PostScript输出逻辑,TRUE
参数:kind
kind of seismic data, 1=SEGY, 2=SAC
种地震数据,1 = 2 = SAC SEGY,
参数:Iendian
Endian-ness of binary data
字节序的二进制数据
参数:BIGLONG
logical, TRUE=long is 8 bytes
逻辑,TRUE =长为8个字节
参数:asta
character, one station
字符,一个站
参数:acomp
character, one component
字符,一个组件
参数:theday
one day
一天
参数:hr
one hour
一小时
Details
详细信息----------Details----------
Extracts dats from the DB data base and plots strips of spectrograms for perusal.
提取反三合会行动组,从DB数据库和绘图条谱图审阅。
longpstart, longreset are auxilliary codes used to set up the postscript files and initialize the plotting.
longpstart,longreset成立的PostScript文件,并初始化绘制的若干辅助代码。
值----------Value----------
Graphical Side effects
图形化的副作用
注意----------Note----------
Program is set for data being ready from external sources in binary (SAC, SEGY) format. If data is in R-format already, the code may not work.
程序设置为数据准备从外部来源的二进制格式(SAC,SEGY)。如果数据是在R-格式,代码可能无法正常工作。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
SPECT.drive
SPECT.drive
实例----------Examples----------
## Not run: [#不运行:]
### output directory[##输出目录]
setwd("/home/lees/MARIO_TUNG/LONGFFT")
### 2 color palettes[##2调色板]
p1=Gcols(plow=5, phi=0, N=100, pal="topo.colors", mingray=0.8)
p2=Gcols(plow=5, phi=0, N=100, pal="rainbow", mingray=0.8)
### one station, vertical component[##一个站中,垂直分量]
longfft(DB, DAYS=c(148:156) , HRS=1:24 , sta="BBIL", comp=c("BHZ") , NPP=6 , CSCALE=FALSE,
pal = list(p1=p1, p2=p2), PS=TRUE , kind = 2, Iendian=1, BIGLONG=FALSE )
### one station, infrasound[##一站,声]
longfft(DB, DAYS=c(148:156) , HRS=1:24 , sta="BBIL", comp=c("BDF") , NPP=6 , CSCALE=FALSE,
pal = list(p1=p2, p2=p1), PS=TRUE , kind = 2, Iendian=1, BIGLONG=FALSE )
### one station, both vertical and infrasound, alternating[##一站,垂直和声,交替]
longfft(DB, DAYS=c(148:156) , HRS=1:24 , sta="BBIL", comp=c("BHZ", "BDF") , NPP=6 , CSCALE=FALSE,
pal = list(p1=p2, p2=p1), PS=TRUE , kind = 2, Iendian=1, BIGLONG=FALSE )
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|