photo

Joshua Brantley


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

Feeds

보기 기준

질문


I'm trying to figure out how to plot how the gain of a system (k) changes within the interval of -5 to 20 incrementing by 0.5. The code I have so far is below. I'm pretty sure I must be close. The 1 and 10 are given for the q values.
figure (4) hold on q=[1 10 i]; for i=-5:0.5:20 end p2=roots(q); plot(real(p2), imag(p2), 'rx') line([0,0], ...

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

1

답변

질문


I'm trying to generate a code that calculates the fourier series coefficients of a period.
such as: x(tc) = {1 if 0<=tc<5 and -0.5 if 5 <=tc<10} I am given the fundamental period as 10 seconds. ...

10년 초과 전 | 답변 수: 1 | 0

1

답변