Click or drag to resize
Accord.NET (logo)

ComplexSignal Properties

The ComplexSignal type exposes the following members.

Properties
  NameDescription
Public propertyChannels
Gets the number of channels of this signal.
(Inherited from Signal.)
Public propertyData
Gets a pointer to the first sample of the signal.
(Inherited from Signal.)
Public propertyDuration
Gets the signal duration in milliseconds.
(Inherited from Signal.)
Public propertyLength
Gets the number of samples in each channel of this signal, as known as the number of frames in the signal.
(Inherited from Signal.)
Public propertyRawData
Gets the raw binary data representing the signal.
(Inherited from Signal.)
Public propertySampleFormat
Gets the sample format used by this signal.
(Inherited from Signal.)
Public propertySampleRate
Gets the number of samples per second for this signal.
(Inherited from Signal.)
Public propertySamples
Gets the total number of samples in this signal.
(Inherited from Signal.)
Public propertyStatus
Gets the status of the signal - Fourier transformed, Hilbert transformed (analytic) or real.
Top
See Also