Last chance! 50% off unlimited learning
Sale ends in
Vector of frequencies
INSTFREQS(b, a, w)
h = jpolyval(b,s) / jpolyval(a,s)
numerator, zeros
denominator, poles
frequency
Jonathan M. Lees<jonathan.lees.edu>
h = jpolyval(b,s) / jpolyval(a,s)
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