feature extraction of Raman spectrum finger print

1 view (last 30 days)
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?

Accepted Answer

KSSV
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.
  1 Comment
Sirawit Boonsit
Sirawit Boonsit on 1 Feb 2019
Edited: Sirawit Boonsit on 1 Feb 2019
TY for your reply, you mean I have to find the number of peak and peak value that respects to wavelenght and amplitude right?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!