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