登录
首页 » Others » Lumped Elements for RF and Microwave Circuits (Bahl 2003)

Lumped Elements for RF and Microwave Circuits (Bahl 2003)

于 2021-05-07 发布
0 285
下载积分: 1 下载次数: 1

代码说明:

Lumped Elements for RF and Microwave Circuits英文版,射频微波电路入门Lumped Elements for RFand microwave circuitsFor a listing of recent titles in the Artech House Microwave library,turn to the back of this bookLumped Elements for RFand microwave circuitsInder bahlArtech houseBoston londonwww.artechhouse.comLibrary of Congress Cataloging-in-Publication DataBahl, I.J.Lumped elements for RF and microwave circuits /Inder Bahlp cm.--(Artech House microwave libraryncludes bibliographical references and indexISBN 1-58053-309-4(alk. paper1. Lumped elements(Electronics) 2. Microwave integrated circuits. 3. Radiofrequency integrated circuits. 4. Passive components. I. Title. II. SeriesTK7874.54B342003621.38132-dc212003048102British Library Cataloguing in Publication DataBahl, I. J. Inder jit)Lumped elements for RF and microwave circuits.-(Artech House microwave library1. Radio circuits 2. Microwave circuits I. Title621.38412ISBN1-58053-3094Cover design by Igor Valdmar2003 ARTECH HOUSE, INC.685 Canton StreetNorwood Ma 02062All rights reserved Printed and bound in the United States of America. no part of this bookmay be reproduced or utilized in any form or by any means, electronic or mechanical, includingphotocopying, recording, or by any information storage and retrieval system, without permissionn writing from the publisherall terms mentioned in this book that are known to be trademarks or service marks have beenappropriately capitalized. Artech House cannot attest to the accuracy of this information. Useof a term in this book should not be regarded as affecting the validity of any trademark or servicemarkInternational Standard Book Number: 1-58053-309-4Library of Congress Catalog Card Number: 200304810210987654321To my adorable grandsons, Karan and Rohan Kaushal, with whom I play, cry,and laugh, and who have provided me with the idea and inspiration towrite this bookContentsPrefaceXVAcknowledgmentsXXIntroduction1.1 History of Lumped Elcements)Why Use Lumped Elements for rF andMicrowave circuits1.3 L, C, R Circuit Elements1.4 Basic Design of Lumped Elements4.1 Capacitor1.4.2 Inductor4.3 Resistorumped-Element Modelin1. 6 Fabrication1.7 ApplicationsReferencesInductors2.1 IntroductionLumped Elements for RF and Microwave Circuits2.2 Basic Definitions2.2.1 Inductance2.2.2 Magnetic Energy182.2.3 Mutual Inductance202. 2. 4 Effective Inductance202.2.5Imedang2.2.6 Time Constant2.2.7 Quality Factor222.2.8 Self-Resonant Frequency232.2.9aximum Current Ratin2.2.10 Maximum Power Rating2.2.11 Other Parameters232.3 Inductor Configurations242.4 Inductor models2. 4. 1 Analytical Models252.4.2 Coupled-Line Appiroach282.4.3 Mutual Induse arppi342.4.4 Numerical Approach362.4.5 Measurement-Based model382.5 Coupling Between Inductors452.5. 1 Low-Resistivity Substrates2.5.2 High-Resistivity Substrates462.6 Electrical Representations2.6. 1 Series and Parallel representations2.6.2 Network Representations51References52Printed Inductors573.1 Inductors on Si Substrate583.1.1 Conductor Loss3.1.2 Substrate Loss3. 1.3 Layout Considerations3.1.4 Inductor Model3. 1.5 Q-Enhancement Techniques3.1.6 Stacked-Coil Inductor803.1.7 Temperature Dependence84

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Vivado HLS 视频课总结
    视频课程源:http://xilinx.eetop.cn/category-83目录1 从软件工程师的角度来看 FPGA 架构 32 Vivado HLS的工作机制 53-4 HLS设计流程基本概念 95 任意精度数据类型 155.1 C语言支持的数据类型 155.2 sizeof()函数使用 165.3 设置Visual Studio支持任意精度数据类型 176 数组类型转换 176.1 变量的定义和初始化 176.2 定点数据类型 186.3 浮点数据类型的定义和初始化 196.4 隐式数据类型转换 196.5 显示数据类型转换 197 Vivado HLS中
    2021-05-07下载
    积分:1
  • 自适应信号与系统 LMS与RLS算法收敛比较
    通过matlab编程来实现LMS 与RLS 算法的实现,在相同的参数下,通过matlab图表观察两者收敛速度的快慢,是自适应信号学习者很好的参考
    2020-11-30下载
    积分:1
  • TMC2208 电机驱动 UART配置方法.zip
    【实例简介】TMC2208如何通过uart配置电机驱动,需要STM32驱动程序请联系我,配置方法讲解详细参照附件,如有不懂请联系我,感谢下载
    2021-11-14 00:44:02下载
    积分:1
  • C# Winform Sockets收发Json样例
    参照博客C# JSON和对象之间互相转换用Winform进行了JSON和对象之间转化的呈现,并用Socket来传输JSON。原文链接:http://www.cnblogs.com/HCCZX/p/5238556.html
    2020-11-28下载
    积分:1
  • 策略为王源代码(for VS2015)
    策略为王是一个很老的股票交易软件,包括行情接收、显示、技术指标、策略模拟等。功能很全,该有的都有,在当时也算是专业软件。不知何故后来人家不再使用,也不再维护,就把源码放出来共享,一群好人啊!这是目前通过正常途径能够找到的最好的开源交易软件,也是最好的C++示例系统之一。无论您是有意从事股票/期货的自动交易,还是学习C++编程,读它的源码都是一个很好的开端,我就是这么做的。策略为王最早的开发环境是VC6。我当时下的代码,最多升级到VS2003。据说能升到VS2005,我没试,但再往上肯定不行了。因为程序所用第三方控件库不支持更高版本的VS,这也是VS讨厌的地方。后来我用QT编写自己的行情软
    2021-05-06下载
    积分:1
  • web医疗影像dicom插件(2个)
    基于HTML5的医疗影像预览插件,资源内包含两种插件,内有demo实例
    2021-05-06下载
    积分:1
  • kabeja-0.4.zip
    【实例简介】目前比较珍贵的一份资源了,可以使用它免费将DXF工程图文件转换为图片或者PDF格式。
    2021-10-29 00:33:19下载
    积分:1
  • 基于labview的BP神经网络诊断
    基于labview的BP神经网络诊断程序,很实用与设备的故障诊断,供大家分享。
    2020-12-10下载
    积分:1
  • labview生成spwm波
    labview生成spwm波子程序。根据调制波和载波频率以及调制比,生成spwm波高低电平数组
    2020-11-29下载
    积分:1
  • EM算法--基于贝叶斯
    EM算法,基于贝叶斯的,matlab程序
    2020-12-04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载