Namespaces

Types in MathNet.Filtering.DataSources

Type ArbitraryPeriodicSource

Namespace MathNet.Filtering.DataSources

Interfaces IChannelSource

Precomputed periodic sample source

Constructors

Methods

Properties

Public Constructors

ArbitraryPeriodicSource(Double[] samples, int indexOffset, int delay)

Create a new precomputed periodic sample source

ArbitraryPeriodicSource(Double[] samples)

Create a new precomputed periodic sample source

Public Methods

bool Equals(object obj)

int GetHashCode()

Type GetType()

double ReadNextSample()

Computes and returns the next sample.

string ToString()

Public Properties

int Delay get;

Sample delay of this source in relation to the whole system.