|
|
|
说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
|
|
|
您的位置: 首页 -> 词典 -> 差分偏振移位键控
1) differential polarization shift keying(DPolSK)
差分偏振移位键控
2) 4DPolSK
四进制差分偏振移位键控
1.
Based on the analysis of 4-level Differential Polarization Shift Keying technology, design and implementation of the receiver of 4DPolSK is first proposed, which includes the design of Stokes parameters extraction in optical part, the design of amplifying and sampling in the electrical part, the design of demodulation algorithm and judging in the FPGA.
在分析四进制差分偏振移位键控(4DPolSK)技术的基础上,首次提出了4DPolSK通信系统接收机的整体设计方案,包括光路的Stokes参数提取、电路的放大、采样与处理芯片FPGA的解调算法与判决。
3) polarization shift keying
偏振移位键控
1.
An optical secure communication system based on digital chaos and polarization shift keying(PolSK) technology is proposed.
提出了一种基于数字混沌与偏振移位键控(PolSK)技术的光保密通信系统。
4) polarization-shift keying modulation
偏振态移位键控
5) PolSK
偏振移位键控
1.
A novel scheme for an ultrahigh-speed all-optical comparator based on the Four-Wave Mixing(FWM) effects in Semiconductor Optical Amplifiers(SOAs) is proposed,by which can eliminate the pattern effects in SOAs by using the power-constant Polarization-Shift-Keying(PolSK) signal light.
文章提出了一种利用偏振移位键控(PolSK)信号光,基于半导体光放大器(SOA)中的四波混频(FWM)效应的超快全光比较器方案。
2.
A novel scheme for ultrahigh-speed all-optical encoder based on four-wave mixing (FWM) in semiconductor optical amplifiers (SOAs) with PolSK modulated signals is proposed.
提出了一种新型的基于半导体光放大器(semiconductor optical amplifier,SOA)中四波混频(four-wave mixing,FWM)效应的超快全光译码器方案,方案中采用了偏振移位键控(polarization-shift-keying,PolSK)信号光。
6) polarization shift-keying
偏振态位移键控
1.
We propose and experimentally demonstrate a novel dual-channel polarization shift-keying(PolSK) optical transmission system,in which two semiconductor amplifiers(SOAs) are cascaded as two individual all-optical polarization modulators for each channel.
提出一个新颖的采用两个级联半导体光放大器(SOA)作为独立全光偏振调制器实现双信道偏振态位移键控(PolSK)光传输系统方案,并进行了实验验证。
补充资料:UG自定义右键弹出菜单和快捷键
UG的右键弹出菜单包含了一些我们常用的功能,比如Roate、Fit等,为了使用的更加方便,我们也可以自己打造!打开UG安装目录下的UGII下的menus文件夹,里面包含了一些*.men和*.tbr,我们以文本方式打开它,发现也不难理解。例如,我们想在右键弹出菜单里面的roate和pan之间加入如图示的view下的orient功能,首先我们打开ug_main.men,查找orient,会看到下面的内容: BUTTON UG_VIEW_REFRESH LABEL &Refresh BITMAP refresh_window.bmp ACCELERATOR F5 ACTIONS STANDARD
CASCADE_BUTTON UG_VIEW_EDIT LABEL O&peration
BUTTON UG_VIEW_ORIENT LABEL Ori&ent... ACTIONS STANDARD
参考上面部分我们会看出快捷键的定义是*ACCELERATOR来指定的,我们把红色部分即BUTTON UG_VIEW_ORIENT的LABEL下面加入一行ACCELERATOR Ctrl+Alt+O(这里可以自行定义,但不要和别的重复),保存,这样我们就把快捷键定义好了,然后我们选中红色部分复制。接着打开ug_view_popup.men,它就是右键弹出菜单的定义文件。为了把它放在roate和pan之间,我们把刚才复制的部分粘贴在下面图示的位置:
TOGGLE_BUTTON UG_VIEW_POPUP_ROTATE LABEL R&otate BITMAP rotate.bmp ACCELERATOR F7 ACTIONS STANDARD
BUTTON UG_VIEW_ORIENT LABEL Ori&ent... ACCELERATOR Ctrl+Alt+O ACTIONS STANDARD
TOGGLE_BUTTON UG_VIEW_POPUP_PAN LABEL &Pan BITMAP pan.bmp ACCELERATOR F9 ACTIONS STANDARD
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条
|