Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

implementing floatingpoint fft in nios processor

can anyone please tell me how to interface fft megacore with nios using sopc builder.Is this the best way to implement floating point fft?dont tell me to read documentation,I have gone through them!!!

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    dont tell me to read documentation,I have gone through them!!!

    --- Quote End ---

    So you already know that the FFT MegaCore data interface doesn't use regular floating point format.

    Depending on your application you can either connect the MegaCore to fixed point data with additional block exponent for the output data, or convert it to float in the HDL design.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks FvM,please tell me how to interface it with NIOS processor using SOPC.I'm a beginner in this field