Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: A - C
> BARTLETT
BARTLETT
Apply the
Bartlett window
to the input array and return the new array.
Format
BARTLETT (a)
Arguments
a
An array.
Example
The following is an illustration of the BARTLETT function:
Function
bartlett ({1, 2, 3, 4, 2})
Result
{0, 1, 3, 2, 0}
Learn more about matrix/array functions
.
This site works best with JavaScript enabled