1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Waterfall brightness/overlap.

This commit is contained in:
John Greb
2014-06-10 12:24:52 +01:00
parent 243f3dbf69
commit bbe6d4505d
4 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ SpectrumVis::SpectrumVis(GLSpectrum* glSpectrum) :
m_fftBufferFill(0),
m_glSpectrum(glSpectrum)
{
handleConfigure(1024, 10, FFTWindow::BlackmanHarris);
handleConfigure(1024, 0, FFTWindow::BlackmanHarris);
}
SpectrumVis::~SpectrumVis()