photo

Joshua12


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


How to create a vector dVec = [5^0 5^0.01 ⋯ 5^0.99 5^1].
I need to create a vector dVec = [5^0 5^0.01 ⋯ 5^0.99 5^1] (logarithmically spaced numbers between 1 and 10, use logspace), but ...

más de 8 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Plot the signals y(t)=sin(8πt) and g(t)=sin(18πt). Then sample both with a sampling period of 1/13s. Sketch the discrete signals. What do you observe?
I was given this problem and so far, this is what I've done t = [0:0.1:13] y = sin(8*pi*t); g = sin(18*pi*t) plot(t,y,'c...

más de 8 años hace | 3 respuestas | 0

3

respuestas