2.11.1.5 unwrap

Brief Information

Unwrap a phase vector to make it smoother

Command Line Usage

1. unwrap ix:=col(1) ox:=col(3);

2. unwrap unit:=rad ox:=<new>;

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input ix

Input

vector

<active>

Specifies the input phase.

Angle Unit unit

Input

int

1

Specifies the angle unit. The default is degree.

Option list

  • rad:Radians{0}
    Uses radians as the unit for angles.
  • deg:Degrees{1}
    Uses degrees as the unit for angles.
Output ox

Output

vector

<input>

Specifies the output.

Description

This X-Function unwraps a phase vector, making it smoother.

Related X-Functions

fft1, ifft1


Keywords:fourier, fft