Skip to content

Commit a1433e8

Browse files
committed
Transfer effective_srate to streams.info
when JitterRemoval is off
1 parent 74c2466 commit a1433e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

load_xdf.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,8 @@
572572
else
573573
temp(k).effective_srate = 0;
574574
end
575+
% transfer the information into the output structs
576+
streams{k}.info.effective_srate = temp(k).effective_srate;
575577
end
576578
end
577579

0 commit comments

Comments
 (0)