File indexing completed on 2024-04-28 03:48:04

0001 /*
0002     File                 : FourierTest.h
0003     Project              : LabPlot
0004     Description          : Tests for fourier filtering
0005     --------------------------------------------------------------------
0006     SPDX-FileCopyrightText: 2022 Martin Marmsoler <martin.marmsoler@gmail.com>
0007 
0008     SPDX-License-Identifier: GPL-2.0-or-later
0009 */
0010 #ifndef FOURIERTEST_H
0011 #define FOURIERTEST_H
0012 
0013 #include <../AnalysisTest.h>
0014 
0015 class FourierTest : public AnalysisTest {
0016     Q_OBJECT
0017 
0018 private Q_SLOTS:
0019     void lowPassButterWorth();
0020 };
0021 #endif // FOURIERTEST_H