pysdr
pysdr copied to clipboard
Spectral waterfall of live signals or recordings
$ python3 3dwf.py 10.1.1.132 Traceback (most recent call last): File "3dwf.py", line 33, in pybuf_from_memory = ctypes.pythonapi.PyBuffer_FromReadWriteMemory File "/usr/lib/python3.8/ctypes/__init__.py", line 386, in __getattr__ func = self.__getitem__(name) File "/usr/lib/python3.8/ctypes/__init__.py", line 391,...
Větší rozlišení spektra může být dosaženo úpravou signálu, doplněním nulami. Proces lze imlementovat buď převzorkováním  Nebo prostým doplněním nul za úsek signálu ze kterého se spektrum počítá.
Už roky nám chybí nástroj, který by uměl efektivně zobrazovat sadu záznamů získaných z SDR. Záznamy je potřeba zobrazovat v časové ose, tak aby v nich bylo možno hledat různé...
The application which uses CLKGEN01A driver for rapid frequency tunnig should not need to call recall_nvm() method. Instead of this, the recall_nvm() should be called in CLKGEN init code only....
Feeding a standard mono-channel WAV file will make numpy extremely unhappy: ``` Traceback (most recent call last): File "./pysdr-recviewer", line 5, in main() File ".../pysdr/recviewer.py", line 168, in main sample_rate,...
Possibility to add images under the waterfall layer. The configuration should be done using the configuration file that will contain information about the image source file and its position in...
Freya needs time and frequency axis labels. Magnitude label could be optional. Original Source: http://www.mlab.cz/redmine/issues/342
pysdr-recviewer should display FFT parameters used for rendering of an actual view. Such feature should be useful for choosing the best FFT resolution for displaying a certain detail.
Rendered image should be adjusted similarly as in pysdr-waterfall.
Would be better to display real word time in UT instead of time from the beginning of the raw record.