normalise

Version 1.0.0 (5.02 KB) by Joris Meurs
Function for normalisation of data
83 Downloads
Updated 21 Aug 2019

normalise.m allows normalisation of data using various options

Supported normalisation: signal sum, probabilistic quotient, signal
maximum, relative signal sum

Syntax
normalisedData = normalise(data,'type',TypeValue)
- data: matrix (N X M)containing N samples and M variables. For
probabilistic quotient normalisation, the first sample is taken as
reference spectrum.
- TypeValue: 'sum', 'pqn', 'max', 'rel'

Cite As

Joris Meurs (2024). normalise (https://github.com/jorismeurs/normalise), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2017a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Atomic, Molecular & Optical in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.