Home > . > clipping.m

clipping

PURPOSE ^

[n, status] = clipping(a)

SYNOPSIS ^

function [nlow, nhigh, status] = clipping(a, low, high, thresh1)

DESCRIPTION ^

 [n, status] = clipping(a)
 Function checks for clipping of data array
 a = array
 low = low clip value
 high = high clip value
 thresh1 = threshhold fraction used for warning, if =0 all
           clipping is reported
 Peter Burns 10 Aug. 1999
             30 Sept 2002 remove warning dialog window
  Copyright (c) 2007 Peter D. Burns

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 27-Jul-2009 13:44:16 by m2html © 2003