Generate signal using rectpulse

11 visualizaciones (últimos 30 días)
Carlos Pérez
Carlos Pérez el 20 de Nov. de 2020
Comentada: Carlos Pérez el 20 de Nov. de 2020
Hello everybody,
I want to generate a pulse signal using a function included in the signal toolbox 'rectpulse'
Ts = 1/20
t = -10:Ts:(20-Ts);
A = 8
sign1 = rectpulse(t,A)
plot(t,sign1)
By doing that, I can not plot it because t and sign1 have different size.
Can someone help me in order that they have the same size?
Thanks

Respuesta aceptada

VBBV
VBBV el 20 de Nov. de 2020
%if true
sign1 = rectpuls(t,A)
plot(t,sign1)
Use the rectpuls function to plot
  1 comentario
Carlos Pérez
Carlos Pérez el 20 de Nov. de 2020
Is there similar function to rectpuls, but in order to obtain Nyquist pulses in function of parameter betha?

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by