Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Scroll Documents: Update page title prefix

Overview

Unwrap phase angle in radians

Discussion

The Unwrap module implements the Matlab equivalent Unwrap() function. This operates on the current block of data.

Type Definition

Code Block
typedef struct _ModuleUnwrap
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
} ModuleUnwrapClass;

Pins

Input Pins

Name: in

Description: input

...

Sample rate range: Unrestricted

Complex support: Real

Output Pins

Name: out

Description: unwrapped output

Data type: float

MATLAB Usage

File Name: unwrap_module.m

...