Show / Hide Table of Contents

    Class NPPNativeMethods.NPPs.TenTimesBaseTenLogarithmSignal

    Ten times the decimal logarithm of each sample of a signal.

    Inheritance
    System.Object
    NPPNativeMethods.NPPs.TenTimesBaseTenLogarithmSignal
    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 TenTimesBaseTenLogarithmSignal

    Methods

    npps10Log10_32s_ISfs(CUdeviceptr, Int32, Int32)

    32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value.

    Declaration
    public static NppStatus npps10Log10_32s_ISfs(CUdeviceptr pSrcDst, int nLength, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrcDst

    In-Place 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

    NullPointerError, AlignmentError, SizeError.

    npps10Log10_32s_Sfs(CUdeviceptr, CUdeviceptr, Int32, Int32)

    32-bit signed integer signal 10 times base 10 logarithm, scale, then clamp to saturated value.

    Declaration
    public static NppStatus npps10Log10_32s_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

    NullPointerError, AlignmentError, SizeError.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX