Dear all, I am new to Matlab, i want to use the function EMD for the database physionet MIH-BIH
for this example: ----------------------------------------------------- load('sinusoidalSignalExampleData.mat','X','fs'); t = (0:length(X)-1)/fs; plot(t,X); xlabel('Time(s)'); %[imf,residual,info] = emd(X,'Interpolation','pchip'); [imf,info] = emd(X); ------------------------------------------------------ please, I need help to know the 'X' value what does means!!, in order to use it for database physionet MIH-BIH
Thank you so much in advance. Kind regards,

답변 (0개)

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

질문:

2018년 7월 12일

편집:

2018년 7월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by