| VF_PtoMag | VD_PtoMag | VE_PtoMag |
|
| Function | Extract the magnitudes of complex numbers |
|
| Syntax C/C++ | #include <VPFstd.h>
void VF_PtoMag( fVector Mag, pfVector X, ui size ); |
| C++ VecObj | #include <OptiVec.h>
void vector<T>::PtoMag( const vector<polar<T>>& X ); |
| Pascal/Delphi | uses VPFstd;
procedure VF_PtoMag( Mag:fVector; X:pfVector; size:UIntSize ); |
|
| Description | The magnitude of each element is extracted from the polar complex vector X. |
|
|
|
|