Home
last modified time | relevance | path

Searched refs:SavitzkyGolay (Results 1 – 14 of 14) sorted by relevance

/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DSmoothCurveDialog.cpp61 if (method == SmoothFilter::SavitzkyGolay) { in SmoothCurveDialog()
120 if (smooth_method == SmoothFilter::SavitzkyGolay) { in smooth()
H A DSmoothFilter.h44 enum SmoothMethod { SavitzkyGolay = 1, FFT = 2, Average = 3 }; enumerator
H A DSmoothFilter.cpp433 if (d_method != SavitzkyGolay) { in setPolynomOrder()
H A Dscidavis.sip1795 enum SmoothMethod{SavitzkyGolay = 1, FFT = 2, Average = 3};
H A DApplicationWindow.cpp6364 showSmoothDialog(SmoothFilter::SavitzkyGolay); in showSmoothSavGolDialog()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/analysis/dialogs/
H A DSmoothCurveDialog.cpp65 if (method == SmoothFilter::SavitzkyGolay){ in SmoothCurveDialog()
142 if (smooth_method == SmoothFilter::SavitzkyGolay){ in smooth()
/dports/devel/upp/upp/uppsrc/ScatterDraw/src.tpp/
H A DDataSource_en-us.tpp169 [s5;:Upp`:`:SavitzkyGolay`_CheckParams`(int`,int`,int`,int`):%- [@(0.0.255) bool]_[* Savi
183 [s5;:Upp`:`:SavitzkyGolay`_Coeff`(int`,int`,int`,int`):%- VectorXd_[* SavitzkyGolay`_Co
197 defined by arguments. Arguments are explained in [*^Upp`:`:SavitzkyGolay`_CheckParams`(int`,int`,in…
198 avitzkyGolay`_CheckParams][^Upp`:`:SavitzkyGolay`_CheckParams`(int`,int`,int`,int`)^ (
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/analysis/
H A DSmoothFilter.h46 enum SmoothMethod{SavitzkyGolay = 1, FFT = 2, Average = 3, Lowess = 4}; enumerator
H A DSmoothFilter.cpp353 if (d_method != SavitzkyGolay){
/dports/biology/py-macs2/MACS-2.2.7.1/MACS2/
H A DSignal.pyx201 # Modified from http://www.scipy.org/Cookbook/SavitzkyGolay
266 # Another modified version from http://www.scipy.org/Cookbook/SavitzkyGolay
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DDataSource.h92 …Vector<Pointf> SavitzkyGolayY(int deg, int size, int der) {return SavitzkyGolay(&DataSource::y, &D… in SavitzkyGolayY()
130 Vector<Pointf> SavitzkyGolay(Getdatafun getdataY, Getdatafun getdataX, int deg, int size, int der);
H A DDataSource.cpp884 Vector<Pointf> DataSource::SavitzkyGolay(Getdatafun getdataY, Getdatafun getdataX, int deg, int siz… in SavitzkyGolay() function in Upp::DataSource
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/scripting/
H A Dqti.sip3137 enum SmoothMethod{SavitzkyGolay = 1, FFT = 2, Average = 3, Lowess = 4};
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/core/
H A DApplicationWindow.cpp8852 showSmoothDialog(SmoothFilter::SavitzkyGolay);