filter (Galois field)
R2026b1-D digital filter over Galois field
Description
filters the data in the vector y = filter(b,a,x)x with the filter described by numerator
coefficient vector b and denominator coefficient vector
a. The vectors b, a, and
x must be Galois vectors in the same field. If
a(1) is not equal to 1, then
filter normalizes the filter coefficients by a(1).
As a result, a(1) must be nonzero. For filter implementation information,
see Direct Form II Transposed Filter.
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced before R2006a