Click or drag to resize
Accord.NET (logo)

Signal Properties

The Signal type exposes the following members.

Properties
  NameDescription
Public propertyChannels
Gets the number of channels of this signal.
Public propertyData
Gets a pointer to the first sample of the signal.
Public propertyDuration
Gets the signal duration in milliseconds.
Public propertyLength
Gets the number of samples in each channel of this signal, as known as the number of frames in the signal.
Public propertyRawData
Gets the raw binary data representing the signal.
Public propertySampleFormat
Gets the sample format used by this signal.
Public propertySampleRate
Gets the number of samples per second for this signal.
Public propertySamples
Gets the total number of samples in this signal.
Top
See Also