-
Notifications
You must be signed in to change notification settings - Fork 0
Supplementary Material
Louis120913 edited this page Dec 16, 2021
·
2 revisions
y2(:,k:k+1) = ((rho*diag(dpf(:,fin)')*e)\ y(:,[idx1 idx2'])')';
xls = xlsread ('test.xlsx');
h5disp('W1KB_run01.snirf') % HDF5資料格式
snirf = SnirfLoad( 'W1KB_run01.snirf');
% Homer3文件說明內有提供直接在Matlab中讀取.snirf格式的方法
snirfObj = SnirfClass('C:\Users\Louis Chang\Desktop\KB\W1KB_run01.snirf');
%%
for mpf=1:1:10
dpf(ind,mpf)=interp1(DPF(:,1),DPF(:,mpf+1),lda(ind));
end
%%
[idx1 idx2']代表for迴圈內該channel所有波長OD資料欄位的索引值
lst = find( ml(:,4)==1 );
% 初始ml表格裡面第一波長
idx 通道數長度
idx1 mlist 第一波的序列