matlab產生三角波——tripuls()

tripuls函數: 產生一個三角形的單脈衝信號。有三個參數,三種調用形式: 調用形式 參數含義 y=tripuls(T) T是一個數組,表示信號時間。 y=tripuls(T, w) w是三角波的寬度。 y=tripuls(T, w, s) s是三角波是斜率(-1<s<1)。 figure; fs = 10e3; t = -0.1:1/fs:0.1; subplot(2,2,1) plot(t,
相關文章
相關標籤/搜索