定向耦合器 Directional Couplers
microwave101,干货比较多
传送门:https://www.microwaves101.com/encyclopedias/directional-couplers
Directional couplers are four-port circuits where one port is isolated from the input port. Directional couplers are passive reciprocal networks, which you can read more about on our page on basic network theory. All four ports are (ideally) matched, and the circuit is (ideally) lossless. Directional couplers can be realized in microstrip, stripline, coax and waveguide. They are used for sampling a signal, sometimes both the incident and reflected waves (this application is called areflectometer, which is an important part of a network analyzer). Directional couplers generally use the distributed properties of microwave circuits. The coupling process generally occurs within a quarter-wavelength or multiple quarter-wavelength portions of the device. In these distributed couplers the energy and fields of one structure interact with the energy and fields of another distributed structure, coupling signals from one to another.Lumped element and hybrid couplers can be constructed as well. These couplers do not rely on the interaction of the fields and waves between transmission structures to create performance similar to that of coupled line structures but instead rely on networks composed of independent (un-coupled) circuit elements.
What do we mean by "directional"? A directional coupler has four ports, where one is regarded as the input, one is regarded as the "through" port (where most of the incident signal exits), one is regarded as the "coupled" port (where a fixed fraction of the input signal appears, usually expressed in dB), and one is regarded as the "isolated" port, which is usually terminated. On some commercial couplers the fourth (isolated) port is terminated internally or exterminally with a matched load - making a four port device seem like a three port device. If the signal is reversed so that it enter the "through" port, most of it exits the "input" port, but the coupled port is now the port that was previously regarded as the "isolated port". The coupled port is a function of which port is the incident port.
定向耦合器 ,盗图
wiki:https://en.wikipedia.org/wiki/Power_dividers_and_directional_couplers
wiki上是将功分器与定向耦合器放在一起介绍了,为啥?
//--------------------------------------------------------------------------------------------------------------------------------
上面讲了一大堆,那么定向耦合器有什么作用呢
好了再贴一张盗图
所以只要在输入端口输入一定功率的信号,测试其它几个端口的信号,根据这些数据就可以计算出一堆参数
现在人很懒的,知道好多人数学不及格,计算器都帮我们写好了,http://www.rfwireless-world.com/calculators/Directional-Coupler-calculator.html
//--------------------------------------------------------------------------------------------------------------------------------
那么为什么要计算这些参数呢?
所以一个伟大的仪器诞生了
当当当,裤裆掏出VNA,脑补图吧
//----------------------------------------------------------------------------------------------------------------------------------
裤裆太小掏不出来怎么办?
拯救懒人世界的大佬又出现了
当当当
https://github.com/myriadrf/pyLMS7002M/tree/master/examples/VNA/doc
这篇说明由浅入浅讲述了VNA的基本理论并且给出了基于limesdr+python的实现方法
定向耦合器 Directional Couplers的更多相关文章
- CSharpGL(13)用GLSL实现点光源(point light)和平行光源(directional light)的漫反射(diffuse reflection)
CSharpGL(13)用GLSL实现点光源(point light)和平行光源(directional light)的漫反射(diffuse reflection) 2016-08-13 由于CSh ...
- Directional RNA-seq data -which parameters to choose?
Directional RNA-seq data -which parameters to choose? REF: https://chipster.csc.fi/manual/library-ty ...
- Unity 3D光源-Directional平行光/逆光效果,光晕详解、教程
Unity4大光源之平行光 本文提供全流程,中文翻译. Chinar 坚持将简单的生活方式,带给世人!(拥有更好的阅读体验 -- 高分辨率用户请根据需求调整网页缩放比例) Chinar -- 心分享. ...
- _LightColor0将会是主要的directional light的颜色。
LightMode是个非常重要的选项,因为它将决定该pass中光源的各变量的值.如果一个pass没有指定任何LightMode tag,那么我们就会得到上一个对象残留下来的光照值,这并不是我们想要的. ...
- 使用方向变换(directional transform)图像分块压缩感知
论文的思路是先介绍分块压缩感知BCS,然后介绍使用投影和硬阈值方法的迭代投影方法PL,接着将PL与维纳滤波器结合形成SPL(平滑PL),并且介绍了稀疏表示的几种基,提出了两种效果较好的稀疏基:CT与D ...
- 75-ADMI,Average Directional Movement Index,平均方向性运动指标.(2015.7.1)
ADMI,Average Directional Movement Index 平均方向性运动指标 Directional Movement Index,平均方向性运动指标.(2015.7.1)&qu ...
- screen space directional occlusion(SSDO) in Unity5
也许是哪里出了问题..效果一般 16采样点 Gird . Random 博主近期渲染:最近用unity5弄的一些渲染 ---- by wolf96 http://blog.csdn.net/wolf ...
- An Edge-Guided Image Interpolation Algorithm via Directional Filtering and Data Fusion【翻译】
基于定向滤波和数据融合的边缘引导图像插值算法 http://ieeexplore.ieee.org/document/1658087/ 摘要: 保留边缘结构对于从低分辨率对应物重建高分辨率图像的图像插 ...
- Directional Light,Ambient,Specular,光照感性认识...
随机推荐
- git status 显示中文乱码
场景 在使用git命令行查看当前 状态时, git status 显示中文文件乱码: 解决 修改git配置, git config --global core.quotepath false
- SuperMap 9D 实时数据服务学习笔记
SuperMap 在9月份发布了结合大数据技术的9D新产品,今天就和大家介绍下iServer9D中的实时数据服务. 1.技术框架 结合Spark的streaming流处理框架,将各种数据进行批量处理. ...
- Android为TV端助力转载:码农小阿飞(SpannableString)
用SpannableString打造绚丽多彩的文本显示效果 引语 TeXtView大家应该都不陌生,文本展示控件嘛! 就用TextView显示普普通通的文本,OK,很简单,Android入门的都会,没 ...
- <自动化测试方案_9>第九章、持续集成平台搭建
第九章.持续集成平台搭建 (一)什么是持续集成 参考文章地址:https://blog.csdn.net/qq_32261399/article/details/76651376 敏捷软件开发(英语: ...
- MyDAL - .Where() & .And() & .Or() 使用
索引: 目录索引 一.API 列表 1.Where .Where(Func<M, bool> func) 如: .Where( it => (it.Prop1>=条件1 &am ...
- 自学MongoDB(1)
MongoDB是nosql(非关系型数据库)中的一种,面向文档的数据库,介于传统的结构化数据库(关系型数据库)与非关系型数据库(文件储存)之间的一种,具有数据结构非常松散和非常灵活的特点;常用于存储分 ...
- Python 之网络式编程
一 客户端/服务器架构 即C/S架构,包括 1.硬件C/S架构(打印机) 2.软件B/S架构(web服务) C/S架构与Socket的关系: 我们学习Socket就是为了完成C/S的开发 二 OSI七 ...
- RPM-GPG-KEY详解
GPG在Linux上的应用主要是实现官方发布的包的签名机制 GPG分为公钥及私钥 公钥:顾名思意,即可共享的密钥,主要用于验证私钥加密的数据及签名要发送给私钥方的数据 私钥:由本地保留的密钥,用于签名 ...
- apache ranger源码编译
官方文档 http://ranger.apache.org/quick_start_guide.html Quick Start Guide Build Process 1. Check out th ...
- UOJ #269. 【清华集训2016】如何优雅地求和
UOJ #269. [清华集训2016]如何优雅地求和 题目链接 给定一个\(m\)次多项式\(f(x)\)的\(m+1\)个点值:\(f(0)\)到\(f(m)\). 然后求: \[ Q(f,n,x ...