필터 지우기
필터 지우기

Problems on using 'hamming' function

조회 수: 4 (최근 30일)
JUNGUK KO
JUNGUK KO 2018년 1월 14일
댓글: Darshan Ramakant Bhat 2018년 1월 17일
I am trying to use STFT with hamming command. Actually, it is working well on my PC, but not working on my co-worker's PC. I reinstalled MATLAB and tried again, but the problem has not been solved yet...
Here are the error messages :
Undefined variable "signal" or class "signal.internal.sigcasttofloat".
Error in gencoswin (line 15) n = signal.internal.sigcasttofloat(varargin{2},'double','gencoswin','N',...
Error in hamming (line 22) [w,msg,msgobj] = gencoswin('hamming',varargin{:});
Error in Bandpass_filter (line 22) window = hamming(PQRST_length);
Error in Main (line 35) Band_filtered_ECG = Bandpass_filter(Measured_ECG, Number_of_total_data);
Thank you
  댓글 수: 1
Darshan Ramakant Bhat
Darshan Ramakant Bhat 2018년 1월 17일
Please check if there is any other file named signal present in the MATLAB path by executing the below command:
which signal

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Hamming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!