Skip to content

Commit

Permalink
Results
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperLH committed Jan 28, 2019
1 parent cfc896a commit 35f8702
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified eusipco/synthetic_knownD.mat
Binary file not shown.
Binary file added eusipco/synthetic_unknownD.mat
Binary file not shown.
4 changes: 2 additions & 2 deletions run_experiments_eusipco.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
addpath(genpath('../tools'))

elapsed_time = zeros(6,1)*nan;
for i = 3:6
for i = 5:6
t0 = tic;
switch i
case 1
Expand All @@ -21,4 +21,4 @@
experiments_eusipco_unknownD
end
elapsed_time(i) = toc(t0);
end
end

0 comments on commit 35f8702

Please sign in to comment.