ComplexSignal Methods |
The ComplexSignal type exposes the following members.
Name | Description | |
---|---|---|
BackwardFourierTransform |
Applies backward fast Fourier transformation to the complex signal.
| |
BackwardHilbertTransform |
Applies backward Hilbert transformation to the complex signal.
| |
Combine |
Combines a set of windows into one full signal.
| |
CopyTo(Array) |
Copies this signal to a given array.
(Inherited from Signal.) | |
CopyTo(Double) |
Copies this signal to a given array.
(Inherited from Signal.) | |
CopyTo(Single) |
Copies this signal to a given array.
(Inherited from Signal.) | |
Dispose |
Performs application-defined tasks associated with freeing,
releasing, or resetting unmanaged resources.
(Inherited from Signal.) | |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
(Inherited from Signal.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Releases unmanaged resources and performs other cleanup operations
before the Signal is reclaimed by garbage collection.
(Inherited from Signal.) | |
ForwardFourierTransform |
Applies forward fast Fourier transformation to the complex signal.
| |
ForwardHilbertTransform |
Applies forward Hilbert transformation to the complex signal.
| |
FromArray(Complex, Int32) |
Create complex signal from complex array.
| |
FromArray(Single, Int32) |
Create multichannel complex signal from floating-point matrix.
| |
FromArray(Complex, Int32, ComplexSignalStatus) |
Create complex signal from complex array.
| |
FromSignal |
Create multichannel complex signal from floating-point matrix.
| |
GetChannel |
Extracts a channel from the signal.
| |
GetEnergy |
Computes the signal energy.
(Inherited from Signal.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSample |
Gets the value of the specified sample in the Signal.
(Inherited from Signal.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetSample |
Sets the value of the specified sample in the Signal.
(Inherited from Signal.) | |
ToArray |
Converts the complex signal to a complex array.
| |
ToArray(Int32) |
Converts the complex signal to a complex array.
| |
ToComplex |
Converts this signal to a ComplexSignal object.
(Inherited from Signal.) | |
ToDouble |
Converts this signal into a array of floating-point samples.
(Inherited from Signal.) | |
ToFloat |
Converts this signal into a array of floating-point samples.
(Inherited from Signal.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
Split(Int32, Int32) | Overloaded.
Splits a signal using a window
(Defined by Extensions.) | |
Split(Int32, Int32) | Overloaded.
Splits a signal using a window
(Defined by Extensions.) | |
Split(IWindow, Int32) | Overloaded.
Splits a signal using a window
(Defined by Extensions.) | |
Split(IWindow, Int32) | Overloaded.
Splits a signal using a window
(Defined by Extensions.) | |
To(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.) | |
ToT | 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.) |