Skip to content

Commit

Permalink
Update WDF2Classify.hpp
Browse files Browse the repository at this point in the history
Removed DCT
  • Loading branch information
elenacuoco authored Feb 20, 2023
1 parent 4be05d1 commit 5ea4002
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/WDF2Classify.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#include <EventFullFeatured.hpp>
#include <WaveletTransform.hpp>
#include <WaveletThreshold.hpp>
#include <DCT.hpp>
//#include <DCT.hpp>
#include <Cs2HammingWindow.hpp>
#include <BaseView.hpp>
#include <math.h>
Expand Down Expand Up @@ -226,7 +226,7 @@ namespace tsa {
double mSigmaBsC206;
double mSigmaBsC103;
double mSigmaBsC309;
double mSigmaDCT;
// double mSigmaDCT;
FifoBuffer mBuffer;

double mStartTime;
Expand Down Expand Up @@ -258,8 +258,8 @@ namespace tsa {
WaveletTransform mWTBsC309;
enum WaveletThreshold::WaveletThresholding mT;
WaveletThreshold mWavThres;
DCT mDct;
Dmatrix mBuffDct;
// DCT mDct;
//Dmatrix mBuffDct;
Cs2HammingWindow mWindowing;

};
Expand Down

0 comments on commit 5ea4002

Please sign in to comment.