Forum Discussion
Altera_Forum
Honored Contributor
15 years agoBasic FFT megacore output question
When scaled, the output of the FFT megacore will contain the frequency components of its input? I would like to use each of the frequency components individually, this is possible? I would expect it ...
Altera_Forum
Honored Contributor
15 years agothe data will come out as a single stream. the order will depend on which mode the core is in
so to "see" individual frequency bins you'll need a counter and maybe a LUT (if you use bit-reversed addressing, for example)