Performs FFT-based FIR filtering using overlap-add method
real|complex numbers - vector|matrix
real|complex numbers - vector|matrix
positive integer
y = fftfilt(b,x) filters the data in vector x with the filter described by coefficient vector b. y = fftfilt(b,x,n) uses n to determine the length of the FFT.