#include "reconstruction.h"
#include <stdio.h>
#include <math.h>
#include <idsig.h>
#include <idima.h>
#include <idvol.h>
#include <iderr.h>
#include <idprint.h>
Go to the source code of this file.
Functions | |
void | VolRFFiltering (PPPVOLUME_COMPLEX_DOUBLE volrf, int type) |
Filtering of the RF volume. | |
PPPVOLUME_COMPLEX_DOUBLE | RecVolIFFTComplexeFromVol (PPPVOLUME_COMPLEX_DOUBLE volrf) |
Volume reconstruction applying the IFFT on the RF volume. | |
PPPVOLUME_FLOAT | RecVolIFFTModuleFromVol (PPPVOLUME_COMPLEX_DOUBLE volrf) |
Volume reconstruction of the module applying the IFFT on the RF volume. | |
PPPVOLUME_FLOAT | RecVolIFFTPhaseFromVol (PPPVOLUME_COMPLEX_DOUBLE volrf) |
Volume reconstruction of the phase applying the IFFT on the RF volume. | |
PPPVOLUME_COMPLEX_DOUBLE | RecVolIFFTComplexe (EXPERIENCE3D *expr) |
Volume reconstruction applying the IFFT on the RF volume contained by the experience structure. | |
PPPVOLUME_FLOAT | RecVolIFFTModule (EXPERIENCE3D *expr) |
Volume reconstruction of the module applying the IFFT on the RF volume contained by the experience structure. | |
PPPVOLUME_FLOAT | RecVolIFFTPhase (EXPERIENCE3D *expr) |
Volume reconstruction of the phase applying the IFFT on the RF volume contained by the experience structure. |