Skip to content

Commit 9f9ba51

Browse files
authored
Update README.md
1 parent 394868b commit 9f9ba51

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,27 @@
11
# Spectrogram
22
.NET library for creating spectrograms
3+
4+
**WARNING: This software project is pre-alpha! This repo is just a place to collect ideas and resources.**
5+
6+
## Primary Classes
7+
* `Spectrogram` - the core class to turn time-series data (`double[]`) into a spectrogram (`Bitmap`)
8+
* `AudioSpectrogram` - an extended `Spectrogram` which continuously gets incoming data from the sound card
9+
* `FormsSpectrogram` - a WinForms user control to display a `Spectrogram`
10+
* `WpfSpectrogram` - a WPF user control to display a `Spectrogram`
11+
12+
## Resources
13+
14+
### Introduction to QRSS
15+
* [What is QRSS?](https://www.qsl.net/m0ayf/What-is-QRSS.html)
16+
* [QRSS and you](http://www.ka7oei.com/qrss1.html)
17+
* [QRSS (slow CW)](https://sites.google.com/site/qrssinfo/QRSS-Slow-CW)
18+
19+
### Technical Pages
20+
* [Simulation of QRSS Signals](https://www.qsl.net/pa2ohh/12qrsssim1.htm)
21+
22+
### QRSS Software
23+
* Argo ([website](http://digilander.libero.it/i2phd/argo/)) - closed-source QRSS viewer for Windows
24+
* SpectrumLab ([website](http://www.qsl.net/dl4yhf/spectra1.html)) - closed-source spectrum analyzer for Windows
25+
* QrssPIG ([gitlab](https://gitlab.com/hb9fxx/qrsspig)) - open-source spectrograph for Raspberry Pi (C++)
26+
* Lopora ([website](http://www.qsl.net/pa2ohh/11lop.htm)) - open-source spectrograph (Python 3)
27+
* QRSS VD ([github](https://github.com/swharden/QRSS-VD)) - open source spectrograph (Python 2)

0 commit comments

Comments
 (0)