FIR2

From Jacket Wiki

Jump to: navigation, search
Back to Function List, Signal Processing Library

Frequency sampling-based finite impulse response filter design

Usage

Jacket for M Language
    Supported Syntax
    
b = fir2(n,f,m)
b = fir2(n,f,m,npt)
b = fir2(n,f,m,npt,lap)
b = fir2(n,f,m,npt,lap,window)
b = fir2(n,f,m,npt,window)
    

GFOR Supported

No

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/help/toolbox/signal/fir2.html
More Details

Note that frequency variables need to be non-decreasing and uniformly spaced, as FIR2 calls INTERP1 under the hood.


See Also

BUTTER,FIR1

Views
Personal tools