NullSinkV2
Overview
Sink module with variable number of input pins which performs no computation and discards the input
Discussion
Sink module which serves as an end for unconnected wires in the layout. This module supports variable number of input pins.
Module Pack
Standard
ClassID
classID = 220
Type Definition
typedef struct _ModuleNullSinkV2
{
ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure
} ModuleNullSinkV2Class;
Pins
Input Pins
| Name | in1 |
| 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_v2_module.m
M=null_sink_v2_module(NAME, NUMPINS)
This module serves as an end for unconnected wires in the layout. The
processing function is called but performs no actual computation. This
module supports variable number of input pins.
Arguments:
NAME - name of the module.
NUMPINS - Optional: number of inputs. Default = 1 input.
Copyright (c) 2026 DSP Concepts, Inc.