Ham Cockpit   

    Show / Hide Table of Contents

    Class IppResampler

    Signal resampler based on the IPP library.

    Inheritance
    Object
    IppResampler
    Implements
    IDisposable
    Namespace: VE3NEA.HamCockpit.DspFun
    Assembly: VE3NEA.HamCockpit.DspFun.dll
    Syntax
    public class IppResampler : IDisposable

    Constructors

    Name Description
    IppResampler(Int32, Int32, Int32, Single, Single)

    Initializes a new instance of the IppResampler class.

    Fields

    Name Description
    OutData

    The resampled data.

    Methods

    Name Description
    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Process(Single[], Int32, Int32, Int32)

    Processes the specified input data.

    • View Source
    Back to top Generated by DocFX