This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

differences between 32 fixed point and 32 floating point

Can anyone explain me what is the main differences?

Thanks

Gastón

  • Here is a video presentation on F2833x floating point, and how it differs from F28x fixed point.

    http://focus.ti.com/docs/training/catalog/events/event.jhtml?sku=OLT107003

    Here is the FPU "Primer"

    http://focus.ti.com/lit/an/spraan9a/spraan9a.pdf

    FPU Instruction Set

    http://focus.ti.com/lit/ug/sprueo2a/sprueo2a.pdf

    If your question is more generic, "Why Floating point"

    - Performance boost for many control algorithms: division, square root, sin, cos, FFT and IIR
    · Simplified software development, easier to code, don't have to worry about scaling, saturation/inversion, or knowing what fixed number scheme you are using