# Digital Signal Processing (DSP)

1. [**Scipy signal processing**](https://docs.scipy.org/doc/scipy/reference/signal.html)
2. [**Script find peaks**](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.find_peaks.html)
3. **Beat detection**
   1. [**Real time bpm beat det**](https://github.com/shunfu/python-beat-detector)
   2. [**Librosa**](https://librosa.org/doc/latest/core.html#time-domain-processing)**:** [**Beat detection (and temp)**](https://librosa.org/doc/latest/beat.html#beat)
4. [**Mastery on Human activity recognition, smartphones**](https://machinelearningmastery.com/cnn-models-for-human-activity-recognition-time-series-classification/)
5. **(Out of place) -** [**using self-attention for sound signal processing**](https://medium.com/ai%C2%B3-theory-practice-business/toward-interpretable-music-tagging-with-self-attention-67a8136048d0)

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.mlcompendium.com/machine-learning/digital-signal-processing-dsp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
