필터 지우기
필터 지우기

Plotting a signal between 8 and 15 sec

조회 수: 1 (최근 30일)
Ruth Hognestad
Ruth Hognestad 2018년 8월 31일
답변: M 2018년 8월 31일
Hi I need help plotting a signal between 8 and 15 sec. The signal is 3001x1, is simulated for 30 seconds and has a sampling time of 10ms. I can plot the signal with plot(u), but I don't get the signal in the range I want.
Thanks for any suggestions.

답변 (1개)

M
M 2018년 8월 31일
What is the problem exactly?
You have your signal u 3001x1, with a sampling time of 10ms. It means that u(1) is the value of the signal at t=0s and u(3000) is the signal at t=30s. So u(800) is the value at time = 8 sec, and u(800:1500) is the value between time t=8 sec to 15 seconds.

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by