conv
Convolution and polynomial multiplication of fi
objects
Description
Examples
Input Arguments
More About
Algorithms
The fimath
properties associated with the inputs determine the
numerictype
properties of output fi
object
c
:
If either
a
orb
has a localfimath
object,conv
uses thatfimath
object to compute intermediate quantities and determine thenumerictype
properties ofc
.If neither
a
norb
have an attachedfimath
,conv
uses the defaultfimath
to compute intermediate quantities and determine thenumerictype
properties ofc
.
If either input is a built-in data type, conv
casts it into a
fi
object using best-precision rules before the performing the
convolution operation.
The output fi
object c
always uses the default
fimath
.
Extended Capabilities
Version History
Introduced in R2009b