Community Profile

photo

Umar Bhai


Last seen: 6 Monate vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Explorer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

1

Antwort

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort