From: 姜时泽 <jia...@gm...> - 2018-11-06 19:57:47
|
Dear NBT experts, I am starting to analyze some EEG data with NBT toolbox following tutorials on the web. Below is the input for calculating DFA an it always come with an error when I perform nbt_doDFA. The error message is attached in the end. Can you help me to figure out what was wrong with this? Many thanks. [Signal,SignalInfo,SignalPath] = nbt_EEGlab2NBTsignal(EEG,0); [AmplitudeEnvelope, AmplitudeEnvelopeInfo] = nbt_GetAmplitudeEnvelope(Signaldata, SignalInfo, 1, 40, 2/1); [DFAobject, DFA_exp] = nbt_doDFA(AmplitudeEnvelope, AmplitudeEnvelopeInfo, [4 30], [0.5 300], 0.5, 0, 60, []); below is the matlab error Warning: NARGCHK will be removed in a future release. Use NARGINCHK or NARGOUTCHK instead. > In nbt_CreateInfoObject (line 40) In nbt_EEGlab2NBTsignal (line 57) In Loop_importEDF_RunDFA (line 75) Creating Info object Warning: NARGCHK will be removed in a future release. Use NARGINCHK or NARGOUTCHK instead. > In nbt_filter_fir (line 56) In nbt_GetAmplitudeEnvelope (line 60) In Loop_importEDF_RunDFA (line 82) Error: File: nbt_GetVersion.m Line: 18 Column: 8 Arguments to IMPORT must either end with ".*" or else specify a fully qualified class name: "mperl.file.spec.rel2abs" fails this test. Error in nbt_Biomarker (line 78) BiomarkerObject.NBTversion = nbt_GetVersion; Error in nbt_DFA (line 60) function DFAobject= nbt_DFA(NumChannels) Error in nbt_doDFA (line 69) DFAobject = nbt_DFA(size(Signal,2)); Error in Loop_importEDF_RunDFA (line 84) [DFAobject, DFA_exp] = nbt_doDFA(AmplitudeEnvelope, AmplitudeEnvelopeInfo, [4 30], [0.5 300], 0.5, 0, 60, []); Many thanks Shize -- Shize Jiang Fudan University, Department of neurosurgery, Huashan Hospital, Shanghai Medical College Shanghai,200032,P.R.China E-Mail: 132...@fu... |