Namespaces

Types in MathNet.Filtering

Type FilterType

Namespace MathNet.Filtering

Parent Enum

Frequency Filter Type

Methods

Fields

Public Methods

int CompareTo(object target)

bool Equals(object obj)

int GetHashCode()

Type GetType()

TypeCode GetTypeCode()

bool HasFlag(Enum flag)

string ToString()

string ToString(string format, IFormatProvider provider)

Obsolete: The provider argument is not used. Please use ToString(String).

string ToString(IFormatProvider provider)

Obsolete: The provider argument is not used. Please use ToString().

string ToString(string format)

Public fields

int value__

return int

FilterType LowPass

LowPass, lets only low frequencies pass.
return FilterType

FilterType HighPass

HighPass, lets only high frequencies pass.
return FilterType

FilterType BandPass

BandPass, lets only frequencies pass that are inside of a band.
return FilterType

FilterType BandStop

BandStop, lets only frequencies pass that are outside of a band.
return FilterType

FilterType Other

Other behavior.
return FilterType