filter.help
来自「gsac程序包」· HELP 代码 · 共 51 行
HELP
51 行
GSAC Command Reference Manual FILTERSUMMARY:Apply or remove an instrument response/filter from the dataFILTER [FROM|TO] [APPLY|REMOVE] [POLEZERO pzfile] [FAPFILE fapfile] [EVAL afile pfile] [FREQLIMITS f1 f2 f3 f4] [NOFREQLIMITS]INPUT: APPLY or TO The wave form is passed through the filter REMOVE or FROM The instrument filter is deconvolved from the trace POLEZERO pzfile Use the SAC Pole-zero format EVAL afile pfile Use the output of the IRIS evalresp which gives two files, one of gain(frequency) and the other phase(freq) FREQLIMITS f1 f2 f3 f4 : apply a cubic taper to the response such the response is 0 for f < f1 and for f > f4, the response is 1 for f > f2 and for f < f3, and tapers cubically from 0 to 1 for f1 < f < f2 and f4 > f > f3. Note the only way to turn this off is to reset the limits as in FREQLIMITS -2 -1 1.0e5 1.0e6 FREQLIMITS is only used in the FROM process. This is essential for a clean deconvolutionDESCRIPTION:SAC COMPATIBILITY:` This is similar in concept to the the SAC TRANSFER, whichwhere the pazfile is the displacement sensitivity of the instrument. Thiscommand is suitable to the forward transform, but must not be used fora deconvolution that involves a second transformation, e.g., do not try FILTER FROM POLEZERO pzfile FREQLIMITS f1 f2 f3 f4 FILTER TO VELbecause this actually creates two time series and used the Fast Fouriertransform to accomplish the filtering. Taking a derivative of thesecond series to yield velocity, may introduce a glitch at the last point This artifact could be eliminated if a frequency domain bilinear Z-transform differentiator were implemented.Instead use the syntax TRANSFER FROM POLEZERO pzfile FREQLIMITS f1 f2 f3 f4 TO VEL NOFREQLIMITS is not in SAC HEADER VALUES SET USER1 = permin, USER2=permax, where permin=MAX[1.0/filt_f3,old permin] and permax=MIN[1./filt_f2,old permax]. This feature is used by sacmft96 and sacpom96SEE ALSO: TRANSFER
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?