Functions | |
EXPERIENCE3D * | GetSumSignalRFComplex (PPPVOLUME_COMPLEX_DOUBLE volrf_1, PPPVOLUME_COMPLEX_DOUBLE volrf_2) |
Do the summation of two complex RF volume and put it in an EXPERIENCE3D structure. | |
EXPERIENCE3D * | GetDiffSignalRFComplex (PPPVOLUME_COMPLEX_DOUBLE volrf_1, PPPVOLUME_COMPLEX_DOUBLE volrf_2) |
Do the difference of two complex RF volume and put it in an EXPERIENCE3D structure. | |
void | AddComplexVolRF (PPPVOLUME_COMPLEX_DOUBLE volacu, PPPVOLUME_COMPLEX_DOUBLE vol) |
Accumulation of two complex volumes. | |
PVECTOR_FLOAT | AllocInitVectFloat (int x) |
Allocate a 1D float vector initialized to zero. |
|
Accumulation of two complex volumes.
Definition at line 1105 of file experience.c. References FPRINTF, IdVolDimX, IdVolDimY, IdVolDimZ, COMPLEX_DOUBLE::im, COMPLEX_DOUBLE::re, and x. Referenced by RunSequence(). |
|
Allocate a 1D float vector initialized to zero.
Definition at line 157 of file object-ki.c. References IdVectAlloc, PVECTOR_FLOAT, VECT_FLOAT, and x. Referenced by CreateObject1DSectionKi(), CreateObject2DCircleKi(), CreateObject2DKi(), and CreateObject3DSphereKi(). |
|
Do the difference of two complex RF volume and put it in an EXPERIENCE3D structure.
Definition at line 1072 of file experience.c. References AllocExperienceSgn(), IdVolDimX, IdVolDimY, IdVolDimZ, COMPLEX_DOUBLE::im, _Experience3D::ntx, _Experience3D::nty, _Experience3D::ntz, COMPLEX_DOUBLE::re, _Experience3D::sgn, and x. |
|
Do the summation of two complex RF volume and put it in an EXPERIENCE3D structure.
Definition at line 1038 of file experience.c. References AllocExperienceSgn(), IdVolDimX, IdVolDimY, IdVolDimZ, COMPLEX_DOUBLE::im, _Experience3D::ntx, _Experience3D::nty, _Experience3D::ntz, COMPLEX_DOUBLE::re, _Experience3D::sgn, and x. |