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

Defines filter symmetry.

Syntax
C#
Visual Basic
public enum TFilterSymmetry : uint { fsmPositive, fsmNegative }

OptimalFIR.cs

Define the filter symmetry, positive or negative. Positive symmetry is defined as h[-i] = h[i] and negative symmetry as h[-i] = -h[i], where h is centered around zero. Filters with negative symmetry shift the phase by 90 degrees across all frequencies.

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