NullSink
Overview
Sink module which performs no computation and discards the input
Discussion
Sink module which serves as an end for unconnected wires in the layout.
Type Definition
typedef struct _ModuleNullSink
{
ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure
} ModuleNullSinkClass;
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
MATLAB Usage
File Name: null_sink_module.m
M=null_sink_module(NAME)
This module serves as an end for unconnected wires in the layout. The
processing function is called but performs no actual computation.
Arguments:
NAME - name of the module.
Â