Launch Pic  DSPConcepts

Tutorial - Third Party

Overview

Copies input wire to output wire

Discussion

Copies the input to the output.

Type Definition

typedef struct _ModuleTutorial

{

    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure

} ModuleTutorialClass;

Pins

Input Pins

                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

Output Pins

                Name: out

         Description: Output signal

           Data type: {float, int, fract32}

MATLAB Usage

File Name: tutorial_module.m

 M = tutorial_module(NAME)

 Copies input pin data to the output pin.

 Arguments:

 NAME - name of the module

Return to tutorial_module

© DSP Concepts - 2019