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
Code Block |
---|
typedef struct _ModuleMarker { ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure } ModuleMarkerClass; |
Pins
Input Pins
Name: in
Description: Input signal
...
Complex support: Real and Complex
Output Pins
Name: out
Description: Output signal
Data type: {float, int, fract32}
MATLAB Usage
File Name: marker_module.m
...