Skip to content

Commit

Permalink
added test file for positional sensing in combination with rim shot (…
Browse files Browse the repository at this point in the history
…note that at the end of the new file, normal strikes without rim shot are added for a comparison)
  • Loading branch information
corrados committed Oct 15, 2023
1 parent 6a18a4c commit e8c524a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added algorithm/signals/pd85rimshotpossense.wav
Binary file not shown.
3 changes: 2 additions & 1 deletion algorithm/signalsandsettings.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
%x = audioread("signals/pd80r_hot_spot.wav");padtype='pd80r';%x = x(191700:192400, :);%
%x = audioread("signals/pd80r_no_hot_spot.wav");padtype='pd80r';
%x = audioread("signals/pd80r_rimshot_issue.wav");padtype='pd80r';
x = audioread("signals/pda120ls.wav");x=x(:,1);padtype='pda120ls';x = x(1:630000, :);%x = x(1.06e6:end, :);%x = x(840000:930000, :);%
x = audioread("signals/pd85rimshotpossense.wav");padtype='pd80r';
%x = audioread("signals/pda120ls.wav");x=x(:,1);padtype='pda120ls';x = x(1:630000, :);%x = x(1.06e6:end, :);%x = x(840000:930000, :);%
%x = audioread("signals/pda120ls_2.wav");x=x(:,1);padtype='pda120ls';x = x(1:210000, :);
%x = audioread("signals/pda120ls_multpiezotest.wav");padtype='pda120ls';
%x = audioread("signals/pda120ls_multpiezotest2.wav");padtype='pda120ls';
Expand Down

0 comments on commit e8c524a

Please sign in to comment.