Click or drag to resize
Accord.NET (logo)

ISignalGenerator Interface

Common interface for signal generators.

Namespace:  Accord.Audio.Generators
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public interface ISignalGenerator
Request Example View Source

The ISignalGenerator type exposes the following members.

Properties
  NameDescription
Public propertyChannels
Gets or sets the number of channels of the created signals.
Public propertyFormat
Gets or sets the sample format for created signals.
Public propertySamplingRate
Gets or sets the sampling rate used to create signals.
Top
Methods
  NameDescription
Public methodGenerate
Generates a signal with the given number of samples.
Top
See Also