signal processing (segmentation )
1 回表示 (過去 30 日間)
古いコメントを表示
After i segment a signal to 5 or 7 segments ...
how i can make these segments ( segments with different length) a one signal ??
3 件のコメント
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.
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with DSP System Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!