Skip to content

Latest commit

 

History

History

18-01-14_qrss

QRSS Spectrograph in C#

This project is a barebones high resolution spectrograph suitable for QRSS reception. It is not optimized for speed, but it still runs very well. It is written with simplicity in mind, and is intended to be an educational tool. This project would be an excellent starting point for anybody interested in creating an actual QRSS viewer (adding features like scale bars, FTP upload, stitching, etc). The largest difference between this project and others available is the abity to vertically scroll the spectrograph. This allows you to create output images thousands of pixels high (useful for experimental reception of bandwidth beyond a couple hundred Hz). Compiled binaries have been made available for people interested in testing out the spectrograph.

Screenshots

The default spectrograph settings are configured for highspeed music visualization. Modify these values to reflect those used in the screenshots if you intend to visualize QRSS signals...

Description Screenshot Output
Music: several songs in a row played one after the next
QRSS: several minutes of relatively poor quality radio reception at 10.140 MHz I recorded many years ago

Useful Links

Similar Software

  • QRSSVD (website, github) - open-source cross-platform spectrograph (Python)
  • Argo (website) - closed-source QRSS viewer for Windows
  • SpectrumLab (website) - closed-source spectrum analyzer for Windows
  • QrssPIG (github) - open-source qrss viewer for Raspberry Pi (C++)
  • Lopora (website)- cross-platform open-source QRSS viewer (Python)