unit delay in z-domain, is this correct? I do not think the bode is correct. Thanks
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mohammad
el 9 de Jun. de 2025
Comentada: Mohammad
el 9 de Jun. de 2025
z = tf('z',1e-4);
%L = T/S; % open loop in s domain
%L_z = c2d(L, 1e-4, 'zoh'); % sample L
delay = 1/z; % delay transfer function
%L_z_delayed = L_z * delay; % delayed L
%margin(L_z_delayed);
bode(delay)
0 comentarios
Respuesta aceptada
Paul
el 9 de Jun. de 2025
Hi Mohammad,
What exactly about the Bode plot appears to be incorrect?
The gain of the unit delay should be 1 (or 0 dB) at all frequencies, which is what the plot shows insofar as 2e-15 dB is essentially 0 dB. The phase plot looks as expected as well.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!