DESCRIPTION

The DG449 is a dual supply single-pole/double-throw (SPDT) switches.

On resistance is 38  and flatness is 2.6  max over the specified analog signal range.

These analog switches were designed to provide high speed, low error switching of precision analog signals.

The primary application areas are in the routing and switching in telecommunications and test equipment.

Combining low power, low leakages, low on-resistance and small physical size,

the DG449 is also ideally suited for portable and battery powered industrial and military equipment.

The DG449 operates either from a single + 7 V to 36 V supply or from dual ± 4.5 V to ± 20 V supplies.

It is offered in the very popular, small SOT23-8 package.

MOSFET pair makes simple SPDT switch

With an n- and p-channel MOSFET, you can easily implement a single-pole double-throw (SPDT) switch

to isolate part of a circuit and power it from a secondary supply for standby operation while the rest of the circuit is off (Figure 1).

By using a complementary pair, you can use a single control input for the MOSFETs.

An Si4501DY MOSFET in this topology exhibits less than a 0.1V drop at 5A

for the main element and contains both MOSFETs in an SO-8 package.

When the 2N7002 or similar control MOSFET ties the gates together

and pulls them to ground, the p-channel MOSFET is on.

Pulling the gates above the supply rail

by turning the 2N7002 off results in turning the n-channel MOSFET on.

Pulling the gate of the p-channel MOSFET above the source potential has no effect;

the MOSFET remains off with low leakage.

The resultant switch is a break-before-make configuration,

which is necessary to ensure that the secondary,

or always-on, supply never has to power the whole circuit.

However, due to the fast switching of the MOSFETs,

extra capacitance beyond normal design rules is probably unnecessary to maintain the operating voltage.

The arrangement of the n-channel device in the circuit ensures that the internal diode does not conduct while the subcircuit is isolated.

In this direction, the n-channel MOSFET also provides a fail-safe path for the circuit's power through the diode.

The forward voltage of the p-channel MOSFET's diode blocks any current from "back-feeding" the secondary supply,

assuming that the two supplies are close in voltage.

An example of an application for this circuit is the Advanced Configuration

and Power Interface in desktop computers providing instant-on and low power consumption in standby.

The main power supply is a high-power switching power supply,

and the secondary supply is a 60-Hz transformer with linear regulation. (DI #2451)

DG449 High Voltage Single SPDT Analog Switch in SOT23-8的更多相关文章

  1. Voltage Translation for Analog to Digital Interface ADC

    Voltage Translation for Analog to Digital Interface 孕龙逻辑分析仪 ZeroPlus Logic Analyzer How to modify an ...

  2. JTAG Level Translation

    http://www.freelabs.com/~whitis/electronics/jtag/ One of the big issues in making a JTAG pod is leve ...

  3. how to generate an analog output from a in-built pwm of Atmega 32AVR microcontrloller?

    how to generate an analog output from a in-built pwm of Atmega 32AVR microcontrloller? you need a re ...

  4. How to modify analog output range of Arduino Due

    Voltage Translation for Analog to Digital Interface ADC How to modify analog output range of Arduino ...

  5. cadence Virtuoso ADE原理图AnalogLib库中的switch使用

    Symbol: switch A,B:等效于一个电阻; C,D:等效于控制开关(CD间的控制电压控制AB的断开或闭合); open switch resistance:开关断开状态下的等效电阻(AB之 ...

  6. RFID 仿真/模拟/监控/拦截/检测/嗅探器

    Sound card based RFID sniffer/emulator (Too tired after recon.cx to do draw the schematics better th ...

  7. RFID 读写器 Reader Writer Cloner

    RFID读写器的工作原理 RFID的数据采集以读写器为主导,RFID读写器是一种通过无线通信,实现对标签识别和内存数据的读出和写入操作的装置. 读写器又称为阅读器或读头(Reader).查询器(Int ...

  8. DAC Essentials

    http://e2e.ti.com/blogs_/b/analogwire/archive/tags/DAC%2bEssentials DAC Essentials: A new blog serie ...

  9. Transistor 晶体管 场效应 双极型 达林顿 CMOS PMOS BJT FET

    Transistor Tutorial Summary Transistor Tutorial Summary Bipolar Junction Transistor Tutorial We can ...

随机推荐

  1. 第7月第18天 xcode bundle ffmpeg

    1. https://zhuanlan.zhihu.com/p/24281404 2. 186  ffmpeg -i /Users/temp/Downloads/n-201402201522融资融券专 ...

  2. java中final、finally、finalized使用方法

    首先需要明白  final和finally是关键字,finalize是一个方法. 1. final关键字 final可以修饰类.方法.变量, 修饰类表示类不可以被继承 修饰方法表示此方法不可以被重写( ...

  3. 【源码阅读】VS调试mimikatz-改造法国神器mimikatz执行就获取明文密码

    0x1 概要 记得某位同学提起在XXX得到了一个一键生成明文的工具,觉得很是神奇... 然而我一看图标就知道是mimikatz,这工具是开源的,只要改两行代码就可以实现写死命令了. 顺带讲讲编译过程中 ...

  4. Submatrix Sum

    Given an integer matrix, find a submatrix where the sum of numbers is zero. Your code should return ...

  5. Linux环境下段错误的产生原因及调试方法小结【转】

    转自:http://www.cnblogs.com/panfeng412/archive/2011/11/06/2237857.html 最近在Linux环境下做C语言项目,由于是在一个原有项目基础之 ...

  6. MAC系统下Sublime Text3 配置Python3详细教程

    MAC系统下Sublime Text3 配置Python3详细教程(亲测有效) https://blog.csdn.net/weixin_41768008/article/details/798590 ...

  7. Oracle SQL部分练习题

    SQL练习题        注:查询列表不建议用 “*” 1.列出至少有一个雇员的所有部门: a. select * from dept where deptno in(select distinct ...

  8. 关于sudo 权限被修改的解决方法

    在用sudo安装文件的时候,出现如下错误提示: sudo: /etc/sudoers is world writable sudo: no valid sudoers sources found, q ...

  9. 测试开发之Django——No4.Django中前端框架的配置与添加

    我们在开发一个web项目的时候,虽然我们不是专业开发,但是我们也想要做出来一个美美的前端页面. 这种时候,百度上铺天盖地的前端框架就是我们的最好选择了. 当然,在网上直接下载的框架,我们是不能直接用的 ...

  10. 有用的Python模块 - pprint

    当想在终端打印一个很大的字典或者一个很长的列表时,总是被print打印出来的效果气懵在电脑前,现在有pprint就不用担心啦. 最直接的使用方式就是 import pprint pprint.ppri ...