Closed sambit-giri closed 1 year ago
During the validation of the power spectrum estimators by comparing them to the ps_eor package (#39), we introduced a new parameter called window
, which can take window functions (blackmanharris
, tukey
or a custom window function) that can tapper the data along the non-periodic axis.
The power spectrum estimators use FFT to transform data from real to Fourier space. If the data is not periodic or has a sharp change at the boundary, it can introduce ripples during the transformation.