Clear Filters
Clear Filters

GUI problems callback function

2 views (last 30 days)
wyeen chow
wyeen chow on 25 Dec 2020
Commented: wyeen chow on 25 Dec 2020
Hi, I having a problem on running in ASK part. in callback function. For FSK and PSK, both of the codes are find. Only for ASK, I having trouble to stimulate the output.

Accepted Answer

Walter Roberson
Walter Roberson on 25 Dec 2020
Line 488
f=handles.askfreq;
should be
f=handles.frqask;

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!