Gaussian Noise Error message
1 回表示 (過去 30 日間)
古いコメントを表示
Please could you look into this Gaussian Noise Simulation Error. Attached also is the error
0 件のコメント
採用された回答
Image Analyst
2022 年 11 月 24 日
The error seems clear. You're tying to use "signal" in a function where it does not exist. I didn't look at the code but nowhere did you either pass in "signal" or create it in the function. You need to do one or the other.
7 件のコメント
Image Analyst
2022 年 11 月 27 日
Yes, debugging will definitely allow you to do that. Did you learn how to debug yet from the tutorial I showed you? If not, why not?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Multirate Signal Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!