필터 지우기
필터 지우기

plot signal of time domain

조회 수: 55 (최근 30일)
Raman Dhillon
Raman Dhillon 2020년 4월 3일
답변: Birdman 2020년 4월 3일

답변 (1개)

Birdman
Birdman 2020년 4월 3일
syms x(t)
x(t)=sin(2*pi*0.1*t);
t=0:0.001:10;
plot(t,x(-2*t+3))

카테고리

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