indiphile mnge
自 2019 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
how do i plot a sawtooth graph without using the sawtooth function?
T = 10*(1/50); Fs = 1000; dt = 1/Fs; t = 0:dt:T-dt; x = sawtooth(2*pi*50*t); plot(t,x) grid on
5 years 前 | 3 个回答 | 1