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. Django进阶之缓存和信号

    一.缓存 简介 由于Django是动态网站,所有每次请求均会去数据进行相应的操作,当程序访问量大时,耗时必然会更加明显,最简单解决方式是使用:缓存,缓存将一个某个views的返回值保存至内存或者mem ...

  2. python代码在IDE下调试设置命令行参数

    带命令行参数的代码在IDE下调试,需要把参数赋值,本文mark一下具体的命令行参数在代码中赋值方法. if __name__ == "__main__": sys.argv = [ ...

  3. Android启动过程

    1.背景知识                                                          Init进程是Linux环境下非常重要的一个进程,而Zygote进程是J ...

  4. Linux的软中断处理实现 【转】

    转自:http://blog.chinaunix.net/uid-25909619-id-3070190.html 一.概念   首先我们要知道为什么中断需要下半部 .我们可以想象一下,如果没有下半部 ...

  5. 微服务架构及Eureka简介

    一.微服务架构 服务提供者.服务消费者.服务发现组件这三者之间的关系: 各个微服务在启动时,将自己的网络地址等信息注册到服务发现组件中,服务发现组件会存储这些信息. 服务消费者可从服务发现组件查询服务 ...

  6. [WC2008]游览计划 「斯坦那树模板」

    斯坦那树 百度释义 斯坦纳树问题是组合优化问题,与最小生成树相似,是最短网络的一种.最小生成树是在给定的点集和边中寻求最短网络使所有点连通.而最小斯坦纳树允许在给定点外增加额外的点,使生成的最短网络开 ...

  7. VUE之搭建脚手架

    原文转自http://blog.csdn.net/Shiyaru1314/article/details/54963027 目录(?)[-] 1 安装之前需要检查是否已经安装NodeJS的环境 安装文 ...

  8. 【PAT】1052 Linked List Sorting (25)(25 分)

    1052 Linked List Sorting (25)(25 分) A linked list consists of a series of structures, which are not ...

  9. 在Github和Git上fork之简单指南

    http://www.linuxidc.com/Linux/2014-11/109785.htm 以我的经验来看,刚接触Git和GitHub时,最困扰的一件事情就是尝试解决下面的问题:在Git和Git ...

  10. Codeforces 623B Array GCD

    Array GCD 最后的序列里肯定有a[1], a[1]-1, a[1]+1, a[n], a[n]-1, a[n]+1中的一个,枚举质因子, dp去check #include<bits/s ...