diff options
-rw-r--r-- | physics/fwhm.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/physics/fwhm.txt b/physics/fwhm.txt new file mode 100644 index 0000000..7ab25eb --- /dev/null +++ b/physics/fwhm.txt @@ -0,0 +1,11 @@ + +Why Full-Width, Half Max (FWHM)? +----------------------------------- + +If you have two peaks with the same shape overlapping each other, they will +combine into a single peak with no dip between them (aka, no concavity, +assuming that the peak shape is convex up to the FWHM point) if they +overlap up to the FWHM. + +While peak fitting could extract more information, the FWHM is a reasonable +bound on the simple ability to differentiate "features" or "structure". |