mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-18 15:45:49 -05:00
Set default Kaiser alpha factor at pi
This commit is contained in:
parent
8a5daee1b8
commit
07db5c0f80
@ -19,7 +19,7 @@
|
|||||||
#include "dsp/fftwindow.h"
|
#include "dsp/fftwindow.h"
|
||||||
|
|
||||||
FFTWindow::FFTWindow() :
|
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);
|
m_kaiserI0Alpha = zeroethOrderBessel(m_kaiserAlpha);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user