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 Block |
---|
typedef struct _ModulePolarToComplex { ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure } ModulePolarToComplexClass; |
Pins
Input Pins
Name: angle
Description: real input
...
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
...