VF_getRspEdit | VD_getRspEdit | VE_getRspEdit |
|
|
Syntax C/C++ | #include <VFstd.h>
fComplex VF_getRspEdit( void ); |
C++ VecObj | #include <OptiVec.h>
complex <T> vector<T>::getRspEdit(); |
Pascal/Delphi | uses VFstd;
procedure VF_getRspEdit( var Trunc:fComplex ); |
|
CUDA function C/C++ | #include <cudaVFstd.h>
fComplex cudaVF_getRspEdit( void );
|
CUDA function Pascal/Delphi | uses VDstd;
procedure cudaVF_getRspEdit( var Trunc:fComplex );
|
|
Description | The threshold for the treatment of round-off errors in the functions for convolution and deconvolution is returned. |
|
|
Return value | present threshold.
real part: acts on the real parts of the filter elements imaginary part: acts on the imaginary parts of the filter elements |
|
|