Created in order for me (Isaac Goss) to learn, play with, and apply mathematics and techniques of DSP. Knowledge and algorithms are based upon my reading of SEG [1].
- Superposition / Synthesis / Decomposition Types
- Constant SUPERPOSITIONS (frozenset of str)
- impulse
- forier
- step
- even_odd
- interlaced
- Constant SUPERPOSITIONS (frozenset of str)
- Types
- signal
- Scaling a signal by a scalar mult = map(lambda x: x*scalar,...)
- DC offset add = map(lambda x x+scalar,...)
- decomposition(str) -> signal, signal
- synthesis(str, signal) -> signal
- signal
- Algorithms
- superposition
Python 3 implementation is available in the python
subdirectory.
- (SEG) Smith, Steven W, (1997) The Scientists and Engineers Guide to Digital Signal Processing
- ESP-8266 Hardware Information https://nurdspace.nl/ESP8266
- ESP-8266 Wiki https://github.com/esp8266/esp8266-wiki/wiki
- ESP Open SDK https://github.com/pfalcon/esp-open-sdk
- ESP-8266 Tutorial https://www.instructables.com/How-to-use-the-ESP8266-01-pins/
- ESP-8266 Wifi Sheild Tutorial https://www.forward.com.au/pfod/CheapWifiShield/ESP2866_01_WiFi_Shield/index.html
- Using ESP-8266 Tutorial https://www.instructables.com/Using-the-ESP8266-module/
- ESP-01 Pinout https://cdn.sparkfun.com/datasheets/Wireless/WiFi/ESP8266ModuleV1.pdf
- ESP-8266 Wikipedia page https://en.wikipedia.org/wiki/ESP8266
- ESP-8266 Espressif SDK (FreeRTOS) https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/get-started/index.html
- ESP-8266 Datasheet https://www.espressif.com/sites/default/files/documentation/0a-esp8266ex_datasheet_en.pdf