Nuttall |
public class NuttallWindow : AbstractWindow
The NuttallWindow type exposes the following members.
| Name | Description | |
|---|---|---|
| NuttallWindow | Initializes a new instance of the NuttallWindow class. |
| Name | Description | |
|---|---|---|
| AsDoubleArray |
Returns the window values as a newly allocated Double array.
(Inherited from AbstractWindow) | |
| AsDoubleArray(Int32, Boolean) | Returns the window as an array of doubles. | |
| AsROVector |
Returns the window values as a read-only vector.
(Inherited from AbstractWindow) | |
| AsROVector(Int32, Boolean) | Returns the window as an read only vector. | |
| AsVector |
Returns the window values as an IVectorT instance.
(Inherited from AbstractWindow) | |
| AsVector(Int32, Boolean) | Returns the window as writeable vector. | |
| Compute(Double, Boolean) |
Computes the window values into the provided array.
(Inherited from AbstractWindow) | |
| Compute(IVectorDouble, Boolean) |
Computes the window values into the provided vector instance.
(Inherited from AbstractWindow) | |
| Compute(Double, Int32, Int32, Boolean) |
Computes the window values into a sub-range of the provided array.
(Inherited from AbstractWindow) | |
| Compute(IVectorDouble, Int32, Int32, Boolean) |
Computes the window values into a sub-range of the provided vector instance.
(Inherited from AbstractWindow) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InternalCompute |
Computes the window values into the provided vector.
(Overrides AbstractWindowInternalCompute(IVectorDouble, Boolean)) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |