Skip to content

Commit c9e7406

Browse files
committed
added PD80R test signal recorded with Teensy 4.0 (thanks to jstma)
1 parent cd2bec5 commit c9e7406

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

algorithm/drumtrigger.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
padtype = 'pd120'; % default
2828

2929
% TEST process recordings
30+
%x = audioread("signals/teensy4_0_pd80r.wav");x=x-mean(x);padtype = 'pd80r';x = x(1:390000, :);%
3031
%x = audioread("signals/esp32_pd120.wav");
3132
%x = audioread("signals/esp32_pd8.wav");padtype = 'pd8';
3233
%x = audioread("signals/pd120_pos_sense.wav");%x = x(2900:10000, :);%x = x(55400:58000, :);%
1.38 MB
Binary file not shown.

0 commit comments

Comments
 (0)