how to create two sinusoidal signals

6 visualizaciones (últimos 30 días)
xavier
xavier el 7 de Mzo. de 2021
Comentada: KALYAN ACHARJYA el 12 de Mzo. de 2021
Create two sinusoidal signals that vary by 60 degrees

Respuesta aceptada

KALYAN ACHARJYA
KALYAN ACHARJYA el 7 de Mzo. de 2021
Hint:
A=.....%Amplitude
t=0:0.01:1; %time
ph=......%Set Phase difference
w=.....% Frequency
sin1=................% Asin(wt);
sin2=................%Asin(wt+ph);
plot(t,sin1,'-*r',t,sin2,'-ob');
grid on;
  12 comentarios
Evans Sigei
Evans Sigei el 12 de Mzo. de 2021
i have some work i need help
KALYAN ACHARJYA
KALYAN ACHARJYA el 12 de Mzo. de 2021
Open a new question, I'm busy with my work, so you can get answers from other members

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