From 652c15b3f9944b119ed11b57eccd660d9e6073ab Mon Sep 17 00:00:00 2001 From: Herianto Lim Date: Thu, 1 Nov 2018 23:08:59 +1100 Subject: [PATCH] Update VO2_Raman.m --- Examples/VO2_Raman.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Examples/VO2_Raman.m b/Examples/VO2_Raman.m index c9bbb00..2f24809 100644 --- a/Examples/VO2_Raman.m +++ b/Examples/VO2_Raman.m @@ -14,8 +14,7 @@ % Load data. If fails, adjust the file path supplied to the argument. S=load('VO2_Raman.mat'); -% Perform Lorentzian peak fitting with default values. -% The algorithm will attempt to find all the peaks in the spectrum. +% Perform Lorentzian peak fitting. S.Fit=PeakFit(S.Data,'Window',[100,900],'PeakShape','Lorentzian',... 'CenterLow',[521,145,198,224,258,304,310,336,387,394,430,503,588,615,665,827],... 'CenterUp', [524,151,202,228,263,306,315,342,394,402,450,506,597,625,675,837],...