peak finding

Chromatographic and Spectographic Data Analysis

Data showing data peaks found
Chromatographic and spectographic data analysis is a common application of the NMath class library and usually involves some or all of the following computing activities: Noise removalBaseline adjustmentPeak findingPeak modeling Peak statistical analysis In this blog article we will discuss each of these activities and provide some NMath C# code on how they may be accomplished. This is big...
Read More

Finding Peaks in Data with NMath

Finding peaks in experimental data is a very common computing activity, and because of its intuitive nature there are many established techniques and literally dozens of heuristics built on top of those. CenterSpace Software has jumped into this algorithmic fray with a new peak finding class based on smooth Savitzy-Golay polynomials. If you are not familiar with Savitzy-Golay polynomial smoothi...
Read More
Top