(8.D.2.7) Marker
Overview
Marks a specific location within the audio signal flow
Discussion
The marker_module.m identifies a specific location within the audio signal flow. It is used in Audio Weaver Designer to mark starting and ending points for measurements. The module is virtual (.isVirtual=1) and is removed when the system is built.
Type Definition
typedef struct _ModuleMarker
{
ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure
} ModuleMarkerClass;
Pins
Input Pins
Name: in
Description: Input signal
Data type: {float, int, fract32}
Channel range: Unrestricted
Block size range: Unrestricted
Sample rate range: Unrestricted
Complex support: Real and Complex
Output Pins
Name: out
Description: Output signal
Data type: {float, int, fract32}
MATLAB Usage
File Name: marker_module.m
M=marker_module(NAME)
This module marks a specific location within an audio layout.
This is a virtual module and is removed when the system is built.
Arguments:
NAME - name of the module.
Â