
f=0:0.01:8;
T=1/8;
b0=1;
b1=1.2;
y=atan2((-b1.*sin(2.*pi.*f.*T)),(b0+b1.*cos(2.*pi.*f.*T)));
plot(f,y)
grid on
T=1/8;
b0=1;
b1=1.2;
y=atan2((-b1.*sin(2.*pi.*f.*T)),(b0+b1.*cos(2.*pi.*f.*T)));
plot(f,y)
grid on
Соседние файлы в папке расходники