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.
Module Pack
Standard
ClassID
classID = 108
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, fract16} |
| 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.
Copyright (c) 2026 DSP Concepts, Inc.