Umar Bhai - MATLAB Central
photo

Umar Bhai


Last seen: 2개월 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB AnswersFrom 04/19 to 01/25Use left and right arrows to move selectionFrom 04/19Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

순위
292,132
of 296,430

평판
0

참여
5 질문
0 답변

답변 채택
20.0%

획득한 표
0

  • Explorer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 6년 전 | 답변 수: 1 | 0

1

답변
Go to top of page