This document proposes a method to diagnose bradycardia arrhythmia using Multivariate Empirical Mode Decomposition (MEMD) and Convolutional Neural Networks (CNN). MEMD is used to denoise ECG signals by decomposing them into Intrinsic Mode Functions, removing noise. The cleaned signals are converted to spectrograms for feature extraction. A CNN classifier then analyzes the spectrograms to identify and classify arrhythmias like tachycardia or bradycardia. The method aims to accurately diagnose heart conditions from ECG data using a hybrid technique of signal processing and deep learning.