FourierTransformer Constructor (Int32) |
Initializes a new instance of the Fourier transformer.
Namespace:
Meta.Numerics.SignalProcessing
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public FourierTransformer(
int size
)
Public Sub New (
size As Integer
)
public:
FourierTransformer(
int size
)
new :
size : int -> FourierTransformer
Parameters
- size
- Type: SystemInt32
The series length of the transformer, which must be positive.
See Also