fftfilt
Performs FFT-based FIR filtering using overlap-add method
Calling Sequence
Parameters
x:
real|complex numbers - vector|matrix
b:
real|complex numbers - vector|matrix
n:
positive integer
Description
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.
Examples
Authors
Ayush Baid