Copies input wire to output wire
Copies the input to the output.
typedef struct _ModuleTestInOutChannels
{
    ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure
} ModuleTestInOutChannelsClass;
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
Name: AudioOut1
Description: AudioOut1
Data type: float
Name: AudioOut2
Description: AudioOut2
Data type: float
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