Home > Scripts > Models > fconvn.m

iFit/fconvn

PURPOSE ^

FCONVN Fast Convolution with nomalization and centering of the filter.

SYNOPSIS ^

function y=fconvn(x, h)

DESCRIPTION ^

FCONVN Fast Convolution with nomalization and centering of the filter.
   y = FCONVN(x, h) convolves x and h.
   It works with x and h being of any dimensionality. When only one argument is given, 
     the auto-convolution is computed.
   This is the same as calling 
     fconv(x,h, 'same pad background center normalize');

      x = input vector (signal)
      h = input vector (filter)

 ex:     c=fconvn(a,b);

      See also FCONV, FXCORR, CONV, CONV2, FILTER, FILTER2, FFT, IFFT

 Version: Nov. 26, 2018
 (c) E.Farhi, ILL. License: EUPL.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1