Learn R Programming

TDD (version 0.4)

PlotResp: Plot Instrument Responses

Description

Plots responses of analog and digital poles/zeros lists.

Usage

PlotResp(PZ, DPZ, fmin = 0.01)

Arguments

PZ
Poles and zeros of continuous instrument response
DPZ
Digital poles and zeros of discrete instrument response
fmin
Minimum frequency to plot

Value

Graphical side effects only.

Details

PZ and DPZ must contain the elements poles, zeros, np, nz, Knorm, and Sense. Additionally, DPZ must contain the element dt.

See Also

PZ2Resp

Examples

Run this code
# Response of Guralp CMG-40T

PZ = GetPZ(12)[[1]]
DPZ = GetDPZ(12, 1)[[1]]
PlotResp(PZ, DPZ, fmin = 1/50)

Run the code above in your browser using DataLab