plot 2 signals for sin(t)
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
𝑥3 (𝑡) = sin(𝑡) 𝑓𝑜𝑟 𝑡 ∈ [0,6] 𝑎𝑛𝑑 𝑡𝑠1 = 1 sec
𝑥4 (𝑡) = sin(𝑡) 𝑓𝑜𝑟 𝑡 ∈ [0,6] 𝑎𝑛𝑑 𝑡𝑠2 = 0.1 𝑠𝑒c
where 𝑡𝑠 is the step size used to sample the time interval [0,6]. a. For signals 𝑥3 (𝑡) and 𝑥4 (𝑡), use subplot function to plot them on the same figure one below the other. b. What is the difference between 𝑥3 (𝑡) and 𝑥4 (𝑡)? What do you suggest?
2 comentarios
Sam Chak
el 19 de Oct. de 2023
Can you sketch the expected plots for the sampled sine waves? Or wait for a free solution in the answer later.
Sam Chak
el 19 de Oct. de 2023
I think there are 7 points in the measurements of x3(t) because the sine wave is sampled every 1 second. Thus, over the 6 seconds, there should be 6 points plus the initial point at x3(0).
Respuestas (1)
Sam Chak
el 19 de Oct. de 2023
After thinking about your learning experience, to learn exactly how sine wave is sampled at a fixed time step, you can try the plotting technique described at this link:
2 comentarios
Sam Chak
el 19 de Oct. de 2023
Alright, can you copy the code and show me the equation that cannot be solved? I'll see how to guide you from here.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!