Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Join this code t=60/90; d=60/180; n=90; x=linspace(0,t*n,10000); di=[0:t:t*n]; y=pulstran(x,di,rectpuls ,d); plot(x,y,); axis([0 15 -0.1 1.1]) with this i=0; s=90/60; fdi1=s*2^i; to obtain a graph with
Join this code
t=60/90; d=60/180; n=90; x=linspace(0,t*n,10000); di=[0:t:t*n];
y=pulstran(x,di,"rectpuls" ,d);
plot(x,y,); axis([0 15 -0.1 1.1])
with this
i=0; s=90/60; fdi1=s*2^i;
to obtain a graph with the two signals, the second code must be a signal in sin
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started