Using cwt with ASCII data

조회 수: 1 (최근 30일)
Katherine
Katherine 2011년 6월 20일
I have a large number of ECG files sorted in ASCII format i.e. columns and rows. I import them into MATLAB no problem and do some minor reshaping and removing headers using a few lines of code.
I am wanting to use MATLAB to fine the ECG events and am currently trying to use the 'cwt' function to help me find the beats in each lead. I have been using a piece of code I found here as a guide but am unsure why I am getting the error message 'Underfined function or method 'cwt' for input arguments of type 'single''
I am a very new user to MATLAB so any help would be much appreciated.

답변 (1개)

Walter Roberson
Walter Roberson 2011년 6월 20일
Either you do not have the wavelet toolbox (or do not have it licensed), or else you need to use double() on your data to pass it to cwt()

카테고리

Help CenterFile Exchange에서 Continuous Wavelet Transforms에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by