Forum Discussion

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

Scaling FFT within the wrapper

I am implementing the FFT megacore using a MM-ST SGDMA --->FFT ---> ST-MM SGDMA setup. Therefore, I have a wrapper to accommodate the FFT and slot it into the avalon interface in SOPC. It seems to be working so far, but scaling has yet to be applied.

Is it possible to carry out the scaling automatically within this wrapper?, for instance, as described in the FFT megacore documentation, with a case statement of the exponent value. I'm using Verilog.

1 Reply

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

    i don't see any problem with integrating scaling into your wrapper.