mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-03 23:14:16 +01:00
frequencydemod: set modulation index based on tuner width
This commit is contained in:
@@ -343,7 +343,7 @@ void SpectrogramPlot::tunerMoved()
|
||||
{
|
||||
tunerTransform->setFrequency(getTunerPhaseInc());
|
||||
tunerTransform->setTaps(getTunerTaps());
|
||||
tunerTransform->setRelativeBandwith(tuner.deviation() * 2.0 / getStride());
|
||||
tunerTransform->setRelativeBandwith(tuner.deviation() * 2.0 / height());
|
||||
|
||||
// TODO: for invalidating traceplot cache, this shouldn't really go here
|
||||
QPixmapCache::clear();
|
||||
|
||||
Reference in New Issue
Block a user