[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-125141-en":3,"doc-seo-125141-105":30,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":4,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":27,"seo_description":14,"update_tm":28,"read_time":29},125141,7971461740909,"Levi","https://ap-avatar.wpscdn.com/davatar_155a257f0dc6eb9ab79c44ca47cae57d",8,"Research & Report","EXPLORING MODIFICATIONS OF FOURIER TRANSFORM AND THEIR IMPACT ON ACCURACY OF MACHINE LEARNING TECHNIQUES FOR ECG CLASSIFICATION","This master’s thesis explores how modifications of the Fourier transform affect the accuracy of machine learning models for ECG classification. It reviews time-signal classification approaches, preprocessing options, and an ECG dataset framework, including CODE-15. The work analyzes Fourier-transform variants and a proposed FFT-based transformation, builds baseline and modified models, and documents accuracy changes in the frequency domain. Results are then compared against models trained directly on time-domain signals.","Assignment of master’s thesis  \nTitle: Exploring Modiﬁcations of Fourier Transform and their Impact  \non Accuracy of Machine Learning Techniques for ECG  \nClassiﬁcation  \nStudent: Bc. Bogdan Buliakov  \nSupervisor: Ing. Miroslav Čepek, Ph. D.  \nStudy program: Informatics  \nBranch / specialization: Knowledge Engineering  \nDepartment: Department of Applied Mathematics  \nValidity: until the end of summer semester 2024/2025  \nInstructions  \nThis thesis aims to explore machine learning techniques and options to process time signals with focus on ECG. The thesis explores impact of modiﬁcations of Fourier tranform on performace of machine learning models and will compare the accuracy of models in frequency domain with individual modiﬁcations to models working in time  \ndomain.  \nIndividual steps:  \n1) Review machine learning models for time signal classiﬁcation (partial and whole) and techniques for preprocessing time signals.  \n2) Describe and explore suitable dataset. For example CORE-15 for ECG Classiﬁcation.  \n3) Review Fourier transform, it's modiﬁcations and propose your modiﬁcations.  \n4) Create a baseline model and experiment with modiﬁed models and document the impact of modiﬁcations on accuracy of the model.  \n5) Compare the results with techniques directly using the time domain data.  \nLiterature:  \nCarlos Mateo, Juan Antonio Talavera. Short-time Fourier transform with the window size ﬁxed in the frequency domain. Digital Signal Processing. Volume 77. 2018. ISSN  \nElectronically approved by Ing. Magda Friedjungová, Ph.D. on 16 February 2024 in Prague.  \n1051-2004. [https://doi.org/10.1016/j.dsp.2017.1](https://doi.org/10.1016/j.dsp.2017.1)1.003.  \nRibeiro, Antônio H., et al. \"Automatic diagnosis of the 12-lead ECG using a deep neural network.\" Nature communications 11.1 (2020): 1760.  \nElectronically approved by Ing. Magda Friedjungová, Ph.D. on 16 February 2024 in Prague.  \nMaster’s thesis  \nEXPLORING MODIFICATIONS OF FOURIER TRANSFORM AND THEIR IMPACT ON ACCURACY OF MACHINE LEARNING TECHNIQUES FOR ECG CLASSIFICATION  \nBc. Bogdan Buliakov  \nFaculty of Information Technology Department of Knowledge Engineering Supervisor: Ing. Miroslav ˇCepek Ph.D.  \nMay 9, 2024  \nCzech Technical University in Prague Faculty of Information Technology  \n© 2024 Bc. Bogdan Buliakov. All rights reserved.  \nThis thesis is school work as defined by Copyright Act of the Czech Republic. It has been submitted at Czech Technical University in Prague, Faculty of Information Technology. The thesis is protected by the  \nCopyright Act and its usage without author’s permission is prohibited (with exceptions defined by the Copyright Act) .  \nCitation of this thesis: Buliakov Bogdan. Exploring Modifications of Fourier Transform and their Impact on Accuracy of Machine Learning Techniques for ECG Classification. Master’s thesis. Czech Technical University in Prague, Faculty of Information Technology, 2024 .  \nContents  \nAcknowledgments vi  \nDeclaration vii  \nAbstract viii  \nList of abbreviations ix  \nIntroduction 1  \n1 Introduction in ECG 2  \n2 Overview of methods for ECG analysis 4  \n2. 1 Classification methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4  \n2.2 Anomaly detection ................................... 6  \n3 Overview of dataset CODE-15 7  \n3. 1 Files of dataset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8  \n4 Overview of transformations and classifiers in this article 10  \n4.1 My own FFT transformation (FFTwDW) ...................... 10  \n4.2 Transformations for comparison   13  \n4.2. 1 Time domain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14  \n4.2.2 Fast Fourier Transform for real values (rFFT) ................ 14  \n4.2.3 Modified discrete cosine transform (MDCT) ................. 15  \n4.2.4 Wavelet transform (WT) ........................... 15  \n4.2.5 Short-Time Fourier Transform with the Window Size Fixed in the Frequency Domain (STFT-FD) ..........................","cbCaij1FfsZDti28","https://ap.wps.com/l/cbCaij1FfsZDti28","pdf",6388910,1,56,"English","en",105,"# Introduction in ECG\n## Overview of methods for ECG analysis\n## Overview of dataset CODE-15\n## Overview of transformations and classifiers in this article\n## Methodology of experiments\n## Experimental results","[{\"question\":\"What is the thesis goal regarding Fourier transform modifications?\",\"answer\":\"The thesis aims to evaluate how modifications of the Fourier transform influence the accuracy of machine learning models for ECG classification, comparing frequency-domain models with time-domain approaches.\"},{\"question\":\"Which ECG dataset is used in the experiments?\",\"answer\":\"The thesis references the CORE-15 dataset and an overview section for CODE-15 in the contents, indicating its use for ECG classification experiments.\"},{\"question\":\"How are modified transforms and classifiers assessed?\",\"answer\":\"A baseline model is built, then models using modified transforms are experimented with; accuracy impacts are documented and compared against models that use time-domain data directly.\"}]","EXPLORING MODIFICATIONS OF FOURIER TRANSFORM AND THEIR IMPACT ON ACCURACY OF MACHINE LEARNING TECHNIQUES FOR ECG CLASSIFICATION | PDF",1785896898,141,{"code":4,"msg":31,"data":32},"ok",{"site_id":24,"language":23,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":28},"exploring-modifications-of-fourier-transform-and-their-impact-on-accuracy-of-machine-learning-techniques-for-ecg-classification","",{"@graph":36,"@context":85},[37,54,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/research-report/",3,{"item":52,"name":13,"@type":43,"position":53},"https://docshare.wps.com/document/exploring-modifications-of-fourier-transform-and-their-impact-on-accuracy-of-machine-learning-techniques-for-ecg-classification/125141/",4,{"url":52,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":23,"description":14,"dateModified":62,"datePublished":62,"encodingFormat":61,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":41,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-08-05",true,{"@type":65,"interactionType":66,"userInteractionCount":4},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"What is the thesis goal regarding Fourier transform modifications?","Question",{"text":75,"@type":76},"The thesis aims to evaluate how modifications of the Fourier transform influence the accuracy of machine learning models for ECG classification, comparing frequency-domain models with time-domain approaches.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"Which ECG dataset is used in the experiments?",{"text":80,"@type":76},"The thesis references the CORE-15 dataset and an overview section for CODE-15 in the contents, indicating its use for ECG classification experiments.",{"name":82,"@type":73,"acceptedAnswer":83},"How are modified transforms and classifiers assessed?",{"text":84,"@type":76},"A baseline model is built, then models using modified transforms are experimented with; accuracy impacts are documented and compared against models that use time-domain data directly.","https://schema.org",{"og:url":52,"og:type":87,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":89,"canonical":52},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":92},[93,97,101,105,110,115,120,123,128,131,135],{"id":20,"doc_module":4,"doc_module_name":46,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":53,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":111,"doc_module":4,"doc_module_name":46,"category_name":112,"show_sort_weight":113,"slug":114},6,"Technology",50,"technology",{"id":116,"doc_module":4,"doc_module_name":46,"category_name":117,"show_sort_weight":118,"slug":119},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":121,"slug":122},30,"research-report",{"id":124,"doc_module":4,"doc_module_name":46,"category_name":125,"show_sort_weight":126,"slug":127},9,"Religion & Spirituality",20,"religion-spirituality",{"id":126,"doc_module":4,"doc_module_name":46,"category_name":129,"show_sort_weight":126,"slug":130},"World Cup","world-cup",{"id":132,"doc_module":4,"doc_module_name":46,"category_name":133,"show_sort_weight":132,"slug":134},10,"Lifestyle","lifestyle",{"id":136,"doc_module":4,"doc_module_name":46,"category_name":137,"show_sort_weight":106,"slug":138},19,"General","general"]