Namespaces

Types in MathNet.Filtering

Type ImpulseResponse

Namespace MathNet.Filtering

Parent Enum

Specifies how a filter will respond to an impulse input.

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

ImpulseResponse Finite

Impulse response always has a finite length of time and are stable, but usually have a long delay.
return ImpulseResponse

ImpulseResponse Infinite

Impulse response may have an infinite length of time and may be unstable, but usually have only a short delay.
return ImpulseResponse