Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

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}

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.

  • No labels