You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
553 B
Markdown

4 years ago
# stmdsp
4 years ago
Code for an STM32-based DSP device.
**Goals:**
* Read +/- 5V signal(s) off of at least one pin
* Send +/- 5V signal(s) off of at least one pin
* Perform DSP calculations (e.g. filtering) on-device
4 years ago
* Communicate with a computer program to allow for the reading, writing, and transformation of signals.
4 years ago
See the wiki for pages on each of these goals.
4 years ago
Source code for the device's firmware is in the `source` directory. `gui` contains code for a custom GUI for the device, in C++.
Code for using the device with Mathematica will be added soon.