You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TMedianState Structure
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TMedianState Structure

Type used by median filter.

Syntax
C#
Visual Basic
public struct TMedianState { public IntPtr State; public TMtxFloatPrecision FloatPrecision; public int MaskSize; public TVec Data; public TVec Buffer; }

SignalUtils.cs

The record type is used to hold the configuration and the delay line of the median filter between consecutive calls to the MedianFilter method. The record is initialized when passed to the MedianInit method.

MedianInit, MedianFilter

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!