NVIDIA Performance Primitives (NPP)  Version 9.1
Functions
Cauchy, CauchyD, and CauchyDD2

Determine Cauchy robust error function and its first and second derivatives for each sample of a signal. More...

Functions

NppStatus nppsCauchy_32f_I (Npp32f *pSrcDst, int nLength, Npp32f nParam)
 32-bit floating point signal Cauchy error calculation. More...
 
NppStatus nppsCauchyD_32f_I (Npp32f *pSrcDst, int nLength, Npp32f nParam)
 32-bit floating point signal Cauchy first derivative. More...
 
NppStatus nppsCauchyDD2_32f_I (Npp32f *pSrcDst, Npp32f *pD2FVal, int nLength, Npp32f nParam)
 32-bit floating point signal Cauchy first and second derivatives. More...
 

Detailed Description

Determine Cauchy robust error function and its first and second derivatives for each sample of a signal.

Function Documentation

NppStatus nppsCauchy_32f_I ( Npp32f pSrcDst,
int  nLength,
Npp32f  nParam 
)

32-bit floating point signal Cauchy error calculation.

Parameters
pSrcDstIn-Place Signal Pointer.
nLengthSignal Length.
nParamconstant used in Cauchy formula
Returns
Signal Data Related Error Codes, Length Related Error Codes.
NppStatus nppsCauchyD_32f_I ( Npp32f pSrcDst,
int  nLength,
Npp32f  nParam 
)

32-bit floating point signal Cauchy first derivative.

Parameters
pSrcDstIn-Place Signal Pointer.
nLengthSignal Length.
nParamconstant used in Cauchy formula
Returns
Signal Data Related Error Codes, Length Related Error Codes.
NppStatus nppsCauchyDD2_32f_I ( Npp32f pSrcDst,
Npp32f pD2FVal,
int  nLength,
Npp32f  nParam 
)

32-bit floating point signal Cauchy first and second derivatives.

Parameters
pSrcDstIn-Place Signal Pointer.
pD2FValSource Signal Pointer. This signal contains the second derivative of the source signal.
nLengthSignal Length.
nParamconstant used in Cauchy formula
Returns
Signal Data Related Error Codes, Length Related Error Codes.

Copyright © 2009-2017 NVIDIA Corporation