Versions Compared

Key

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

Overview

Concatenates two or more blocks of data

Discussion

This module concatenates two or more input blocks. The input pins must have the same number of channels, and the output pin will inherit this channel count

Type Definition

Code Block
typedef struct _ModuleBlockConcatenate
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
} ModuleBlockConcatenateClass;

Pins

Input Pins

Name: in1

Description: Audio input

...

Complex support: Real and Complex

Output Pins

Name: out

Description: Output signal

Data type: {float, int, fract32}

MATLAB Usage

File Name: block_concatenate_module.m

...