FILTER2

From Jacket Wiki

Jump to: navigation, search
Back to Function List

2-D digital filter

Usage

Jacket for M Language
    Supported Syntax
    
Y = filter2(h,X)
Y = filter2(h,X,shape)
    

GFOR Supported

Yes

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE 

Types Not Supported

-  GLOGICAL   GINT32   INT8   GUINT32   GUINT8   COMPLEX 

CPU usageJacket only contains GPU computing functions. To run functions on the CPU, try one of the MathWorks products:
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/filter2.html

Notes

  • FILTER2 is only supported for 2D data.

See Also

CONV2, FILTER

Personal tools