Versions Compared

Key

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

Overview

Outputs a constant value of zero

Discussion

This module fills the output wire with zeros. It is usually used as a source for unconnected module input wires. The properties of the output pin are specified when the module is allocated.

Type Definition

Code Block
typedef struct _ModuleZeroSource
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
} ModuleZeroSourceClass;

Pins

Output Pins

Name: out

Description: Output signal

Data type: float

MATLAB Usage

File Name: zero_source_module.m

...