Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Scroll Documents: Update page title prefix

Overview

Source module with variable number of output pins which performs no computation

Discussion

Source module which serves as a source for unconnected wires in the layout. This module supports variable number of output pins.

Type Definition

Code Block
typedef struct _ModuleNullSource
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
} ModuleNullSourceClass;

Pins

Output Pins

Name: out1

Description: Output signal

Data type: {float, int, fract32}

MATLAB Usage

File Name: null_source_module.m

...