how to create two sinusoidal signals

6 次查看(过去 30 天)
Create two sinusoidal signals that vary by 60 degrees

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2021-3-7
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 个评论
KALYAN ACHARJYA
KALYAN ACHARJYA 2021-3-12
Open a new question, I'm busy with my work, so you can get answers from other members

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by