|
| Function | Extract the imaginary part from a polar complex vector. |
|
| Syntax C/C++ | #include <VPFstd.h>
void VF_PtoIm( fVector Im, pfVector X, ui size ); |
| C++ VecObj | #include <OptiVec.h>
void vector<T>::PtoIm( const vector<polar<T>>& X ); |
| Pascal/Delphi | uses VPFstd;
procedure VF_PtoIm( Im:fVector; X:pfVector; size:UInt ); |
|
| Description | The imaginary part of the polar complex vector X is calculated and stored in Im. |
|
|
|
|