Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

matlab code for reading EEG data

Status
Not open for further replies.

jyothib86

Newbie level 6
Joined
Feb 27, 2010
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
mysore
Activity points
1,412
i am new to matlab plz help me to read EEG data....
thank u..
 

What format is your EEG-data in? If it is already stored in ASCII-format or better yet as a .mat file you can easily read it with basic matlab functions such as

Code:
>>help load
>>help dlmread

If its something more exotic like a .rec file or a .bdf file i'd suggest using a toolbox. My personal favourite is the **broken link removed**.
 

sir its in text format. i have used

x =load('-ascii','temp.txt');
y= x:),3);
display (y);
plot (y);
but the problem is time scale of this output signal is not matching with the signal obtained from software..actually this ascii data is brainstem evoked response values obtained from a software .the amplitudes r same but time is not matching can u suggest plz..
 

how can we use EEGLAB to read .rec file? please help
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top