Tukey tapering window. A rectangular window bounded
by half a cosine window on each side.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double[] Tukey(
int width,
double r = 0,5
)
Parameters
- width Int32
- The window width.
- r Double (Optional)
- The fraction of the window occupied by the cosine regions.
Return Value
DoubleThe generated window values.
See Also