Copies input wire to output wire
Copies the input to the output.
typedef struct _ModuleTutorial
{
    ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure
} ModuleTutorialClass;
Name: in
Description: Input signal
Data type: {float, int, fract32}
Channel range: Unrestricted
Block size range: Unrestricted
Sample rate range: Unrestricted
Complex support: Real and Complex
Name: out
Description: Output signal
Data type: {float, int, fract32}
File Name: tutorial_module.m
M = tutorial_module(NAME)
Copies input pin data to the output pin.
Arguments:
NAME - name of the module
© DSP Concepts - 2019