VF_getRspEditVD_getRspEditVE_getRspEdit
FunctionRead the present threshold for the editing of the filter in VF_convolve and VF_deconvolve
Syntax C/C++#include <VFstd.h>
fComplex VF_getRspEdit( void );
C++ VecObj#include <OptiVec.h>
complex <T> vector<T>::getRspEdit();
Pascal/Delphiuses VFstd;
procedure VF_getRspEdit( var Trunc:fComplex );
CUDA function C/C++#include <cudaVFstd.h>
fComplex cudaVF_getRspEdit( void );
CUDA function Pascal/Delphiuses VDstd;
procedure cudaVF_getRspEdit( var Trunc:fComplex );
DescriptionThe threshold for the treatment of round-off errors in the functions for convolution and deconvolution is returned.
Error handlingnone
Return valuepresent threshold.
real part: acts on the real parts of the filter elements
imaginary part: acts on the imaginary parts of the filter elements
See alsoVF_setRspEdit,   VF_convolve,   VF_deconvolve

VectorLib Table of Contents  OptiVec home