Skip to main content
Skip table of contents

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

CODE
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

CODE
 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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.