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!

채택된 답변

Walter Roberson
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
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?
Yi Ma
Yi Ma 2025년 2월 18일
Yes, thanks for your answer. It is indeed the issue caused by the version of MATLAB. Have a great day!

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Catalytic
Catalytic 2025년 2월 17일
  댓글 수: 1
Yi Ma
Yi Ma 2025년 2월 17일
thank you for your answer, but i don't find the function which have the name of "helperDeepSignalDenoiserAE" or "helperDeepSignalDenoiserGAN"
At the bottom of the page, there are only these functions below:

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by