Overview
Converts the complex signal into polar.
Discussion
Converts the complex signal into polar. There are no restrictions on the number of channels or the blockSize.
Type Definition
Code Block |
---|
typedef struct _ModuleComplexToPolar { ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure } ModuleComplexToPolarClass; |
Pins
Input Pins
Name: in
Description: Complex input
...
Sample rate range: Unrestricted
Complex support: Complex
Output Pins
Name: angle
Description: real output
...
Data type: {float, int, fract32}
Scratch Pins
Channel count: 1
Block size: 32
Sample rate: 48000
MATLAB Usage
File Name: complex_to_polar_module.m
...