Communications Toolbox    
gffilter

Filter data using polynomials over a prime Galois field

Syntax

Description

y = gffilter(b,a,x,p) filters the data x using the filter described by vectors a and b. y is the filtered data in GF(p). p is a prime number, and all entries of a and b are between 0 and p-1.

By definition of the filter, y solves the difference equation

where

The vector a represents the degree-na polynomial

Examples

The impulse response of a particular filter is given in the code and diagram below.

See Also
gfconv, gfadd, filter


  gfdiv gflineq