Skip to contents

Blackman-Nuttall window for FFT

Usage

window_blackman_nuttall(n)

Arguments

n

length of the window vector (integer)

Value

window

Examples

window_blackman_nuttall(100)
#>   [1] 0.0003628000 0.0004410026 0.0006823772 0.0011072072 0.0017492358
#>   [6] 0.0026555568 0.0038864305 0.0055149980 0.0076268577 0.0103194694
#>  [11] 0.0137013463 0.0178909987 0.0230155970 0.0292093274 0.0366114211
#>  [16] 0.0453638515 0.0556087028 0.0674852288 0.0811266343 0.0966566260
#>  [21] 0.1141857935 0.1338078940 0.1555961264 0.1795994882 0.2058393169
#>  [26] 0.2343061207 0.2649568029 0.2977123837 0.3324563131 0.3690334625
#>  [31] 0.4072498659 0.4468732678 0.4876345135 0.5292298000 0.5713237796
#>  [36] 0.6135534870 0.6555330380 0.6968590229 0.7371164994 0.7758854678
#>  [41] 0.8127476959 0.8472937499 0.8791300729 0.9078859542 0.9332202249
#>  [46] 0.9548275246 0.9724439878 0.9858522135 0.9948853962 0.9994305171
#>  [51] 0.9994305171 0.9948853962 0.9858522135 0.9724439878 0.9548275246
#>  [56] 0.9332202249 0.9078859542 0.8791300729 0.8472937499 0.8127476959
#>  [61] 0.7758854678 0.7371164994 0.6968590229 0.6555330380 0.6135534870
#>  [66] 0.5713237796 0.5292298000 0.4876345135 0.4468732678 0.4072498659
#>  [71] 0.3690334625 0.3324563131 0.2977123837 0.2649568029 0.2343061207
#>  [76] 0.2058393169 0.1795994882 0.1555961264 0.1338078940 0.1141857935
#>  [81] 0.0966566260 0.0811266343 0.0674852288 0.0556087028 0.0453638515
#>  [86] 0.0366114211 0.0292093274 0.0230155970 0.0178909987 0.0137013463
#>  [91] 0.0103194694 0.0076268577 0.0055149980 0.0038864305 0.0026555568
#>  [96] 0.0017492358 0.0011072072 0.0006823772 0.0004410026 0.0003628000