isallpass
Determines whether the filter is all-permissive.
| Library |
|
Arguments
Input arguments
# b,a are the coefficients of the transfer function
+
vectors
Details
The coefficients of the transfer function, set as vectors. Values b and a They represent the coefficients of the polynomial in the numerator and denominator, respectively.
| Типы данных |
|
| Support for complex numbers |
Yes |
# sos — representation of second-order sections
+
the matrix
Details
The representation of the second-order sections, defined as a matrix of size , where — the number of second-order sections. The matrix
It represents sections of the second-order function
| Типы данных |
|
| Support for complex numbers |
Yes |
# tol — tolerance
+
e2/3 | scalar
Details
The tolerance is set as a positive scalar. The tolerance indicates how close two numbers must be in order to be considered equal.
| Типы данных |
|
Output arguments
#
flag —
all-pass filter flag
true | false
Details
An all-pass filter flag returned as a boolean value. The function returns true if there is an all-pass filter at the input.
| Типы данных |
|
