Learn R Programming

psd (version 2.1.2)

hfsnm: Noise levels found in PBO strainmeter data at seismic frequencies.

Description

These values represent noise levels in high frequency data (\(10^{-3} - 10\) Hz) from 2009, averaged over all stations in the Anza cluster of the Plate Boundary Observatory (PBO) borehole strainmeter network, and the UCSD-style longbase laser strainmeters.

Arguments

Format

A dataframe with 141 observations on the following 4 variables:

freq

Frequencies, in Hertz.

P50

The 50th percentile (median) noise levels in decibels relative to \(1 \epsilon^2 / \) Hz.

P10

The 10th percentile noise levels also in decibels.

meter.type

The strainmeter design type.

and 2 attributes:

source.doi

The DOI number of the source publication.

generator

The structure of a function which will refresh the values from the supplemental files of the original publication.

Details

NA values in the series highlight frequency bands where the noise levels are unreliable, due to a instrumental artifact.

See Also

pspectrum, Tohoku, magnet

Examples

Run this code
data(hfsnm)
str(hfsnm)
FUN <- attr(hfsnm, "generator")
try(dat <- FUN(molten=FALSE)) # may fail without library-access to BSSA
try(all.equal(dat[,1:4], hfsnm[,1:4]))

Run the code above in your browser using DataLab