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