Real-Time Beat Tracking Templates for IEEE Signal Processing Cup 2017
This collection of examples is intended to help IEEE SP Cup 2017 participants prototype their beat-tracking algorithms in real-time using MATLAB.
The three approaches proposed include real-time streaming directly in MATLAB, generating a VST plugin from MATLAB code, and running on a Raspberry Pi board by using MATLAB code within a Simulink model. An example is included for each of the three workflows.
All examples provided can be used as templates to quickly prototype new beat-tracking ideas. In their present form, all files use a trivial high-latency beat detection algorithm based on finding the peaks of an all-positive version of the input signal. Depending on the particular example, the detected beats are returned as either MATLAB arrays (format required by the competition), numeric .txt files, or click sounds mixed onto the original signal.
To use this material please refer to the ReadMe.txt file included in the archive.
For more resources on using MATLAB and Simulink for SP Cup 2017, visit https://www.mathworks.com/academia/student-competitions/sp-cup/
For all the details on the SP Cup 2017, visit http://signalprocessingsociety.org/sites/default/files/uploads/publications_resources/news/ICASSP_2017_SPCup.pdf
Cite As
Gabriele Bunkheila (2024). Real-Time Beat Tracking Templates for IEEE Signal Processing Cup 2017 (https://www.mathworks.com/matlabcentral/fileexchange/59825-real-time-beat-tracking-templates-for-ieee-signal-processing-cup-2017), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Signal Processing > Audio Toolbox > Audio Processing Algorithm Design >
- Signal Processing > Audio Toolbox > Audio Plugin Creation and Hosting >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
+private/
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |