filterx
From DavinciWiki
|
Contents: Description, Arguments, Usage, Examples, Images, Sub-Functions, Related Functions, Source Supported Under Version: >1.00
Description Boxcar filter along the x axis
Arguments and Return Values Arguments: A numeric array and a filter width Return Value: The input smoothed
Usage Syntax: filterx(object,width) The 'object' can be any type of data organization or format. The 'width' parameter defines the length of the boxcar filter in the x direction [width x 1 x 1].
Examples dv> a 100x100x1 array of float, bsq format [40,000 bytes] dv> b = filterx(a,25) 100x100x1 array of float, bsq format [40,000 bytes]
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Major Sub-Functions
Recent Library Changes Created On: 02-15-2006 |