2) Circular polarization
圆极化
1.
Survey and progress in circular polarization technology of microstrip antennas;
微带天线圆极化技术概述与进展
2.
Single-feed dual-mode square microstrip antenna and realization of circular polarization;
单馈电双模方形微带天线及圆极化实现
3.
A circular polarization microstrip antenna with the shape of polygonal;
正多边形贴片圆极化微带天线
3) circular polarization
圆极化波
1.
The paper takes the circular polarization formed from rectangular microstrip antennas as the research object, using plane phase relation, infers theoretically the track equation of its feeding spot, draws its track graph by programming , and the use observe its curve by the simulation of .
本文以矩形微带天线形成圆极化波为研究对象,利用k平面相位关系,从理论上推导其馈电点的轨迹方程,通过编程确定其具体的馈电点,利用HFSS9。
2.
In this paper, the transfer matrix of circular polarization phase shifter is derived through coupled wave theory, transfer characteristics of elliptically polarized wave, circularly polarized wave, linear polarized wave are considered.
根据铁氧体耦合波理论推导出圆极化移相器对任意极化电磁波的传输矩阵 ,在此基础上研究了椭圆极化波、线极化波、圆极化波在移相器内的传输特性。
4) circular polarizer
圆极化器
1.
This paper states the application of the circular polarizer in Marine Radars, analyses the defect of the approximative formula used in the design of the circular polarizer and presents a method of modifying the approximative formula.
阐述了圆极化器在船用雷达中的应用,分析了设计圆极化器所采用拟合公式的缺陷,提出了修正拟合公式的方法,用修正的拟合公式优化设计了一种圆极化器,设计结果性能优良。
2.
To reduce the size of the waveguide feed system in the Ka band,a study is made of the method for achieving a compact circular polarizer with a dielectric septum inserted in circular waveguide operating in dual band.
文中为实现Ka频段波导馈源系统小型化,讨论了一种介质插片双频圆极化器的小型化方法,提出了一种通过改变介质插片有效介电常数从而有效缩短原极化器尺寸的方法。
3.
Waveguide circular polarizer using adjustable metal screws is designed for a project that studies ellipsometry and its device at microwave frequencies.
根据“射频椭偏测量法及装置的研究”课题的要求,设计8 mm波导螺钉圆极化器。
5) circularly polarizing
圆极化性
1.
Planar Archimedean antenna has some advantages as wideband,small volume and good performance in circularly polarizing,so it has broad appliance prosperity.
平面螺旋宽带天线具有频带较宽、体积较小、圆极化性能较好等特点,应用范围很广。
6) circularly polarized
圆极化
1.
The design consideration of circularly polarized LPD antennas;
圆极化对数周期偶极天线设计
2.
The paper first gives a simple explanation of the principle of circularly polarized microstrip antenna.
本文在简要概述圆极化微带天线工作原理的基础上,重点介绍了当今国内外在展宽圆极化微带天线的频带方面所做的研究,通过实例说明展宽频带圆极化微带天线的具体方法。
3.
This paper presents a novel circularly polarized rectenna designed and measured at 5.
提出了一种新颖的用于微波能量传输的圆极化接收整流天线。
参考词条
补充资料:MasterCAM8.0在四轴、五轴铣床加工中的应用与技巧
MasterCAM8.0新增加了多轴加工模块,但在实际加工应用中数控机床的控制器是不同的,在后置处理时,如果在MasterCAM8.0提供的后置处理文件夹Posts中找不到适合数控机床控制器的后置处理文件,或者经过编辑某通用后置处理文件后,仍不能得到与数控机床控制器相适应的后置处理文件,那么就无法将多轴加工模块得到的NCI文件转化成实际加工中可用的NC程序。 笔者在工作实践中,通过适当的转化使某些常用、典型的四轴、五轴加工在MasterCAM8.0上得以实现,并且成功后置处理成适合加工实际的四轴、五轴数控铣床控制器格式的NC程序。 一、四轴加工的应用 卫生巾切刀成型辊的数控加工主要是通过用平铣刀和锥度成型刀在XK-715M机床(带旋转轴的三坐标数控机床)上实现的。旋转轴上夹持的切刀成型辊相当于第四轴——A轴,刀具在圆柱体上走空间曲线,就得到刀刃的型面。 那么,如何建出这条卷在圆柱体上的空间曲线呢? 首先,在MasterCAM8.0中,根据切刀理论刃口展开图画出不同刀具的中心轨迹展开图,这是二维曲线。 然后,利用主菜单的转换→卷筒→串连,用串连的方式选取刀具轨迹曲线→然后设定卷筒直径、旋转轴X及曲线放置在圆柱体上的位置→确认后再作出与卷筒直径同样大小的圆柱曲面,作为4轴曲线加工的导动曲面,将空间曲线以投影方式投到圆柱面上进行加工。 虽然同样是FANUC系统,但XK-715M机床和加工中心控制器的所使用的格式稍有区别,所以在用MasterCAM后处理产生NC程序之前需修改后置处理文件MPFAN.PST。 方法如下:进入文件→编辑→*.PST→找到系统默认的MPFAN.PST文件,先作备份,如另存为MPFAN-1.PST文件,然后打开,找到下面清单中的变量rot_ccw_pos : 1,将其改为rot_ccw_pos : 0,并存盘。 # Rotary Axis Settings # -------------------------- vmc : 1 #0 = Horizontal Machine, 1 = Vertical Mill rot_on_x : 1 #Default Rotary Axis Orientation, See ques. 164. #0 = Off, 1 = About X, 2 = About Y, 3 = About Z rot_ccw_pos : 1 #Axis signed dir, 0 = CW positive, 1 = CCW positive 之后,进入“NC管理”菜单→更改后置处理文件→选中MPFAN-1.PST文件,再对NCI文件进行后置处理,产生符合XK-715M机床的NC格式。 二、 五轴加工的应用 以在FIDIA系统的T20上加工双角度叉耳内外形为例,说明用MasterCAM8.0实现T20上带固定角度的五轴加工。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
|
|