标题: 信号产生函数sawtooth函数简记 [打印本页] 作者: mytomorrow 时间: 2019-8-25 11:00 标题: 信号产生函数sawtooth函数简记 sawtooth 函数7 D; F4 ` J# d( d9 R4 K3 m
% f! v; O; q! d) p" A- [
x = sawtooth(t) generates a sawtooth wave with period 2π for the elements of the time array t. sawtooth is similar to the sine function but creates a sawtooth wave with peaks of –1 and 1. The sawtooth wave is defined to be –1 at multiples of 2π and to increase linearly with time with a slope of 1/π at all other times. 7 k1 p* e9 x2 b' E - R" ]* i& B. T" r & d9 K& S( x) ~4 ~3 W' z, n: f% y! U2 A
/ x* ?2 {1 [! M2 m) m. w& B
, R$ d. b" J9 e- E* k2 K 作者: xixihahaheihei 时间: 2019-8-26 17:46
谢谢分享