plot signal of time domain

조회 수: 13 (최근 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에서 Digital Filter Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by