Cant understand how the values are stored
이전 댓글 표시
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
Rehman Tanim
2020년 11월 27일
Rehman Tanim
2020년 11월 27일
편집: Rehman Tanim
2020년 11월 27일
KSSV
2020년 11월 27일
You have the data already in your mat files, and the code is laoding the data and trasposing the first column.
Rehman Tanim
2020년 11월 27일
KSSV
2020년 11월 27일
What you are looking into are completely two different data sets. There is no conversion of numbers taking place.
Rehman Tanim
2020년 11월 27일
편집: Image Analyst
2020년 11월 27일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Structures에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
