HMRES_magnitudephasetorealimaginary()

Use to convert a complex number in magnitude/phase format to real/imaginaryformat. This function modifies the values passed.

Syntax

void HMRES_magnitudephasetorealimaginary(double *magnitude, double *phase);

Type

HyperMesh hmreslib Function

Description

Use to convert a complex number in magnitude/phase format to real/imaginaryformat. This function modifies the values passed.

Inputs

magnitude
The magnitude of a complex number in polar form.
phase
The phase of a complex number in polar form in degrees.

Errors

None.