Cant understand how the values are stored
Mostrar comentarios más antiguos
A = load('r08_edfm.mat');
B = load('r08_edfm.mat');
d = A.val(1,:);
d_T = d';
input_channel = 3;
noisy_sig = B.val(input_channel,:);
noisy_sig_T = noisy_sig'
at workspace im getting these values

6 comentarios
Rehman Tanim
el 27 de Nov. de 2020
Rehman Tanim
el 27 de Nov. de 2020
Editada: Rehman Tanim
el 27 de Nov. de 2020
KSSV
el 27 de Nov. de 2020
You have the data already in your mat files, and the code is laoding the data and trasposing the first column.
Rehman Tanim
el 27 de Nov. de 2020
KSSV
el 27 de Nov. de 2020
What you are looking into are completely two different data sets. There is no conversion of numbers taking place.
Rehman Tanim
el 27 de Nov. de 2020
Editada: Image Analyst
el 27 de Nov. de 2020
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Structures en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
