zoukankan      html  css  js  c++  java
  • DCDC反馈电路串联的电阻

    规格书描述

    Note : Where the C4 value means the effective output capacitance. Design engineer must be aware that ceramic
    capacitance varies a great deal with the size, operating voltage and temperature. The variation should be taken into
    the design consideration of control loop bandwidth. A rule-of-the-thumb is to design the RT7296F control loop
    bandwidth below 60kHz by changing the value of R5. Generally, increase the value of R5 if a de-rated capacitance
    is used.

    网友分析

    如果是有前馈电容CFF时才需要电阻RT,没有前馈电容CFF时就不需要电阻RT,那么RT的作用容易理解。
    有前馈电容时,输出端电压的任何突变(尖峰、毛刺等)绝大部分将施加到芯片内部比较器输入端,
    分压比大致上等于CFF与比较器输入端电容之比,因为比较器输入端电容很小,所以绝大部分突变电压将施加到比较器输入端。
    这些尖峰、毛刺可能造成比较器翻转,使芯片输出端(SW端)误动作。加入RT后,RT与比较器输入电容构成一阶低通滤波,可以使这些尖峰、毛刺等减小,避免比较器翻转造成输出端误动作。

    低通滤波

  • 相关阅读:
    【Longest Common Prefix】cpp
    【WildCard Matching】cpp
    【 Regular Expression Matching 】cpp
    【Longest Palindromic Substring】cpp
    【Add binary】cpp
    【String to Integer (atoi) 】cpp
    【Implement strStr() 】cpp
    【Valid Palindrome】cpp
    【LRU Cache】cpp
    【Reorder List】cpp
  • 原文地址:https://www.cnblogs.com/zjvskn/p/15331538.html
Copyright © 2011-2022 走看看