Undefined function or variable 'norm_relbow_motor1a'
Ältere Kommentare anzeigen
I have been trying to use following functions but it comes up with error message.
duration =0.05; % 10ms for BAEP, 500ms for P300, 250ms for EEG, 50ms for SSEP
samples = 640; %500 or 1000 samples (plus defined centrepoint)
samplingInterval = duration/samples;
bandwidth = 3e3;% 3kHz -BAEP & SSEP , 200Hz - EEG & P300,
time = linspace (0, duration, samples);
freq = linspace (-bandwidth, bandwidth, 640);
% freq = linspace (-1.0e3, 1.0e3, 500);alternative baseline
fourierSpace = fftshift(ifft(norm_relbow_motor1a));
plot (freq, abs(fourierSpace))
Undefined function or variable 'norm_relbow_motor1a'.
When I tried with F9 function Key it came up with following error message. Undefined function 'Undefined' for input arguments of type 'char'
Is anyone can who can help me in this regard? I will highly appreciate.
Regards
Kim
Akzeptierte Antwort
Weitere Antworten (0)
Communitys
Weitere Antworten in Power Electronics Control
Kategorien
Mehr zu EEG/MEG/ECoG finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!