Class NPPNativeMethods.NPPs.CubeRootSignal
Cube root of each sample of a signal.
Inheritance
System.Object
NPPNativeMethods.NPPs.CubeRootSignal
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ManagedCuda.NPP
Assembly: NPP.dll
Syntax
public static class CubeRootSignal
Methods
nppsCubrt_32f(CUdeviceptr, CUdeviceptr, Int32)
32-bit floating point signal cube root.
Declaration
public static NppStatus nppsCubrt_32f(CUdeviceptr pSrc, CUdeviceptr pDst, int nLength)
Parameters
| Type | Name | Description |
|---|---|---|
| CUdeviceptr | pSrc | Source signal pointer. |
| CUdeviceptr | pDst | Destination signal pointer. |
| System.Int32 | nLength | Signal length. Tells the primitive how many of the signal’s samples starting from the given data pointer are to be processed.. |
Returns
| Type | Description |
|---|---|
| NppStatus |
nppsCubrt_32s16s_Sfs(CUdeviceptr, CUdeviceptr, Int32, Int32)
32-bit signed integer signal cube root, scale, then clamp to 16-bit signed integer saturated value.
Declaration
public static NppStatus nppsCubrt_32s16s_Sfs(CUdeviceptr pSrc, CUdeviceptr pDst, int nLength, int nScaleFactor)
Parameters
| Type | Name | Description |
|---|---|---|
| CUdeviceptr | pSrc | Source signal pointer. |
| CUdeviceptr | pDst | Destination signal pointer. |
| System.Int32 | nLength | Signal length. Tells the primitive how many of the signal’s samples starting from the given data pointer are to be processed.. |
| System.Int32 | nScaleFactor | Integer Result Scaling. |
Returns
| Type | Description |
|---|---|
| NppStatus |