Click or drag to resize
Accord.NET (logo)

ComplexSignal Methods

The ComplexSignal type exposes the following members.

Methods
  NameDescription
Public methodBackwardFourierTransform
Applies backward fast Fourier transformation to the complex signal.
Public methodBackwardHilbertTransform
Applies backward Hilbert transformation to the complex signal.
Public methodStatic memberCombine
Combines a set of windows into one full signal.
Public methodCopyTo(Array)
Copies this signal to a given array.
(Inherited from Signal.)
Public methodCopyTo(Double)
Copies this signal to a given array.
(Inherited from Signal.)
Public methodCopyTo(Single)
Copies this signal to a given array.
(Inherited from Signal.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Signal.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from Signal.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Signal is reclaimed by garbage collection.
(Inherited from Signal.)
Public methodForwardFourierTransform
Applies forward fast Fourier transformation to the complex signal.
Public methodForwardHilbertTransform
Applies forward Hilbert transformation to the complex signal.
Public methodStatic memberFromArray(Complex, Int32)
Create complex signal from complex array.
Public methodStatic memberFromArray(Single, Int32)
Create multichannel complex signal from floating-point matrix.
Public methodStatic memberFromArray(Complex, Int32, ComplexSignalStatus)
Create complex signal from complex array.
Public methodStatic memberFromSignal
Create multichannel complex signal from floating-point matrix.
Public methodGetChannel
Extracts a channel from the signal.
Public methodCode exampleGetEnergy
Computes the signal energy.
(Inherited from Signal.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSample
Gets the value of the specified sample in the Signal.
(Inherited from Signal.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetSample
Sets the value of the specified sample in the Signal.
(Inherited from Signal.)
Public methodToArray
Converts the complex signal to a complex array.
Public methodToArray(Int32)
Converts the complex signal to a complex array.
Public methodToComplex
Converts this signal to a ComplexSignal object.
(Inherited from Signal.)
Public methodToDouble
Converts this signal into a array of floating-point samples.
(Inherited from Signal.)
Public methodToFloat
Converts this signal into a array of floating-point samples.
(Inherited from Signal.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodHasMethod
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.)
Public Extension MethodIsEqual
Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.)
Public Extension MethodSplit(Int32, Int32)Overloaded.
Splits a signal using a window
(Defined by Extensions.)
Public Extension MethodSplit(Int32, Int32)Overloaded.
Splits a signal using a window
(Defined by Extensions.)
Public Extension MethodSplit(IWindow, Int32)Overloaded.
Splits a signal using a window
(Defined by Extensions.)
Public Extension MethodSplit(IWindow, Int32)Overloaded.
Splits a signal using a window
(Defined by Extensions.)
Public Extension MethodTo(Type)Overloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Public Extension MethodToTOverloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Top
See Also