Live data from Hacker News

Viewing profile — agoetz

agoetz

HN member
Joined
Sun, Mar 16, 2014, 3:39 PM UTC
HN karma
96
Public activity
21 items

About agoetz

No profile information was provided.

Recent public activity

  1. comment
    Comment #23431715

    Another benefit of biased representation, is that it makes error values extremely noticeable. It is common in automotive situations to reserve part of the representable range to in…

  2. comment
    Comment #15359718

    Most RTCs do use the same crystals that are in wristwatches, which is actually the source of their error. The tuning fork crystal design used in wrist watches has a parabolic tempe…

  3. comment
    Comment #14591433

    > Embedded systems, IMO, must be deterministic, reliable and consistent. This is the definition of a hard real-time system. In most of the literature, 'embedded system' is a broade…

  4. comment
    Comment #12276245

    Actually this article is talking about mild hybrid technology: Which is about upping the voltage for traditional non hybrid vehicles from 12V to 48V, giving them some hybrid like f…

  5. comment
    Comment #11398032

    SW Solution: 1. Store embedded system state in data structure. 2. Calculate a checksum for that data structure. 3. Verify that checksum is correct. HW Solution: Lockstep Execution/…

  6. comment
    Comment #10195349

    If you try to estimate power spectral density using the intuitive unbiased estimator (the DFT), you are going to have a bad time. A vanilla periodogram has very high sideband leaka…

  7. comment
    Comment #9488353

    Claiming that the FT is not necessary for digial audio is like claiming that the you don't need the rocket equation in order to build a missile. Sure, its technically possible, and…

  8. comment
    Comment #9477611

    Yes. Reformulate the systems transfer function into a state space representation, and then solve the algebraic ricatti equation to find an optimal gain matrix. This is know and the…

  9. comment
    Comment #9443209

    The apollo guidance computer actually used a sophisticated software interpreter for most of its code. Not just a "computational loop with no branches" http://en.wikipedia.org/wiki/…

  10. comment
    Comment #9441946

    OSEK is a an industry standard rtos that is used by almost all automotive players. It is specifically designed for use in the automotive environment. Toyota actually claimed to use…

  11. comment
    Comment #9007404

    Modern EPA requirements mean that it is impossible to design a compliant off highway commercial vehicle without relying on advanced electronic process controls. Your grandfather's …

  12. comment
    Comment #8869498

    Adding a new sensor to monitor the fuses would not be cheap:first off, you have to have signal conditioners for the a/ds that can handle esd transients, and >60 v load shed events.…

  13. comment
    Comment #8591800

    Signal conditioning is still an important part of EE design. Not all signals are TTL level and unipolar. For example, this appnote[0] uses a Delta-Sigma converter to digitize a loa…

  14. comment
    Comment #8438678

    Generally the system will fall back to a 'limp home mode' running on a simpler algorithm on a watchdog microcontroller. See for example, Freescale's reference design for an airbag …

  15. comment
    Comment #8414732

    Register renaming has been around since the 60's in the form of Tomasulo's Algorithm.

  16. comment
    Comment #8375663

    DRAM refresh circuit, not SRAM. The "S" in SRAM means that it doesn't need to be refreshed.

  17. comment
    Comment #8279039

    Not necessarily. The LM7805 has a maximum operating temperature of 125C, so a circuit can be operating nominally at a very high temperature.

  18. comment
    Comment #7753574

    Most of the magic doesn't come from the robots, it comes from the soldermask. Surface tension from molten solder will move misaligned parts by a surprising amount: http://youtu.be/…

  19. comment
    Comment #7578308

    Bonus: Once you have a couple of data points from the tape method, you can extrapolate the emissivity of the toast itself and calculate a correction factor for your IR gun.

  20. comment
    Comment #7420459

    Make a circuit "digital" does not automagically make it more accurate, and you cannot "add bits" to a datatype to make your measurement more accurate. Before a digital circuit can …

  21. comment
    Comment #7409790

    FORTH comes to mind.