mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-03-20 23:21:00 -04:00
Set default Kaiser alpha factor at pi
This commit is contained in:
parent
9e088dc601
commit
e9174178a2
@ -19,7 +19,7 @@
|
||||
#include "dsp/fftwindow.h"
|
||||
|
||||
FFTWindow::FFTWindow() :
|
||||
m_kaiserAlpha(2.15) // beta = 6.76 first sidelobe at -70dB
|
||||
m_kaiserAlpha(M_PI) // first sidelobe at < -70dB
|
||||
{
|
||||
m_kaiserI0Alpha = zeroethOrderBessel(m_kaiserAlpha);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user