grd349 / PBjam

A repo for our peak baggin code and tips on jam
MIT License
17 stars 6 forks source link

spectrum plot smoothing doesn't work well for short TS #245

Closed nielsenmb closed 4 years ago

nielsenmb commented 4 years ago

Currently the smoothign factor is 0.1 muHz, but for short time series this is not high enough, so no smoothing is performed.

Fix this by the smoothing kernel width is at least 1-2 frequency bins.

Will be fixed in upcoming PR.