Member of the linear systems class.
r = filternorm(b, a)
r = filternorm(b, a, p)
Computes the norm of the transfer function of a digital filter.
| Name | Description |
| b | Specifies the forward filter coefficients. b is a vector. |
| a | Specifies the backward filter coefficients. a is a vector. |
| p | Specifies the type of norm. p can be 2 or inf. The default is 2. |
| Name | Description |
| r | Returns the norm of the filter. |
filternorm([1 2 3 4], [7 6 5 4])