SigDigger icon indicating copy to clipboard operation
SigDigger copied to clipboard

Decimation improvement

Open mehdideveloper opened this issue 4 years ago • 1 comments

I have some feedback regarding the decimation input box:

1- To my knowledge, people only use limited decimation values, right? Like 1,2,4,10, etc. Maybe there's a maximum to it? Otherwise, they would just use smaller sample rates, instead of selecting a big sample rate and applying decimation. With this in mind, I think maybe a combo-box of values from say 1 to 10 would be better than a text box.

2- Even if you don't agree with the previous suggestion, maybe there should be an upper limit to what people can enter for the value?

3- What about letting the user change the decimation rate while using the app?

mehdideveloper avatar Mar 02 '20 18:03 mehdideveloper

It already is, I think you cannot decimate above 100, although this is quite arbitrary. Changing that is not complicated, but I would prefer to fix bugs first.

Also, changing the decimation rate while running the app is a major change that cannot be handled easily: let's say you are capturing at 8 Msps and listening to some channel 3 MHz above the center frequency. Then you change decimation to 2: the DSP chain rate is now 4 Msps. What do we do with the audio inspector? This applies not only to audio but to any channel inspector.

BatchDrake avatar Mar 02 '20 18:03 BatchDrake