Menu

FFT implementation questions

Help
Anonymous
2010-09-01
2012-09-22
  • Anonymous

    Anonymous - 2010-09-01

    Hi -

    The project I'm working is reimplementing parts of the sphinx front end in
    VHDL to get some speed improvements and off load the CPU. Is there any design
    documentation about the FFT algorithm? We are having a hard time understanding
    the "whys and hows" of the code in fe_sigproc.

    Specifically what is going on in the section labeled "Bit-reverse the input"?
    It certainly doesn't seem like it is bit-reversing anything... it looks like
    it is moving samples to various places in the 512 sized array (fe->frame).

    Any info on this stuff? Anyone ever implemented this in VHDL?

    M

     
  • Anonymous

    Anonymous - 2010-09-02

    As far as VHDL goes, what about portions of the sphinx front end? Anyone do a
    port of the code to VHDL from the C implementation?

    M

     

Log in to post a comment.