INSTFREQS | R Documentation |
Vector of frequencies
INSTFREQS(b, a, w)
b |
numerator, zeros |
a |
denominator, poles |
w |
frequency |
h = jpolyval(b,s) / jpolyval(a,s)
h = jpolyval(b,s) / jpolyval(a,s)
Jonathan M. Lees<jonathan.lees.edu>
K <- PreSet.Instr()
b <- K[[1]]$zeros
a <- K[[1]]$poles
INSTFREQS(b, a, 2*pi*12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.