photo

Joshua Brantley


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

Feeds

Ver por

Pregunta


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

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta