Versions Compared

Key

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

Overview

Copies input wire to output wire

Discussion

Copies the input to the output. The copier module is used internally by Audio Weaver to allow fanout, and is not typically required in user algorithms.

Type Definition

Code Block
typedef struct _ModuleCopier
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
} ModuleCopierClass;

Pins

Input Pins

Name: in

Description: Input signal

...

Complex support: Real and Complex

Output Pins

Name: out

Description: Output signal

Data type: {float, int, fract32}

MATLAB Usage

File Name: copier_module.m

...