LAB 4-EJ 4 by GIMENEZ LUCIA - Saturday, 23 April 2022, 9:54 PM Number of replies: 1 Buenas, estoy trancada con este ejercicio. No sé como invertir el escalón, intenté de diferentes formas pero nada.Saludos. Permalink Reply In reply to GIMENEZ LUCIA LAB 4-EJ 4 by Sere Quintero Andres - Sunday, 24 April 2022, 3:02 PM Si por ejemplo el escalón lo generaste así: n,u_n = gen_signals('escalon',-20,20,0) Entonces lo podés invertir así: u_n = flip(u_n,axis=0) Permalink Show parent Reply
In reply to GIMENEZ LUCIA LAB 4-EJ 4 by Sere Quintero Andres - Sunday, 24 April 2022, 3:02 PM Si por ejemplo el escalón lo generaste así: n,u_n = gen_signals('escalon',-20,20,0) Entonces lo podés invertir así: u_n = flip(u_n,axis=0) Permalink Show parent Reply