Unrecognized function or variable 'pulse2pda'.

조회 수: 1 (최근 30일)
Ariel
Ariel 2020년 6월 19일
댓글: Ariel 2020년 6월 19일
I try to use fmincon with options being
M = 2;
DC = false;
pulse = load('test1.mat');
[pdaeye,th] = pulse2pda(pulse,100000,M,DC);
figure
t = th*SymbolTime*1e12;
plot(t,pdaeye)
legend('Upper PDA eye','Lower PDA eye')
xlabel('ps')
ylabel('V')
title('Peak Distortion Analysis Eye')
grid on
and this is the error I get:
Unrecognized function or variable 'pulse2pda'.
Error in pda001 (line 5)
[pdaeye,th] = pulse2pda(pulse,100000,M,DC);

답변 (1개)

madhan ravi
madhan ravi 2020년 6월 19일
pulse2pda introduced in 2020a and requires SerDes Toolbox.
  댓글 수: 1
Ariel
Ariel 2020년 6월 19일
Thanks a lot, this problem has been solved.

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

카테고리

Help CenterFile Exchange에서 Power and Energy Systems에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by