|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.matrix.Unwrap
public class Unwrap
位相を修正するクラスです。
Correct phase angles for all elements
| コンストラクタの概要 | |
|---|---|
Unwrap()
|
|
| メソッドの概要 | |
|---|---|
static Matrix |
unwrap(Matrix phase)
なめらかに位相が変化するように、位相角に +-2*PI を加えます。 |
static Matrix |
unwrap(Matrix phase,
double tolerance)
位相を360度で折り返さないようにします。 |
static Matrix |
unwrap(Matrix phase,
NumericalScalar<?> tolerance)
位相を360度で折り返さないようにします。 |
static Matrix |
unwrapColumnWise(Matrix phase)
phase が行列のとき、位相角を列毎に修正します。 |
static Matrix |
unwrapColumnWise(Matrix phase,
double tolerance)
tolerance を位相角のギャップを調べるために用いる。 |
static Matrix |
unwrapColumnWise(Matrix phase,
NumericalScalar<?> tolerance)
tolerance を位相角のギャップを調べるために用いる。 |
static Matrix |
unwrapRowWise(Matrix phase)
phase が行列のとき、行毎に位相角を修正します。 |
static Matrix |
unwrapRowWise(Matrix phase,
double tolerance)
tolerance は、位相角のギャップを調べるために使われる。 |
static Matrix |
unwrapRowWise(Matrix phase,
NumericalScalar<?> tolerance)
tolerance は、位相角のギャップを調べるために使われる。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Unwrap()
| メソッドの詳細 |
|---|
public static Matrix unwrap(Matrix phase)
+-2*PI を加えます。
phase - 元の位相
public static Matrix unwrap(Matrix phase,
double tolerance)
toleranceを位相のギャップを調べるために用います。
phase - 位相tolerance - 許容誤差
public static Matrix unwrap(Matrix phase,
NumericalScalar<?> tolerance)
toleranceを位相のギャップを調べるために用います。
phase - 位相tolerance - 許容誤差
public static Matrix unwrapRowWise(Matrix phase)
phase が行列のとき、行毎に位相角を修正します。
phase - 元の位相
public static Matrix unwrapRowWise(Matrix phase,
double tolerance)
tolerance は、位相角のギャップを調べるために使われる。
phase - 元の位相tolerance - 許容誤差
public static Matrix unwrapRowWise(Matrix phase,
NumericalScalar<?> tolerance)
tolerance は、位相角のギャップを調べるために使われる。
phase - 元の位相tolerance - 許容誤差
public static Matrix unwrapColumnWise(Matrix phase)
phase が行列のとき、位相角を列毎に修正します。
phase - 元の位相
public static Matrix unwrapColumnWise(Matrix phase,
double tolerance)
tolerance を位相角のギャップを調べるために用いる。
phase - 元の位相tolerance - 許容誤差
public static Matrix unwrapColumnWise(Matrix phase,
NumericalScalar<?> tolerance)
tolerance を位相角のギャップを調べるために用いる。
phase - 元の位相tolerance - 許容誤差
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||