Re: undervoltage lockout for flyback powersupply input



On Tue, 04 Dec 2007 05:30:26 +0000, Eeyore
<rabbitsfriendsandrelations@xxxxxxxxxxx> wrote:



John Fields wrote:

Also, note that the ripple on +V will be attenuated about 37.5dB by
the divider on the non-inverting input of the comparator.

Oh puh-leeze !

That's obfuscation of the very worst sort !

You're a damn clot as ever.

---
Sour grapes?


--
JF
.



Relevant Pages

  • Re: undervoltage lockout for flyback powersupply input
    ... Oh puh-leeze! ... That's obfuscation of the very worst sort! ... You're a damn clot as ever. ...
    (sci.electronics.design)
  • Re: Sorting objects in ooRex? is this possible with data structures?
    ... The sorting features are modeled off of what Java does with its Comparable and Comparator classes. ... If you want to sort on different column positions, we have a Comparator class that allows you to specify the comparison colums. ... Here's one that compares strings as numbers: ...
    (comp.lang.rexx)
  • comparator
    ... I am testing a Comparator with the PriorityQueue, ... added the number 100 or 1000 to the list, it did not sort right. ... public class NumberAscComparator implements Comparator ...
    (comp.lang.java.programmer)
  • Re: indirect sort
    ... puts it into an array and sorts this array is faster than ... just sorting the objects. ... worthy to have my own implementation of sort(), ... comparator can simple subtract one argument from the other and cast ...
    (comp.lang.java.programmer)
  • Re: indirect sort
    ... I wrote a Comparator (I don't want to use ... Comparable in order to be able to choose the field I am sorting by) ... a way to create a doublearray of my fields I want to sort by, ...
    (comp.lang.java.programmer)