Estimates the baseline and corrected spectrum of a given Raman spectrum.
Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
function [base corrected_spectrum]=baseline(Spectrum)
This functions estimate the baseline and corrected spectrum of a a given Raman spectrum. Parts of the algorithm are similar to H. Schulze et al [1], but other parts have major differences.
Input:
Spectrum: vector of size (N*1)
Output:
Base: Identified Baseline vector of size (N*1)
Corrected_Spectrum: Corrected Spectrum vector of size (N*1)
Example on how to use the function is also provided.
References:
-----------------
[1] Schulze, H. Georg, et al. "A small-window moving average-based fully automated baseline estimation method for Raman spectra." Applied spectroscopy 66.7 (2012): 757-764.
Zitieren als
Ayad Al-Rumaithi (2026). Raman Spectrum Baseline Removal (https://de.mathworks.com/matlabcentral/fileexchange/69649-raman-spectrum-baseline-removal), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert: Raman Finder
Allgemeine Informationen
- Version 1.0.8 (1,86 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.8 | added website |
||
| 1.0.7 | Description |
||
| 1.0.6 | Description and Example |
||
| 1.0.5 | description |
||
| 1.0.4 | description |
||
| 1.0.3 | summary |
||
| 1.0.2 | Summary |
||
| 1.0.1 | image |
||
| 1.0.0 |
