- Видео 210
- Просмотров 1 380 206
Electro DeCODE
Австралия
Добавлен 7 май 2020
Electro DeCODE: Master Electronics, Artificial Intelligence, Robotics, and Biomedical Engineering
Welcome to Electro DeCODE, your ultimate destination for learning and mastering Artificial Intelligence, Electronics, Robotics, and Biomedical Engineering. Our channel offers high-quality tutorials designed for researchers, engineers, and developers.
Discover comprehensive courses on:
AI, Machine Learning, Deep Learning
Verilog, VHDL
Digital System Design
Python, C++, MATLAB
Digital Electronics
Digital Image Processing with MATLAB & Python
FPGA-based Design
Signal Processing with MATLAB & Python
AutoCAD
Join Electro DeCODE today and elevate your skills with our expert tutorials!
Welcome to Electro DeCODE, your ultimate destination for learning and mastering Artificial Intelligence, Electronics, Robotics, and Biomedical Engineering. Our channel offers high-quality tutorials designed for researchers, engineers, and developers.
Discover comprehensive courses on:
AI, Machine Learning, Deep Learning
Verilog, VHDL
Digital System Design
Python, C++, MATLAB
Digital Electronics
Digital Image Processing with MATLAB & Python
FPGA-based Design
Signal Processing with MATLAB & Python
AutoCAD
Join Electro DeCODE today and elevate your skills with our expert tutorials!
Detection of Cardiac Disorders using VCG Signal Analysis | Machine Learning
Author and Presenter: Syeda Tehreem Haider
This research proposes a pattern recognition framework for precise detection of Bundle Branch Block, Cardiomyopathy, and Dysrhythmia using Vectorcardiography (VCG).
#machinelearning
#vectorcardiography
#ecg
#heartdisease
#cardiomyopathy
#cardiacarrest
#electrocardiogram
#electrocardiography
#machinelearningproject
#signalprocessing
#intellcity
This research proposes a pattern recognition framework for precise detection of Bundle Branch Block, Cardiomyopathy, and Dysrhythmia using Vectorcardiography (VCG).
#machinelearning
#vectorcardiography
#ecg
#heartdisease
#cardiomyopathy
#cardiacarrest
#electrocardiogram
#electrocardiography
#machinelearningproject
#signalprocessing
#intellcity
Просмотров: 355
Видео
Pattern Analysis for Biometric Authentication using ECG | Machine Learning
Просмотров 227Год назад
Author and Presenter: Muhammad Asim Our latest research introduces a biometric identification method that uses electrocardiogram (ECG) signals. #machinelearning #biometricsystem #biometric #ecg #electrocardiogram #electrocardiography #machinelearningproject #biometricauthentication #intellcity
EMG Signal based Detection of ALS and Myopathy | Machine Learning
Просмотров 428Год назад
Author and Presenter: Faiza Afzal This research focuses on identifying neuromuscular diseases such as ALS and myopathy through the analysis of Electromyography (EMG) signals, employing a machine-learning approach. The study illustrates the efficacy of utilizing cepstral domain features in combination with the KNN classifier to achieve precise and dependable classification of NMDs based on EMG s...
Biometric Authentication using ECG and PCG | Machine Learning
Просмотров 513Год назад
Author and Presenter: Asad Mehmood In our latest research, we introduce an innovative biometric identification method that combines the power of electrocardiogram (ECG) signals with heart sounds in the form of phonocardiogram (PCG) signals. Our findings reveal that by merging ECG and PCG data, we've achieved a remarkably accurate approach to person identification. Join us as we explore this exc...
Fall Detection System using Accelerometer Signal Analysis | Machine Learning
Просмотров 937Год назад
Author and Presenter: Saad Areeb Summary: Falls pose a critical health risk, often resulting in severe injuries or fatalities and profoundly affecting individuals' quality of life. This study introduces an innovative machine learning-based fall detection system that utilizes a single low-cost accelerometer sensor to capture body acceleration signals during daily activities. This research presen...
Emotion Recognition using EEG Signal Analysis | Machine Learning
Просмотров 3,4 тыс.Год назад
Author and Presenter: Muhammad Bilal Sajid Summary: In this study, we introduce a machine-learning model that recognizes emotions from Electroencephalogram (EEG) signals. Using the publicly available DREAMERs dataset, we identify 4 emotions - sadness, joy, anger, and pleasure. Our approach involves segmenting EEG signals into 30-second segments, noise reduction with a band-stop filter, and extr...
Machine Learning | Identification of Bronchiolitis and Bronchiectasis | Lung Sound Analysis
Просмотров 540Год назад
Author and Presenter: Syed Ali Faraz Jaffrey Background: In this research, we developed a methodology to automatically identify lung disease through an intelligent system. ICBHI lungs sound database was used for this study. A total of 64 lung recordings, selected from three pulmonary classes namely normal, bronchiectasis and bronchiolitis were used for this purpose. After experiments, the perfo...
Bitwise shift operations in AVR Microcontroller | LED and Sensor Interfacing | AVR Programming in C
Просмотров 618Год назад
In this video you will the following task featuring bitwise pin programming: Monitor door sensor connected to bit 1 of Port B such that when it opens, turn on the LED on PC.7, else LED is off. The simulation will also be verified through Proteus Software. For more videos related to Microprocessors and Microcontrollers, watch the following Playlist. ruclips.net/p/PLxRh1iCA-FAQgY9_VmjdJlHoH1I4da3...
I/O Programming of Pin and Ports in C | AVR Microcontroller Programming in C
Просмотров 651Год назад
In this video you will the following task featuring bitwise pin programming: Monitor bit 7 of Port B. If it is 1 make bit 4 of Port B input; otherwise, change pin 4 of Port B to output. For more videos related to Microprocessors and Microcontrollers, watch the following Playlist. ruclips.net/p/PLxRh1iCA-FAQgY9_VmjdJlHoH1I4da3dK #microcontroller #arduino #arduinoproject #arduinomega #pic #PICMic...
Bitwise Pin Programming in C | LED and Sensor Interfacing | AVR Microcontroller
Просмотров 558Год назад
In this video you will learn the following task featuring bitwise pin programming: Monitor door sensor connected to bit 1 of Port B such that when it opens, turn on the LED, else LED is off. The simulation will also be verified through Proteus Software. For more videos related to Microprocessors and Microcontrollers, watch the following Playlist. ruclips.net/p/PLxRh1iCA-FAQgY9_VmjdJlHoH1I4da3dK...
Toggle Pin of Port B with Delay | Bitwise Programming in C | AVR Microcontroller Programming
Просмотров 912Год назад
In this video you will learn about how to toggle a certain bit of any Port continuously without disturbing three rest of the pins from the same Port. The simulation will also be verified through Proteus Software. AVR Programming Task in this Video: AVR C Program to toggle only bit 4 of Port B continuously without disturbing the rest of pins of that Port. For more videos related to Microprocesso...
Using Port as an Input with logic | AVR Microcontroller Programming
Просмотров 553Год назад
In this video you will learn about how to use any Port of an AVR microcontroller as an input with logic. A byte of data from one port will be conditionally sent to other ports of an AVR. The simulation will also be verified through Proteus Software. AVR Programming Task in this Video: Get a byte of Data from Port B. If the data is less than 100, send it to Port C; otherwise, send it to Port D. ...
Using Port as an Input | AVR Microcontroller Programming
Просмотров 669Год назад
In this video you will learn about how to use any Port of an AVR microcontroller as an input. A byte of data from one port will be sent to another port of an AVR. The simulation will also be verified through Proteus Software. For more videos related to Microprocessors and Microcontrollers, watch the following Playlist. ruclips.net/p/PLxRh1iCA-FAQgY9_VmjdJlHoH1I4da3dK #microcontroller #arduino #...
Toggle Port with some delay | AVR Microcontroller Programming
Просмотров 1,2 тыс.Год назад
Toggle Port with some delay | AVR Microcontroller Programming
Using Port as an Output | AVR Microcontroller Programming
Просмотров 1,5 тыс.Год назад
Using Port as an Output | AVR Microcontroller Programming
Make a new Project in ATMEL/AVR STUDIO and Run Simulation in Proteus | AVR Microcontroller
Просмотров 7 тыс.Год назад
Make a new Project in ATMEL/AVR STUDIO and Run Simulation in Proteus | AVR Microcontroller
Machine Learning | Diagnosis of Diabetes using Pulse Plethysmograph | PuPG
Просмотров 7132 года назад
Machine Learning | Diagnosis of Diabetes using Pulse Plethysmograph | PuPG
Machine Learning | Sign Language Interpretation | EMG
Просмотров 3132 года назад
Machine Learning | Sign Language Interpretation | EMG
fvtool in MATLAB | System Analysis | Filter Visualisation Tool | DSP using MATLAB
Просмотров 1,5 тыс.2 года назад
fvtool in MATLAB | System Analysis | Filter Visualisation Tool | DSP using MATLAB
How to save High Quality Figures in MATLAB? | MATLAB Tutorial
Просмотров 6 тыс.2 года назад
How to save High Quality Figures in MATLAB? | MATLAB Tutorial
How to Create 7 Segment Controller in FPGA using Verilog? | FPGA Programming in Vivado| Nexys 4 FPGA
Просмотров 26 тыс.2 года назад
How to Create 7 Segment Controller in FPGA using Verilog? | FPGA Programming in Vivado| Nexys 4 FPGA
Frequency Response of a System in MATLAB | DSP using MATLAB
Просмотров 10 тыс.2 года назад
Frequency Response of a System in MATLAB | DSP using MATLAB
Poles and Zeros in MATLAB | Pole Zero Plot | DSP using MATLAB
Просмотров 11 тыс.2 года назад
Poles and Zeros in MATLAB | Pole Zero Plot | DSP using MATLAB
IFFT in MATLAB | Inverse Fast Fourier Transform | Inverse DFT using builtin function
Просмотров 4,9 тыс.2 года назад
IFFT in MATLAB | Inverse Fast Fourier Transform | Inverse DFT using builtin function
Animated Plots in MATLAB | FFT Animation in MATLAB
Просмотров 1,1 тыс.2 года назад
Animated Plots in MATLAB | FFT Animation in MATLAB
FFT in MATLAB | DFT using builtin Function | Fast Fourier Transform
Просмотров 4,8 тыс.2 года назад
FFT in MATLAB | DFT using builtin Function | Fast Fourier Transform
DarkNet-19 based Decision Algorithm for the Diagnosis of Ophthalmic Disorders
Просмотров 5783 года назад
DarkNet-19 based Decision Algorithm for the Diagnosis of Ophthalmic Disorders
Transfer Learning Based Approach for Detection of COVID-19 from X-Ray Images
Просмотров 8813 года назад
Transfer Learning Based Approach for Detection of COVID-19 from X-Ray Images
Machine Learning Project | A Survey on ECG, PPG, & PPG Based Biometric Authentication System
Просмотров 7733 года назад
Machine Learning Project | A Survey on ECG, PPG, & PPG Based Biometric Authentication System
Machine Learning | Music Genre Classification using SVM and Empirical Mode Decomposition
Просмотров 1,9 тыс.3 года назад
Machine Learning | Music Genre Classification using SVM and Empirical Mode Decomposition
Thank you so much ❤❤
Good teaching method.
If we take the if else statement in for loop again what will be changing in result
Is it possible that you can made video where convolution is done by for loop , rather than using inbuilt function
You saved my whole subject .... Huge respect🥰
thx
square function doesn't work in my matlab, what to do?
same for me
@@Hatimz1 uninstall matlab then install it .. set toolbox function (there are some many function , just take the function you need)
english pls
Your are doing Good , But please expain a Little,, Now i don't know what is the purpose of Fourier Transform.
Can we do it in eda playground instead of model sim bro..?
I love your teaching bro but please try to teach in english because I don't know hindi😅
Hello sir Source code please
Sir,thank you so much i am from Bangladesh. Huge respect ❤️🩹to you
Great work by this lad who looks like me: 🙃
Thanks Sir
Wo square nahi sin signal haii
can i get code please
can you please share the code.
Congrats on your great video. Is there any way to run gate level simulation?
took me 6 minutes to figure out he wasnt speaking english
can you add english subtitle? thank uuu
Great explained ❤
Thanks. we need your support and encouragement to continue.
I fckn hate the fact that every hindu youtuber use english titles for hindi videos. Are you guys stupid? Use ur language
Awsm ❤
Thanks
my board is not able to auto connect. im getting this error: ERROR: [Labtools 27-2269] No devices detected on target localhost:3121/xilinx_tcf/Digilent/210274532241A. Check cable connectivity and that the target board is powered up then use the disconnect_hw_server and connect_hw_server to re-register this hardware target. ERROR: [Common 17-39] 'open_hw_target' failed due to earlier errors.
Mashallah Good job Bro hum apn Fyp project machine. Learning per ka raha han . Guidelines ka Lia app What's number send Kar dan. From University of wah.
please contact us via out facebook page.
Sir 8x8 matrix multiplication please
Thanks for your comment. We will make that video very soon. stay connected.
Realy helpful video ❤🩹💫 Thank you so much sir .
Most welcome
Sir graph ko kis thera rotate karte hun
Charts that support rotate mode typically display the rotate icon in the axes toolbar. You can also interactively explore data using built-in axes interactions that are enabled by default. For example, you can rotate the view of a 3-D axes by dragging the axes.
can you share the coding sir
Thanks for your reply. See the comment below.
can u plz give ur source code
Please contact the admin via email or facebook.
why did you write cout<<count<<endl; outside the while loop
To get the correct output.
Hello Sir, can u please tell me how to access the BRAM in FPGA board, and how to store text file in the BRAM.
This is how it could be done: module bram_example ( input wire clk, input wire we, input wire [addr_width-1:0] addr, input wire [data_width-1:0] din, output wire [data_width-1:0] dout ); parameter addr_width = 10; parameter data_width = 8; // BRAM instantiation reg [data_width-1:0] bram [(2**addr_width)-1:0]; reg [data_width-1:0] dout_reg; always @(posedge clk) begin if (we) begin bram[addr] <= din; end dout_reg <= bram[addr]; end assign dout = dout_reg; endmodule
excellent
Many thanks
Thank you sir❤
Most welcome
Hello Where can you provide me your code zip file?
Thanks for your reply. See the comment below.
@@ElectroDeCODE Good afternoon. I wrote to you on Facebook but did not receive a response. Could you provide your email so I can write to you there?
Outstandig
Thanks and keep watching for more exciting stuff.
thaq very much sir...aap jaise channel ki jrurat hai aap se pdne ke bad puri trf se concpt smjh me aaya
Thanks
good
Thanks
why put english title when the video is not in english?
Noted.
verg good video,can you please send me this code
Sister
why mine is inverted
Check your connections carefully.
I had the same issue, the case statement here should actually make cathode output reg to be declared as [0:6].
@thymanbearpig7555 thanks for your input dear
Wow thanks good expernation from India ❤❤
welcome dear.
So proud of you.... keep being awesome girly 🎉❤
Keep shining roll no. 1😌🫂
More powers to u girl❤❤
So proud of u Girl keep growing❤️
Videos are not Uploading From you.What Happened?
Noted. we will upload new videos soon. keep watching and supporting. thanks.
Hello sir Can I get the source code
Please wait