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).
Note
This function performs computations in GF(pm), where p is
prime. To work in GF(2m), use the filter
function with Galois arrays. For details, see Filtering.