Unrecognized function or variable 'pulse2pda'.

1 visualización (últimos 30 días)
Ariel
Ariel el 19 de Jun. de 2020
Comentada: Ariel el 19 de Jun. de 2020
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);

Respuestas (1)

madhan ravi
madhan ravi el 19 de Jun. de 2020
pulse2pda introduced in 2020a and requires SerDes Toolbox.

Categorías

Más información sobre Design and Simulate SerDes Systems en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by