Launch Pic  DSPConcepts

TestInOutChannels - Third Party

Overview

Copies input wire to output wire

Discussion

Copies the input to the output.

Type Definition

typedef struct _ModuleTestInOutChannels

{

    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure

} ModuleTestInOutChannelsClass;

Pins

Input Pins

                Name: AudioIn1

         Description: AudioIn1

           Data type: float

       Channel range: 12

    Block size range: 32

   Sample rate range: 48000

     Complex support: Real

                Name: AudioIn2

         Description: AudioIn2

           Data type: float

       Channel range: 1

    Block size range: 32

   Sample rate range: 48000

     Complex support: Real

                Name: AudioIn3

         Description: AudioIn3

           Data type: float

       Channel range: 1

    Block size range: 32

   Sample rate range: 48000

     Complex support: Real

Output Pins

                Name: AudioOut1

         Description: AudioOut1

           Data type: float

                Name: AudioOut2

         Description: AudioOut2

           Data type: float

MATLAB Usage

File Name: TestInOutChannels_module.m

 M = TestInOutChannels_module(NAME)

 Copies input pin data to the output pin.

 Arguments:

 NAME - name of the module

Return to TestInOutChannels_module

© DSP Concepts: 2007-2022