Compute, build and visualize RF attenuator circuits.

版本 1.0.0 (305.6 KB) 作者: Jegan Mani
attenuatorDesigner computes, builds and visualizes RF attenuator circuits based on 7 supported topologies,
15.0 次下载
更新时间 2021/8/15

查看许可证

attenuatorDesigner computes the resistor values to build an attenuator using series and shunt resistor object of RF toolbox for the specified topology and system impedance. The following topologies are supported by this designer;
L
U
Tee
H
O
Pi
Bridged Tee
If required attenuation level is not specified, default value of 3dB is assumed for computing resistances.
Typical call :
[designerObj,attenuatorNetwork] = attenuatorDesigner('Topology','BridgedTee','Impedance',50,'Attenuation',5)
[designerObj,attenuatorNetwork] = attenuatorDesigner('Topology','L','Impedance',50,'Attenuation',5)
[designerObj,attenuatorNetwork] = attenuatorDesigner('Topology','U','Impedance',50,'Attenuation',5)
[designerObj,attenuatorNetwork] = attenuatorDesigner('Topology','Tee','Impedance',50,'Attenuation',5)
[designerObj,attenuatorNetwork] = attenuatorDesigner('Topology','H','Impedance',50,'Attenuation',5)
[designerObj,attenuatorNetwork] = attenuatorDesigner('Topology','O','Impedance',50,'Attenuation',5)
[designerObj,attenuatorNetwork] = attenuatorDesigner('Topology','Pi','Impedance',50,'Attenuation',5)
[designerObj,attenuatorNetwork] = attenuatorDesigner('Topology','Pi')
[designerObj,attenuatorNetwork] = attenuatorDesigner('Attenuation',5)

引用格式

Jegan Mani (2024). Compute, build and visualize RF attenuator circuits. (https://www.mathworks.com/matlabcentral/fileexchange/97632-compute-build-and-visualize-rf-attenuator-circuits), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2021a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0