plot signal of time domain

20 次查看(过去 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