Home > functions > common > morphology > vb_gauss_filter.m

vb_gauss_filter

PURPOSE ^

Gauss filtering of fMRI activity

SYNOPSIS ^

function xxP = vb_gauss_filter(parm,Rradius,Rmax,xxP,Iextract)

DESCRIPTION ^

 Gauss filtering of fMRI activity

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function    xxP = vb_gauss_filter(parm,Rradius,Rmax,xxP,Iextract)
0002 % Gauss filtering of fMRI activity
0003 %
0004 % Copyright (C) 2011, ATR All Rights Reserved.
0005 % License : New BSD License(see VBMEG_LICENSE.txt)
0006 
0007 CW = vb_smooth_filter_norm(parm,Rradius,Rmax,Iextract);
0008 
0009 xxP = CW*xxP;
0010

Generated on Tue 27-Aug-2013 11:46:04 by m2html © 2005