#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <idvol.h>
#include "simri3d.h"
#include "experience.h"
Go to the source code of this file.
Defines | |
#define | HANNING 0 |
Functions | |
void | VolRFFiltering (PPPVOLUME_COMPLEX_DOUBLE, int) |
Filtering of the RF volume. | |
PPPVOLUME_COMPLEX_DOUBLE | RecVolIFFTComplexeFromVol (PPPVOLUME_COMPLEX_DOUBLE) |
Volume reconstruction applying the IFFT on the RF volume. | |
PPPVOLUME_FLOAT | RecVolIFFTModuleFromVol (PPPVOLUME_COMPLEX_DOUBLE) |
Volume reconstruction of the module applying the IFFT on the RF volume. | |
PPPVOLUME_FLOAT | RecVolIFFTPhaseFromVol (PPPVOLUME_COMPLEX_DOUBLE) |
Volume reconstruction of the phase applying the IFFT on the RF volume. | |
PPPVOLUME_FLOAT | RecVolIFFTModule (EXPERIENCE3D *) |
Volume reconstruction of the module applying the IFFT on the RF volume contained by the experience structure. | |
PPPVOLUME_FLOAT | RecVolIFFTPhase (EXPERIENCE3D *) |
Volume reconstruction of the phase applying the IFFT on the RF volume contained by the experience structure. | |
Variables | |
PPPVOLUME_COMPLEX_DOUBLE | RecVolIFFTComplexe (EXPERIENCE3D *) |
|
Definition at line 47 of file reconstruction.h. Referenced by TestSequence2D(), and TestSequence3D(). |
|
|