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> > $>$ 型の変換.
無し.
どんなときに使うのか
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> 型へ変換する際に用いる.
入力
: Map<int, ObjectRef> 型の,Map$<$ int , Vector<float> $>$ または Map$<$ int , Vector<complex<float> > $>$ 型 または ,Map$<$ int , Matrix<float> $>$ または ,Map$<$ int , Matrix<complex<float> > $>$ 型.
出力
: Map<int, ObjectRef> 型の,Map$<$ int , Vector<float> $>$ または Map$<$ int , Vector<complex<float> > $>$ 型 または ,Map$<$ int , Matrix<float> $>$ または ,Map$<$ int , Matrix<complex<float> > $>$ 型.
パラメータ
パラメータ名 |
型 |
デフォルト値 |
単位 |
説明 |
METHOD_COMPLEX_TO_FLOAT |
magnitude |
Vector<complex<float> > 型から Vector<float> 型へ,または, Matrix<complex<float> > 型から Matrix<float> 型への変換方法.INPUTの複素数の,絶対値が出力される「magnitude」,実部が出力される「real」,虚部が出力される「imaginary」から選択する. |
||
METHOD_FLOAT_TO_COMPLEX |
zero |
Vector<float> 型から Vector<complex<float> > 型へ,または, Matrix<float> 型から Matrix<complex<float> > 型への変換方法.複素数の虚部に,0 が出力される「zero」,実部の絶対値が出力される「helbert」から選択する. |
||
DEBUG |
false |
変換状況を出力するかどうかの選択. |
: string 型. Vector<complex<float> > 型から Vector<float> 型へ,または, Matrix<complex<float> > 型から Matrix<float> 型への変換方法を指定する. INPUTの複素数の,絶対値が出力される「magnitude」,実部が出力される「real」,虚部が出力される「imaginary」から選択する. デフォルトは magnitude.
: string 型. Vector<float> 型から Vector<complex<float> > 型へ,または, Matrix<float> 型から Matrix<complex<float> > 型への変換方法を指定する. 複素数の虚部に,0 が出力される「zero」,実部の絶対値が出力される「helbert」から選択する. デフォルトは zero.
: bool 型. trueが与えられると,変換状況が標準出力に出力される. デフォルトは false.
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> $>$ |