Reading .rec files ( mutiple .rec files)

31 views (last 30 days)
Olalekan Adesina
Olalekan Adesina on 16 Sep 2021
Commented: Walter Roberson on 17 Sep 2021
Hi friends, I'm new to matlab. I have a dataset folder that contains .rec files, .edf files and .txt files. Inside the .rec files are my targeting signals. Please, how can i read the .rec files ( either each at a time or all at onces) to obtain the sound signals... as well as to analyze these signals and plot them in MATLAB. Thank you all.

Answers (1)

KSSV
KSSV on 16 Sep 2021
For .edf files you can use this file exchange function: https://in.mathworks.com/matlabcentral/fileexchange/31900-edfread
For .txt files you can use testscan. We don't know the format of .rec files.
  6 Comments
KSSV
KSSV on 17 Sep 2021
Give access permissions to the link.

Sign in to comment.

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!