IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
pre_norm_amide1.m
Go to the documentation of this file.
1 %> @brief Normalization - Amide I peak
2 %>
3 %> @sa normaliz.m
5  methods
6  function o = pre_norm_amide1()
7  o.classtitle = 'Amide I peak';
8  o.short = 'AmideI';
9  o.types = '1';
10  end;
11  end;
12 end
Normalization - Amide I peak.
Normalization - base class.
Definition: pre_norm_base.m:6
function normaliz(in X, in x, in types, in idxs_fea)