inspectrum icon indicating copy to clipboard operation
inspectrum copied to clipboard

Radio signal analyser

Results 58 inspectrum issues
Sort by recently updated
recently updated
newest added

I would like to propose the below adjustments to the installation guide. ## **Building on Debian-based distros** ``` git clone git://github.com/jgaeddert/liquid-dsp.git cd liquid-dsp ./bootstrap.sh ./configure make sudo make install cd...

Cursors should recalculate based on whatever was edited

The maximum width/height of a QWidget is 16777215 and this is pretty easy to hit with a large file / high zoom / small fft size. Might need to rethink...

bug

SpectrogramPlot::getLine copies the sample data to a buffer, then this is copied to an fftw aligned buffer in fft.cpp, the fft is calculated, and the result copied back to another...

Running latest 200ea4eb73defdba7b5c07757a637cef3e9d80a5 on macOS 10.12.1 Minor bug - You're able to add multiple of the derived plots. I assume there's no reason for this.

TL;DR add log-amplitude, (probably) save me having to adjust `Power max:` when I change the channel bandwidth or use the same bandwidth to look at a signal of different power....

Need to revisit the logic around pointer overrides and make sure they represent what will actually happen when the user clicks/drags.

The cursors offer the magnificent feature of adding segments that can be used to calculate the symbol rate of a given signal. However, increasing and reducing the number of segments...

Feature request: It would nice to have scrollbars (like in Audacity) so I know how far I'm zoomed in or out on the samples.