suscan
suscan copied to clipboard
Channel scanner based on sigutils library
Hello, I have been playing with `suscan` and remote viewing with SigDigger and found that when running `suscan makeprof` only one profile is created for my USRP (an X310 with...
It is unfortunate that every sample suscan/SigDigger saves is a cf32 since most SDRs have nowhere near the resolution. For example, when I use SigDigger to save IQ samples from...
This PR adds the proper files to allow client project to automatically retrieve the cmake properties with `find_package` and `target_link_library(myproject suscan::suscan`.
Added the ldconfig command to prevent the error: suscan.status: error while loading shared libraries: libsuscan.so.0.3.0: cannot open shared object file: No such file or directory
The current channel worker performs innecesary copies of the data buffer, and redundant FFTs. To prevent this: 1. Add multiple overlapping FFTs, and copy only the last half. 2. Zero-copy...
SigDigger still takes a lot of CPU time to channelize and demodulate. Offload part of the process to the GPU if available.
Hola Gonzalo. Hay varias razones para que el analisis se haga offline a partir de grabaciones: 1.- Cuando las señales son desconocidads y/o no documentadas, son necesarias varias grabaciones para...
Add a GUI to configure a Viterbi decoder. Some insights by EA4GPZ: * Most people use CCSDS polynomials * These polynomials can be applied in different order, and one of...
- Allow starting the wide worker in non-hopping mode (for very zoomed startup), or hopping over a range less than the sample rate (due to relative bandwidth discarding edges) -...
- Fix changing bandwidth from the sidebar in SigDigger - Apply settings for the selected channel rather than channel 0