FILTER

From Jacket Wiki

Jump to: navigation, search
Back to Function List

1-D digital filter

Usage

Jacket for M Language
    Supported Syntax
    
y = filter(b,a,X)
[y,zf] = filter(b,a,X)
[y,zf] = filter(b,a,X,zi)
    

GFOR Supported

Yes

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE 

Types Not Supported

-  GLOGICAL   GINT32   GINT8   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/filter.html

Notes

  • GDOUBLE inputs are converted to GSINGLE internally
  • b and a must be CPU data and are limited to 50 coefficients

See Also

FILTER2

Views
Personal tools