代码搜索:polar si9000
找到约 1,508 项符合「polar si9000」的源代码
代码结果 1,508
www.eeworm.com/read/458360/7298479
makefile
#ident "@(#)cfront:lib/mk/makefile 1.6"
O_COMPLEX = abs.o arg.o cos.o error.o exp.o io.o log.o oper.o \
polar.o pow.o sin.o sqrt.o
O_GENERIC = generic.o
O_NEW = _delete.o _handler.o _new.o _vec.o
www.eeworm.com/read/310556/13649154
makefile
#ident "@(#)cfront:lib/mk/makefile 1.6"
O_COMPLEX = abs.o arg.o cos.o error.o exp.o io.o log.o oper.o \
polar.o pow.o sin.o sqrt.o
O_GENERIC = generic.o
O_NEW = _delete.o _handler.o _new.o _vec.o
www.eeworm.com/read/487776/6508647
m polarhg.m
function H = polarhg(theta,rho,p1,v1,p2,v2,p3,v3,p4,v4,p5,v5,p6,v6,p7,v7,p8,v8)
warning off
%
% POLARHG is similar to polar; however, it is possible to set some
% pseudo-properties. Below is a ta
www.eeworm.com/read/486921/6520323
m stepzp.m
ng1=input('"Zero,eg:[-1 -2 -3]":');
dg1=input('"Polar.eg:[-1 -5 -4]":');
k1=input('"Gain k.eg:1":');
G1=zpk(ng1,dg1,k1);G2=1;
G=feedback(G1,G2)
Step(G);
grid on;
[y,t]=step(G);
[Mp,ind]=max(y)
www.eeworm.com/read/482351/6623221
m polarhg.m
function H = polarhg(theta,rho,p1,v1,p2,v2,p3,v3,p4,v4,p5,v5,p6,v6,p7,v7,p8,v8)
warning off
%
% POLARHG is similar to polar; however, it is possible to set some
% pseudo-properties. Below is a ta
www.eeworm.com/read/474466/6809808
m polarhg.m
function H = polarhg(theta,rho,p1,v1,p2,v2,p3,v3,p4,v4,p5,v5,p6,v6,p7,v7,p8,v8)
warning off
%
% POLARHG is similar to polar; however, it is possible to set some
% pseudo-properties. Below is a ta
www.eeworm.com/read/393211/8304698
m polarhg.m
function H = polarhg(theta,rho,p1,v1,p2,v2,p3,v3,p4,v4,p5,v5,p6,v6,p7,v7,p8,v8)
warning off
%
% POLARHG is similar to polar; however, it is possible to set some
% pseudo-properties. Below is a ta
www.eeworm.com/read/147422/5729743
m hyy.m
function [X_x,X_y]=hyy(pl_x,pl_y, pm_x,pm_y, pu_x,pu_y)
[mld_x,mld_y] = midpoint(pm_x,pm_y, pl_x,pl_y);
ang1 = angle(pm_x,pm_y, pl_x,pl_y) - 1.570796327;
[mlm_x,mlm_y] = polar2re(mld_x,mld_y,