Undefined function or variable 'norm_relbow_motor1a'

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

 채택된 답변

Walter Roberson
Walter Roberson 2016년 8월 27일

0 개 추천

What are you expecting norm_relbow_motor1a to be? You do not define it, and it is not a Mathworks provided function, and it is not in the File Exchange, and in fact Google has never heard of it either.
Perhaps you assigned to a variable with that name in one part of your code but did not transfer the value to the other part of the code?

댓글 수: 2

Shah
Shah 2016년 8월 27일
I am expecting to see my signal in frequency domain. The NCS (NERVE CONDUCTION STUDIES) signal was recorded in time domain. I was given those instructions to use in MATLAB.
We need to see your code.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

도움말 센터File Exchange에서 EEG/MEG/ECoG에 대해 자세히 알아보기

질문:

2016년 8월 27일

댓글:

2016년 8월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by