【 MATLAB 】信號處理工具箱的信號產生函數之 square 函數簡記

因爲案例需要,所以這裏先看一下linspace這個函數的用法: y = linspace(x1,x2); 均勻產生位於x1 到 x2 之間的100個點; y = linspace(x1,x2,n); 均勻產生位於x1 到 x2 之間的n個點。 x = square(t) generates a square wave with period 2π for the elements of the t
相關文章
相關標籤/搜索