| VF_PtoMagArg | VD_PtoMagArg | VE_PtoMagArg |
|
| Function | Split a polar complex vector into separate vectors for magnitude and argument. |
|
| Syntax C/C++ | #include <VPFstd.h>
void VF_PtoMagArg( fVector Mag, fVector Arg, pfVector X, ui size); |
| C++ VecObj | #include <OptiVec.h>
void vector<T>::PtoMagArg( vector<T> Arg, const vector<polar<T>>& X ); |
| Pascal/Delphi | uses VPFstd;
procedure VF_PtoMagArg( Mag, Arg:fVector; X:pfVector; size:UInt ); |
|
| Description | Magnitude and argument of the polar complex vector X are stored in the separate vectors Mag and Arg. |
|
|
|
|