pisini padmaja
Followers: 0 Following: 0
Feeds
已回答
how to generate square wave in matlab
%square function% clc; clear all; close all; t=0:0.01:2; x=sin(2*pi*t); subplot(2,1,1); plot(t,x,'g'); xlabel('time'); ...
how to generate square wave in matlab
%square function% clc; clear all; close all; t=0:0.01:2; x=sin(2*pi*t); subplot(2,1,1); plot(t,x,'g'); xlabel('time'); ...
4 years 前 | 0