Home > Objects > @iFunc > convn.m

iFit/convn

PURPOSE ^

c = convn(a,b) : computes the convolution of an iFunc object with a response function

SYNOPSIS ^

function c = convn(a,b)

DESCRIPTION ^

 c = convn(a,b) : computes the convolution of an iFunc object with a response function 

   @iFunc/convn function to compute the convolution of data sets with automatic centering
     and normalization of the filter. This is a shortucut for
       conv(a,b, 'same pad background center normalize')
     When used with a single scalar value, it is used as a width to build a 
       gaussian function.
     when one of the argument is a character string, it is used as-is in the 
     operator expression. 

 input:  a: object or array, signal (iFunc or numeric)
         b: object or array, filter (iFunc or numeric)
 output: c: object or array (iFunc)
 ex:     c=convn(a,b);

 Version: Nov. 26, 2018
 See also iFunc, iFunc/times, iData/convn, iFunc/xcorr, fconv, fconvn, fxcorr

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