I have some questions about the example "Denoise Signals with Generative Adversarial Networks"
7 ビュー (過去 30 日間)
古いコメントを表示
when i run the example, I get the following errors
1. The function or variable 'helperDeepSignalDenoiserAE' is not recognized.
Error denoise (line 15)
helperDeepSignalDenoiserAE(SignalLength=1024, ...
corresponds to this part of the program

2. The function or variable 'helperDeepSignalDenoiserGAN' is not recognized.
Error denoise (line 38)
helperDeepSignalDenoiserGAN(SignalLength=1024, ...
corresponds to this part of the program

if you have some methods to solve that, please tell me, thank you very much, have a nice day!
0 件のコメント
採用された回答
Walter Roberson
2025 年 2 月 17 日
When you
openExample('deeplearning_shared/DeepSignalDenoiserExample')
then the directory that you are automatically cd()'d to includes the files helperDeepSignalDenoiserGAN.m helperDeepSignalDenoiserAE.m
3 件のコメント
Walter Roberson
2025 年 2 月 17 日
transposedConv1dLayer is a function that is part of Deep Learning Toolbox. It was introduced in R2022a. Is it possible that you are using an older MATLAB release?
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Signal Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!





