Learn R Programming

RSEIS (version 4.2-4)

INSTFREQS: Instrument Frequencies

Description

Vector of frequencies

Usage

INSTFREQS(b, a, w)

Value

h = jpolyval(b,s) / jpolyval(a,s)

Arguments

b

numerator, zeros

a

denominator, poles

w

frequency

Author

Jonathan M. Lees<jonathan.lees.edu>

Details

h = jpolyval(b,s) / jpolyval(a,s)

Examples

Run this code

K  <-  PreSet.Instr()
b  <-  K[[1]]$zeros
a  <-  K[[1]]$poles
INSTFREQS(b, a, 2*pi*12)



Run the code above in your browser using DataLab