Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.Fourier.Windows
AbstractWindow Class
AbstractWindow Constructor
AbstractWindow Methods
Abstract
Window Constructor
Initializes a new instance of the
AbstractWindow
class.
Namespace:
Altaxo.Calc.Fourier.Windows
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Copy
public
AbstractWindow
(
int
count
,
bool
periodic
)
Parameters
count
Int32
The number of samples of the window. Must be greater than zero.
periodic
Boolean
If set to
true
, the window is considered periodic.
Exceptions
Exception
Condition
ArgumentException
Thrown when
count
is zero or negative.
See Also
Reference
AbstractWindow Class
Altaxo.Calc.Fourier.Windows Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net