Class NPPNativeMethods.NPPs.FilteringFunctions
Functions that provide functionality of generating output signal based on the input signal like signal integral, etc.
Inheritance
System.Object
NPPNativeMethods.NPPs.FilteringFunctions
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 FilteringFunctions
Methods
nppsIntegral_32s(CUdeviceptr, CUdeviceptr, Int32, CUdeviceptr)
Declaration
public static NppStatus nppsIntegral_32s(CUdeviceptr pSrc, CUdeviceptr pDst, int nLength, CUdeviceptr pDeviceBuffer)
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. |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation. |
Returns
Type | Description |
---|---|
NppStatus |
nppsIntegralGetBufferSize_32s(Int32, ref Int32)
Declaration
public static NppStatus nppsIntegralGetBufferSize_32s(int nLength, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
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 | hpBufferSize | Required buffer size. |
Returns
Type | Description |
---|---|
NppStatus |