Learn R Programming

RSEIS (version 2.1-6)

INSTFREQS: Instrument Frequencies

Description

Vector of frequencies

Usage

INSTFREQS(b, a, w)

Arguments

b
numerator, zeros
a
denominator, poles
w
frequency

Value

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

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