代码搜索:polar si9000
找到约 1,508 项符合「polar si9000」的源代码
代码结果 1,508
www.eeworm.com/read/257010/11960992
m chp10ex2.m
V012 = [.6 90
1 30
0.8 -30];
Vabc = sc2abc(V012); % Unbalanced phasors from symmetrical components
Vabcp= rec2pol(Vabc) % Converts rectangular phasors into polar form
www.eeworm.com/read/473001/6854042
cpp complex.cpp
// Test real, imag, conj, abs, arg, polar
#define BZ_NEW_EXPRESSION_TEMPLATES
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
#ifndef BZ_HAVE_COMPLEX_MATH
www.eeworm.com/read/471460/6894030
m chp10ex2.m
V012 = [.6 90
1 30
0.8 -30];
Vabc = sc2abc(V012); % Unbalanced phasors from symmetrical components
Vabcp= rec2pol(Vabc) % Converts rectangular phasors into polar form
www.eeworm.com/read/195434/8155795
asv tx.asv
% tx.m
% tx
%disp('Transmitting')
read
data_in_pol = bin2pol(data_in); % Converts binary data to polar data
%disp('Transmitting')
tx_chunk
% perform ifft to create time domain waveform repres
www.eeworm.com/read/195434/8155834
m tx.m
% tx.m
% tx
%disp('Transmitting')
read
data_in_pol = bin2pol(data_in); % Converts binary data to polar data
%disp('Transmitting')
tx_chunk
% perform ifft to create time domain waveform repres
www.eeworm.com/read/291752/8399933
cpp ampl_to_db_pwr.cpp
//
// File = quad_to_polar.cpp
//
#include
//#include
#include
#include "parmfile.h"
#include "ampl_to_db_pwr.h"
#include "model_graph.h"
#include "sigstuff.h
www.eeworm.com/read/186599/8923235
cpp ampl_to_db_pwr.cpp
//
// File = quad_to_polar.cpp
//
#include
//#include
#include
#include "parmfile.h"
#include "ampl_to_db_pwr.h"
#include "model_graph.h"
#include "sigstuff.h
www.eeworm.com/read/426179/10276760
cpp ampl_to_db_pwr.cpp
//
// File = quad_to_polar.cpp
//
#include
//#include
#include
#include "parmfile.h"
#include "ampl_to_db_pwr.h"
#include "model_graph.h"
#include "sigstuff.h
www.eeworm.com/read/271760/10981500
m p2r.m
function [r,im]=p2r(mag,ph)
%P2R Converts polar to rectangular co-ordinates.
% P2R(MAG,PH) converts the magnitude and phase in
% degrees to a complex vector or matrix.
%
% [R
www.eeworm.com/read/458661/7291845
m abadd.m
% abadd.m - add gain in absolute units
%
% Usage: h = abadd(type, style, th, g, rays, width)
%
% type = 1,2 for polar, azimuthal
% style = line style of added gain curve, e.g., '--r'
%
% rest o