How to do convolution of more than 2 signals? I keep on getting errors
6 ビュー (過去 30 日間)
古いコメントを表示
I keep on getting errors like this : "Error using conv (line 35) SHAPE must be 'full', 'same', or 'valid'.
Error in mp2no3 (line 25) orig1 = conv(x1est,x2est,x3est);"
0 件のコメント
採用された回答
Mohammad Abouali
2014 年 10 月 26 日
conv only accepts two signal at a time. you can not pass it three signal.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!