signal processing (segmentation )
이전 댓글 표시
After i segment a signal to 5 or 7 segments ...
how i can make these segments ( segments with different length) a one signal ??
댓글 수: 3
KALYAN ACHARJYA
2019년 10월 20일
Can you elaborate more with examples?
Daniel M
2019년 10월 20일
If you want them sequentially, just put them back together using
combinedSignal = [sig1 sig2 sig3]; % etc... sigN
If you want them averaged, then you have to make them the same size by decimating, resampling, interpolating, extrapolating, etc. Depends what you want.
eman mohammad
2019년 10월 21일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Signal Attributes and Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

