OriginLab Corporation - Scientific Graphing and Data Analysis Software - 2D graphs, 3D graphs, Contour Plots, Statistical Charts, Data Exploration, Statistics, Curve Fitting, Signal Processing, and Peak Analysis

unwrap

Contents

Brief Information

Transfer phase angles into smoother phase

Command Line Usage

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

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

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

grads

Specifies the angle unit. The default is Grads.

Option list

  • rad :Radians
    Uses radians as the unit for angles.
  • grads:Grads
    Uses grads 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