MATLAB產生隨機階躍信號

產生0-4之間,間隔5秒-20秒之間的隨機階躍信號。 clear; clc; close all; format short n = 4; i = 0; y_1 = rand(1,1)*4; figure title('隨機信號生成中...'); for i=1:800 line([i-1,i],[y_1,y_1],'LineWidth',2); y = rand(1,1)*4
相關文章
相關標籤/搜索