PZ2Resp(PZ, f, PLOT = TRUE)
where s = 2 * pi * 1i * f. PZ requires the following elements: poles: Vector of poles np: number of poles zeros: Vector of zeros nz: Number of zeros Knorm: Normalization constant Sense: Instrument sensitivity (V/(m/s))
# Response of Guralp CMG-40T
PZ = GetPZ(12)[[1]]
f = (1:10000 - 1)/1000
PZ2Resp(PZ, f)
Run the code above in your browser using DataLab