photo

Umar Bhai


Last seen: 9 jours il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • Explorer
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Consider a signal ?[?] = (0.2)??[?]. plot the magnitude, angle, real and imaginary parts of ?(???). Plot ?(???) at 101 101 equispaced points between 0 and ?. help me to find error in subplot command. all four items are not plotted.
w = [0:1:100]*pi/100; X = exp(j*w) ./ (exp(j*w) - 0.2*ones(1,101));magX = abs (X) ; angX = angle (X) ;realX = real(X); imagX ...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


(input given as ?[?] = {1, 2,3} impulse given as ℎ[?] = {4,5,6} for 0 ≤ ? ≤ 2.) there is an error in my output..in sketching of y[n], we required a discrete in time signal but my output signal is continuous as seen clearly in screenshot below
n = 0:2; x =[1 2 3]; h=[4 5 6]; y=conv(x,h); plot(y) xlabel('time axis'); title('output of a system'); ylabel('y axis')

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


a) Consider an input of a system given as ?[?] = {1, 2,3} and the impulse response of a system given ↑ as ℎ[?] = {4,5,6} for 0 ≤ ? ≤ 3. Use MATLAB to find and sketch the output ?[?].
Consider an input of a system given as ?[?] = {1, 2,3} and the impulse response of a system given ↑ as ℎ[?] = {4,5,6} for 0 ≤ ...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


x(i+1)=y(i)-((f(y(i))/d(y(i)))); // error in this line..
% Program Code of Newton-Raphson Method in MATLAB a=input('Enter the function in the form of variable x:','s'); y(1)=input...

plus de 5 ans il y a | 1 réponse | 0

1

réponse