Community Profile

photo

Umar Bhai


Last seen: 6 months ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Explorer
  • Thankful Level 1

View badges

Feeds

View by

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 ...

5 years ago | 1 answer | 0

1

answer

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 ≤ ...

5 years ago | 1 answer | 0

1

answer

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...

5 years ago | 1 answer | 0

1

answer