erosion and dilation of ecg signal
이전 댓글 표시
what codes can be used to dilate and erode a ecg signal?..can imdilate function be used for ecg signal?
답변 (1개)
Walter Roberson
2012년 2월 4일
0 개 추천
Yes, imdilate can be applied to vectors of data (which would correspond to images that were unusually short or narrow.)
I would question whether you are going to get anything useful from applying imdilate() to a 1D "image". Perhaps the algorithm you are examining takes several consecutive windows, arranges them in a 2D array, and applies the algorithms to that? If so that would be a normal imdilate() call. imdilate() doesn't care where the data came from.
카테고리
도움말 센터 및 File Exchange에서 Morphological Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!