代码搜索:polar si9000
找到约 1,508 项符合「polar si9000」的源代码
代码结果 1,508
www.eeworm.com/read/397032/8071568
e21 polar.e21
www.eeworm.com/read/142092/12962963
m polar5.m
function hpol = polar5(theta,rho,line_style)
% The function POLAR5 makes a plot using polar coordinates.
% First parameter is required. POLAR5 can take additional parameters,
% which if not supp
www.eeworm.com/read/142092/12963330
m polar1.m
function h1=polar1(a)
%
% polar1(a):
%
% Function to create polar coordinates in a new figure with
% 0 degrees located at the 3 o'clock position and
% degrees increasing counter-clockwise.
%
www.eeworm.com/read/142092/12963349
m polar2.m
function h1=polar2(a)
% The function POLAR2 creates polar coordinates in a new figure
% with 0 degrees located at the 12 o'clock position and
% degrees increasing clockwise.
% Non MATLAB Librar
www.eeworm.com/read/139775/13135022
m polar_plot.m
function polar_plot(z);
%POLAR_PLOT: Plot zeros of a wavelet in polar coordinates
%
% polar_plot(z)
%
% IN z: zeros of the wavelet, they can be computed
% with zeros_wav.m
%
% NOTE: some
www.eeworm.com/read/240189/13231913
pro zern_polar.pro
; $Id: zern_polar.pro,v 1.1.1.1 2002/03/12 11:53:46 riccardi Exp $
;
; A. Riccardi, Dipartimento di Astronomia di Firenze (Italy).
; e-mail address: riccardi@arcetri.astro.it
; Please, send me a m
www.eeworm.com/read/322718/13369795
m make_polar.m
% Make the image interpolation for the polar scan
%
% Version 1.0, 17/2-99 JAJ
% Version 1.1, 16/8-2007 JAJ
% Small changes in compression
% Set initial parameters
D=10; % Sampling fre
www.eeworm.com/read/321972/13391518
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/310187/13656590
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
www.eeworm.com/read/300891/13883407
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: