MGH_KERNEL Name
  
   MGH_KERNEL Purpose
  
   This function returns one of several pre-defined kernels for 
  
   filtering operations. Category
  
   Time series analysis. Calling Sequence
  
   Result = MGH_KERNEL(p0, p1)
Positional Parameters
  
   p0 (input, string scalar): 
    
     Filter type. For valid values see code. 
  
   p1 (input, integer or string scalar): 
    
     An index specifying which kernel of a specific type is to be
    
     selected. Valid data types & values depend on p0: see code.
Return Value
  
   The function returns an array containing the kernel values, 
  
   normalized to 1 Modification History
  
   Mark Hadfield, 2007-10: 
      
       Written, based on PREKERNEL.