代码搜索:polar si9000
找到约 1,508 项符合「polar si9000」的源代码
代码结果 1,508
www.eeworm.com/read/440644/7684847
m c7_polar.m
% File: c7_polar.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wirel
www.eeworm.com/read/439401/7710343
m c7_polar.m
% File: c7_polar.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wirel
www.eeworm.com/read/295753/8142162
pro chapter08polar.pro
; Chapter08Polar.pro
PRO Chapter08Polar
mywindow = OBJ_NEW('IDLgrWindow', RETAIN = 2)
myview = OBJ_NEW('IDLgrView', VIEWPLANE_RECT=[-100,-100,200,200])
mymodel = OBJ_NEW('IDLgrModel')
www.eeworm.com/read/140074/13111283
m plot_polar_mvdr.m
function plot_polar_mvdr(name)
eval(['load ' name]);
% test vectors for spatially sampled response
W_H = conj(W(Ndata, :));
st = -1 : 0.025 : 1;
st_angle=-pi/2:0.0392:pi/2;
est
www.eeworm.com/read/240189/13232007
pro zern_ft_polar.pro
; $Id: zern_ft_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
www.eeworm.com/read/318008/13490597
m xy2polar.m
function [mag,theta] = xy2polar(pp)
%
%%%%%%%%%%%%%%%%%% xy2polar.m %%%%%%%%%%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H.
www.eeworm.com/read/310187/13656583
h polar_rect_c.h
/*-----------------------------------------------------------------
File name: polar_rectangular_c.h
Description: this file included the type definition of structure
polar_rect, which is used to
www.eeworm.com/read/301888/13846754
m c7_polar.m
% File: c7_polar.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wirel
www.eeworm.com/read/147422/5729710
m polar2re.m
%polar2re.m
function [P_x,P_y]=polar2re(pt_x,pt_y, r, theta)
P_x = pt_x + r*cos(theta);
P_y = pt_y + r*sin(theta);
www.eeworm.com/read/490722/6451939