답변 (3개)

Vinay
Vinay 2023년 11월 28일

1 개 추천

T = 10*(1/50);
fs = 1000;
t = 0:1/fs:T-1/fs;
x = sawtooth(2*pi*50*t);
plot(t,x)
grid on
Star Strider
Star Strider 2020년 5월 6일

0 개 추천

See the documentation for the pulstran function.

질문:

2020년 5월 6일

답변:

2023년 11월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by