Skip to main content
Skip table of contents

PolarToComplex

Overview

converts separate angle and magnitude components into a complex signal

Discussion

converts separate angle and magnitude components into a complex signal There are no restrictions on the number of channels or the blockSize

Type Definition

CODE
typedef struct _ModulePolarToComplex
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
} ModulePolarToComplexClass;

Pins

Input Pins

Name: angle

Description: real input

Data type: {float, int, fract32}

Channel range: Unrestricted

Block size range: Unrestricted

Sample rate range: Unrestricted

Complex support: Real

Name: magnitude

Description: real input

Data type: {float, int, fract32}

Channel range: Unrestricted

Block size range: Unrestricted

Sample rate range: Unrestricted

Complex support: Real

Output Pins

Name: cmplx

Description: Complex output

Data type: {float, int, fract32}

MATLAB Usage

File Name: polar_to_complex_module.m

CODE
 M=polar_to_complex_module(NAME)
 This module converts separate angle and magnitude components into a complex signal 
  Arguments:
    NAME - name of the module.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.