How to do convolution of more than 2 signals? I keep on getting errors
7 次查看(过去 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!