| prov:value
| - om data and smooth datafor i = 1:1:Ssize,rowsmin = min(s(i,:)); %find min of each row (background noise)s(i,:) = s(i,:) - rowsmin; %subtract it from raw dataa(i,:) = sgolayfilt(s(i,:),3,87); %smoothingend;%--------------------------------------------------------------------------%In order to import the file in Origin Lab, we must transpose the matrix,%so that each spectrum is a column and not a ro
|