Owning Class: windows
Requires: MathScript RT Module
x = win_taylor(L)
x = win_taylor(L, n)
x = win_taylor(L, n, sl)
Legacy Name: taylorwin
Generates the Taylor distribution weighting window, which can help lower sidelobe level.
| Name | Description |
|---|---|
| L | Specifies the length of the window LabVIEW generates. |
| n | Specifies the number of constant-level sidelobes. The default is 4. |
| sl | Specifies the maximum sidelobe level in decibels relative to the mainlobe peak. sl must be less than 0. The default is -30. |
| Name | Description |
|---|---|
| x | Returns the Taylor window. |
Radar-related applications, such as circular array antennas, often use Taylor windows.
x = win_taylor(8, 4, -35);
win_bartlett
win_bartletthann
win_blackmanharris
win_bohman
win_cheby
win_flattop
win_gauss
win_hamming
win_hann2
win_kaiser
win_nuttall
win_parzen
win_rect
win_triangular
win_tukey