Ham Cockpit   

    Show / Hide Table of Contents

    Class RealFirFilter

    Applies a FIR filter to real-valued data.

    Inheritance
    Object
    RealFirFilter
    Implements
    IIqProcessor
    IInitSampleStream
    ISampleStream
    IDisposable
    Namespace: VE3NEA.HamCockpit.DspFun
    Assembly: VE3NEA.HamCockpit.DspFun.dll
    Syntax
    public class RealFirFilter : IIqProcessor, IInitSampleStream, ISampleStream, IDisposable

    Constructors

    Name Description
    RealFirFilter(Single[], IppAlgType)

    Initializes a new instance of the RealFirFilter class.

    Properties

    Name Description
    Format

    Gets the format of the output data.

    Taps

    Gets or sets the filter taps.

    Methods

    Name Description
    Dispose()

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

    Initialize(ISampleStream)

    Initializes the filter for processing data from the specified source.

    Read(Single[], Int32, Int32)

    Reads processed data to the provided buffer.

    Events

    Name Description
    SamplesAvailable

    Occurs when filtered samples are available.

    • View Source
    Back to top Generated by DocFX