hanning
Hanning windowing function.
Syntax
hanning(vec_expr)
Argument
- vec_expr
- A valid vector expression.
Example
Curve Math Vectors | Result |
---|---|
x = c1.x
|
Given c1, a curve is created which is the original curve windowed using the Hanning window function. |
Comments
The resulting curve is power-normalized, in other words, the root mean square (RMS) of the original curve equals the RMS of the resulting curve. The mean is subtracted from the input before windowing in order to eliminate DC bias.