feature extraction of Raman spectrum finger print
1 view (last 30 days)
Show older comments
If I have the data of Raman signal which is a plot between amplitude and wavelenght, and I want to make a feature table to classify the substate. Here is the example from my data (just 1 class). If I have another class which is different shape from this plot, so what should I choose to extract from the data?

0 Comments
Accepted Answer
KSSV
on 1 Feb 2019
You have to pick the peak (x,y) values.....there are four peaks..so you will get respective peaks (x,y) i.e wavelength and amplitude values. Read about findpeaks to extract the peak values.
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!