Laboratory Manual: 18EC3017 Biomedical Electronics & IOT For Healthcare

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

ELECTRONICS AND COMMUNICATION ENGINEERING

LABORATORY MANUAL
18EC3017 Biomedical Electronics & IOT for Healthcare

III B.TECH 2020-21 ODD SEMESTER


K L UNIVERSITY| 18EC3017- Biomedical Electronics & IOT for Healthcare
Biomedical Electronics & IOT for Healthcare (18EC3017) LABORATORY MANUAL 2020-2021

LABORATORY MANUAL
18EC3017 Biomedical Electronics & IOT for Healthcare

ELECTRONICS AND COMMUNICATION ENGINEERING

STUDENT NAME T. VENKATA SAI GANGADHAR


REG.NO 180040705
YEAR 3
SEMESTER 5
SECTION 3
FACULTY V. TEJU MAM

Department of ECE| KLEF (Deemed to be University), NAAC - “A++”, Guntur, AP


Biomedical Electronics & IOT for Healthcare (18EC3017) LABORATORY MANUAL 2020-2021

EXPERIMENT NO.13
Date of the Session: 05/11/2020 Time of the Session: 1:50to3:40

Aim: To analyze and simulate 32 channel EEG data using Matlab EEGLAB.

Procedure
KEY STEP 1: Start Matlab
KEY STEP 2: Switch to the EEGLAB directory (folder)

KEY STEP 3: Start EEGLAB

Then below window will popup

Department of ECE| KLEF (Deemed to be University), NAAC - “A++”, Guntur, AP


Biomedical Electronics & IOT for Healthcare (18EC3017) LABORATORY MANUAL 2020-2021

KEY STEP 4: Load the sample EEGLAB dataset.


Select menu item File and press sub-menu item Load existing dataset.

Exploratory Step 1: Scrolling data.


To scroll through the channel data of the current dataset, select Plot > Channel data (scroll)

Department of ECE| KLEF (Deemed to be University), NAAC - “A++”, Guntur, AP


Biomedical Electronics & IOT for Healthcare (18EC3017) LABORATORY MANUAL 2020-2021

Exploratory Step2: Voltage Scale.


Change the "Scale" edit-text box value to about 50, either by repeatedly clicking on the "-
" button or by editing the text value from the keyboard, and press the Enter key to update the
scrolling window.

Exploratory Step3: Adjusting the width of the scrolling time window.

To adjust the time range displayed (i.e., the horizontal scale), select the eegplot() menu
item Settings > Time range to display, and set the desired window length to "10" seconds as
shown below,

Department of ECE| KLEF (Deemed to be University), NAAC - “A++”, Guntur, AP


Biomedical Electronics & IOT for Healthcare (18EC3017) LABORATORY MANUAL 2020-2021

Conclusion:
The analysis and simulation of 32 channel EEG data is performed using EEGLAB add on Toolbox in
Matlab. .

VIVA Voce:
1. What is EEG.

Ans: electroencephalogram (EEG) is a test that detects electrical activity in your brain using small,
metal discs (electrodes) attached to your scalp. Your brain cells communicate via electrical impulses
and are active all the time, even when you're asleep.

2. What are the features of EEGLab

• Academic (free) software


• Running on Matlab or standalone
• Graphic user interface
• Multiformat data importing
• High-density data scrolling
• Interactive plotting functions
• Semi-automated artifact removal
• ICA & time/frequency transforms
• Event & channel location handling
• Forward/inverse head/source modeling
• Defined EEG & STUDY data structures

Department of ECE| KLEF (Deemed to be University), NAAC - “A++”, Guntur, AP


Biomedical Electronics & IOT for Healthcare (18EC3017) LABORATORY MANUAL 2020-2021

• Over 120 advanced plug-in/extensions

3. How to add toolbox in matlab?

Ans: To create a toolbox installation file: In the Environment section of the Home tab, select
Package Toolbox from the Add-Ons menu. In the Package a Toolbox dialog box, click the button and
select your toolbox folder. It is good practice to create the toolbox package from the folder level
above your toolbox folder.

You can installing it by copying folder containing your toolbox to safe place (it can be any folder) and
then adding that folder to matlab paths (file->set path->add folder (or add with subfolders)->save-
>close)

4. How to adjust the time range?

Ans: S = timerange(startTime,endTime) creates a subscript to select rows of a timetable within a range of


times. S selects all rows whose times are in the time interval specified by startTime and endTime,
including startTime but not endTime. In other words, the time interval is a half-open
interval. startTime and endTime are datetime or duration scalars, or character vectors or strings that specify
dates and times.

Evaluator’s Observation

Marks Secured: _______ out of ________

Signature of the Evaluator with Date

Comment of the Evaluator (if Any)

Department of ECE| KLEF (Deemed to be University), NAAC - “A++”, Guntur, AP

You might also like