代码搜索:polar si9000
找到约 1,508 项符合「polar si9000」的源代码
代码结果 1,508
www.eeworm.com/read/133952/5896760
m polar_value.m
function [mag, angle] = polar_value(x,y)
%POLAR_VALUE Converts (x,y) to (r,theta)
% Function POLAR_VALUE converts an input (x,y)
% value into (r,theta), with theta in degrees.
% It illustrates th
www.eeworm.com/read/480149/6677697
m polar533.m
function polar533
rho0=1;
theta=0:pi/20:4*pi;
rho=rho0+theta*rho0;
polar(theta,rho,':')
www.eeworm.com/read/263959/11335401
asv polar_value.asv
function [mag, angle] = polar_value(x,y)
%POLAR_VALUE Converts (x,y) to (r,theta)
% Function POLAR_VALUE converts an input (x,y)
% value into (r,theta), with theta in degrees.
% It illustrates th
www.eeworm.com/read/263959/11335404
m polar_value.m
function [mag, angle] = polar_value(x,y)
%POLAR_VALUE Converts (x,y) to (r,theta)
% Function POLAR_VALUE converts an input (x,y)
% value into (r,theta), with theta in degrees.
% It illustrates th
www.eeworm.com/read/409142/11344941
m polar533.m
function polar533
rho0=1;
theta=0:pi/20:4*pi;
rho=rho0+theta*rho0;
polar(theta,rho,':')
www.eeworm.com/read/233013/14173837
m polar_plot.m
function polar_plot(z);
%POLAR_PLOT: Plot the roots of a wavelet in polar coordinates.
%
% polar_plot(z)
%
% IN z: zeros of the wavelet, they can be computed
% with zeros_wav.m
%
% NOTE:
www.eeworm.com/read/232704/14184787
m polar533.m
function polar533
rho0=1;
theta=0:pi/20:4*pi;
rho=rho0+theta*rho0;
polar(theta,rho,':')
www.eeworm.com/read/128477/14294468
m polar_value.m
function [mag, angle] = polar_value(x,y)
%POLAR_VALUE Converts (x,y) to (r,theta)
% Function POLAR_VALUE converts an input (x,y)
% value into (r,theta), with theta in degrees.
% It illustrates th
www.eeworm.com/read/222424/14691965
m polar_plot.m
function polar_plot(z);
%POLAR_PLOT: Plot the roots of a wavelet in polar coordinates.
%
% polar_plot(z)
%
% IN z: zeros of the wavelet, they can be computed
% with zeros_wav.m
%
% NOTE:
www.eeworm.com/read/221795/14721418
asm polar_rect.asm
;-------------------------------------------------
;function name: void polar_rectangular(polar_rect_struct *p, int uout, int costheta, int sintheta);
;function parameter:
; polar_rect *p; //outpu