6.7.12 MapToMap

6.7.12.1 ノードの概要

Map<int, ObjectRef> の ObjectRef の Vector<float> 型と Vector<complex<float> > 型の変換,あるいは,Matrix<float> 型と Matrix<complex<float> > 型の変換を行う. Map<int, ObjectRef> の ObjectRef の型変換を行う.Map$<$ int , Vector<float> $>$ 型と Map$<$ int , Vector<complex<float> > $>$ 型の変換,または,Map$<$ int , Matrix<float> $>$ 型と Map$<$ int , Matrix<complex<float> > $>$ 型の変換.

6.7.12.2 必要なファイル

無し.

6.7.12.3 使用方法

どんなときに使うのか

Map<int, ObjectRef> 型の ObjectRef が Vector<ObjectRef> または Matrix<ObjectRef> である時に, Vector<float> 型から Vector<complex<float> > 型へ, Vector<complex<float> > 型から Vector<float> 型へ,または, Matrix<float> 型から Matrix<complex<float> > 型へ, Matrix<complex<float> > 型から Matrix<float> 型へ変換する際に用いる.

6.7.12.4 ノードの入出力とプロパティ

入力

INPUT

: Map<int, ObjectRef> 型の,Map$<$ int , Vector<float> $>$ または Map$<$ int , Vector<complex<float> > $>$ 型 または ,Map$<$ int , Matrix<float> $>$ または ,Map$<$ int , Matrix<complex<float> > $>$ 型.

出力

OUTPUT

: Map<int, ObjectRef> 型の,Map$<$ int , Vector<float> $>$ または Map$<$ int , Vector<complex<float> > $>$ 型 または ,Map$<$ int , Matrix<float> $>$ または ,Map$<$ int , Matrix<complex<float> > $>$ 型.

パラメータ

Table 6.106: MapToMap パラメータ表

パラメータ名

デフォルト値

単位

説明

METHOD_COMPLEX_TO_FLOAT

string 

magnitude

 

Vector<complex<float> > 型から Vector<float> 型へ,または, Matrix<complex<float> > 型から Matrix<float> 型への変換方法.INPUTの複素数の,絶対値が出力される「magnitude」,実部が出力される「real」,虚部が出力される「imaginary」から選択する.

METHOD_FLOAT_TO_COMPLEX

string 

zero

 

Vector<float> 型から Vector<complex<float> > 型へ,または, Matrix<float> 型から Matrix<complex<float> > 型への変換方法.複素数の虚部に,0 が出力される「zero」,実部の絶対値が出力される「helbert」から選択する.

DEBUG

bool 

false

 

変換状況を出力するかどうかの選択.

METHOD_COMPLEX_TO_FLOAT

: string 型. Vector<complex<float> > 型から Vector<float> 型へ,または, Matrix<complex<float> > 型から Matrix<float> 型への変換方法を指定する. INPUTの複素数の,絶対値が出力される「magnitude」,実部が出力される「real」,虚部が出力される「imaginary」から選択する. デフォルトは magnitude.

METHOD_FLOAT_TO_COMPLEX

: string 型. Vector<float> 型から Vector<complex<float> > 型へ,または, Matrix<float> 型から Matrix<complex<float> > 型への変換方法を指定する. 複素数の虚部に,0 が出力される「zero」,実部の絶対値が出力される「helbert」から選択する. デフォルトは zero.

DEBUG

: bool 型. trueが与えられると,変換状況が標準出力に出力される. デフォルトは false

6.7.12.5 ノードの詳細

Table 6.107: MapToMap 変換表

INPUT

OUTPUT

使用するパラメータ

Map$<$ int , Vector<float> $>$

Map$<$ int , Vector<complex<float> > $>$

METHOD_FLOAT_TO_COMPLEX

Map$<$ int , Matrix<float> $>$

Map$<$ int , Matrix<complex<float> > $>$

 

Map$<$ int , Vector<complex<float> > $>$

Map$<$ int , Vector<float> $>$

METHOD_COMPLEX_TO_FLOAT

Map$<$ int , Matrix<complex<float> > $>$

Map$<$ int , Matrix<float> $>$