/
(8.D.2.4) PolarToComplex
(8.D.2.4) 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
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
M=polar_to_complex_module(NAME)
This module converts separate angle and magnitude components into a complex signal
Arguments:
NAME - name of the module.
, multiple selections available,
Related content
(8.D.2.3) PolarToComplex
(8.D.2.3) PolarToComplex
More like this
(8.D.2.6) PolarToComplex
(8.D.2.6) PolarToComplex
More like this
(8.D.2.2) PolarToComplex
(8.D.2.2) PolarToComplex
More like this
(8.D.2.2 ) PolarToComplex
(8.D.2.2 ) PolarToComplex
More like this
(8.D.2.7) PolarToComplex
(8.D.2.7) PolarToComplex
More like this
(8.D.2.5) PolarToComplex
(8.D.2.5) PolarToComplex
More like this