Unrecognized function or variable 'pulse2pda'.
1 次查看(过去 30 天)
显示 更早的评论
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);
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Design and Simulate SerDes Systems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!