libpappsomspp
Library for mass spectrometry
savgolfilter.cpp File Reference
#include <qmath.h>
#include <QVector>
#include <QDebug>
#include "savgolfilter.h"

Go to the source code of this file.

Namespaces

 pappso
 tries to keep as much as possible monoisotopes, removing any possible C13 peaks
 

Macros

#define SWAP(a, b)
 

Macro Definition Documentation

◆ SWAP

#define SWAP (   a,
 
)
Value:
tempr = (a); \
(a) = (b); \
(b) = tempr

Definition at line 48 of file savgolfilter.cpp.