Full Width at Half Maximum to Standard Deviation converter

Version 1.0.0.0 (754 Bytes) by Joris Meurs
Function for converting Full Width at Half Maximum (FWHM) of a signal to the standard deviation
84 Downloads
Updated 26 Nov 2016

View License

This function can be used for directly converting the full width at half maximum (FWHM) to the standard deviation of a peak.
s = FWHM./(2*sqrt(2*log(2)))

One input arguments: 'FWHM'
One output argument: 'sigma'

FWHM : Full width at half maximum
s : Standard deviation

Input syntax: sigma = fwhm2sigma(FWHM)

Cite As

Joris Meurs (2024). Full Width at Half Maximum to Standard Deviation converter (https://www.mathworks.com/matlabcentral/fileexchange/60406-full-width-at-half-maximum-to-standard-deviation-converter), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0