File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Spectrogram
2
2
.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)
You can’t perform that action at this time.
0 commit comments