hexagon.IIRInterpolator
R2026bInterpolate signals using cascaded biquad IIR filter optimized for QHL
Since R2026b
Description
The hexagon.IIRInterpolator
System object™ performs infinite impulse response (IIR) interpolation on input samples using
cascaded biquad filters optimized for Qualcomm®
Hexagon® library (QHL) with a specified interpolation factor.
To perform IIR interpolation:
Create the
hexagon.IIRInterpolatorobject and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
You can deploy the code generated using the hexagon.IIRInterpolator
System object to one of these boards that are available under the Hardware
board parameter in Configuration Parameters:
Qualcomm Hexagon Android Board
Qualcomm Hexagon Linux Board
Creation
Description
obj = hexagon.IIRInterpolator(
creates an IIR interpolator System object with the specified interpolation factor.InterpolationFactor=interpolationfactor)
Properties
Usage
Syntax
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj, use
this syntax:
release(obj)
Examples
Version History
Introduced in R2026b