powered by
polezero (b, a, ...)
## example of a typical single-zero preemphasis filter a = 1 b = c(1, -.94) polezero (b, a) #example of a complex-pole formant-style filter a = c(1, -.3, .2) b = c(1) polezero (b, a)
Run the code above in your browser using DataLab