Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: T - Z
> WELCH_WINDOW
WELCH_WINDOW
Generate the
WELCH
window. The WELCH_WINDOW function gently forces the end points toward zero and smooths the remaining points.
Format
WELCH_WINDOW (n)
Argument
n
An integer.
Example
The following example is an illustration of the WELCH_WINDOW function:
Function
welch_window (5)
Result
{0.5556, 0.8889, 1.0000, 0.8889, 0.5556}
Learn more about matrix/array functions
.
This site works best with JavaScript enabled