bohmanwin
Boman’s window.
| Library |
|
Arguments
Input arguments
# L — window length
+
positive integer
Details
The window length specified as a positive integer.
If you set L as a non-integer, the function will round it to the nearest integer value.
|
| Типы данных |
|
# typeName — type of output data
+
Float64 (by default) | Float32
Algorithms
The Boman window is a convolution of two cosine lobes of half duration. In the time domain, it is the product of a triangular window and one cosine period with the addition of a term zeroing the first derivative at the boundary. The coefficients of the Bohman window are reduced as . The equation for calculating the coefficients of the Boman window has the form
Where — length vector , consisting of linearly spaced values. The first and last elements of the Boman window must be forcibly equal to zero.