代码搜索:polar si9000

找到约 1,508 项符合「polar si9000」的源代码

代码结果 1,508
www.eeworm.com/read/252304/12286906

c pj_mbtfpp.c

#ifndef lint static const char SCCSID[]="@(#)PJ_mbtfpp.c 4.1 94/02/15 GIE REL"; #endif #define PJ_LIB__ #include PROJ_HEAD(mbtfpp, "McBride-Thomas Flat-Polar Parabolic") "\n\tCyl.
www.eeworm.com/read/286203/8783537

c vhz_wx.c

#include "f2407_c.h" #include "cursample.h" #include "freq_theta.h" #include "polar_rect_c.h" #include "qep.h" #include "scopead.h" #include "sincos.h" #include "softsvpwm_c.h" #include "volt
www.eeworm.com/read/284836/8888670

c vhz_wx.c

#include "f2407_c.h" #include "cursample.h" #include "freq_theta.h" #include "polar_rect_c.h" #include "qep.h" #include "scopead.h" #include "sincos.h" #include "softsvpwm_c.h" #include "volt
www.eeworm.com/read/459528/7274296

m plotpolr.m

function hpol = plotpolr(az,el,line_style,prn_label,label_color,spoke_label) % hpol = plotpolr(az,el,line_style,prn_label,label_color,spoke_label); % % Azimuth-Elevation polar coordinate plot. Pl
www.eeworm.com/read/436943/7758513

asv grafic3.asv

SUBPLOT('position',[.05 .3 .6 .6]); set(h6,'String','1'); eta=0:0.2:1; lambda=0:0.2:1; a=1.24; index=1; for R=(str2num(get(h6,'String'))*eta*lambda)/a; polar(R,lambda,eta); title('Responsivi
www.eeworm.com/read/310187/13656604

c vhz_wx.c

#include "f2407_c.h" #include "cursample.h" #include "freq_theta.h" #include "polar_rect_c.h" #include "qep.h" #include "scopead.h" #include "sincos.h" #include "softsvpwm_c.h" #include "volt
www.eeworm.com/read/309010/13684062

c vhz_wx.c

#include "f2407_c.h" #include "cursample.h" #include "freq_theta.h" #include "polar_rect_c.h" #include "qep.h" #include "scopead.h" #include "sincos.h" #include "softsvpwm_c.h" #include "volt
www.eeworm.com/read/221795/14721468

c vhz_wx.c

#include "f2407_c.h" #include "cursample.h" #include "freq_theta.h" #include "polar_rect_c.h" #include "qep.h" #include "scopead.h" #include "sincos.h" #include "softsvpwm_c.h" #include "volt
www.eeworm.com/read/15696/534341

c vhz_wx.c

#include "f2407_c.h" #include "cursample.h" #include "freq_theta.h" #include "polar_rect_c.h" #include "qep.h" #include "scopead.h" #include "sincos.h" #include "softsvpwm_c.h" #include "volt
www.eeworm.com/read/491360/1191613

m bin2pol.m

function y = bin2pol(x) % bin2pol % % Converts binary numbers (0,1) to polar numbers (-1,1) % Accepts a 1-D array of binary numbers y = ones(1,length(x)); for i = 1:length(x) if x(i) == 0