Forum Discussion
Altera_Forum
Honored Contributor
16 years agoFFT output?
This is probably going to be a simple question, but have been unable to find documentation to explain it. I'm running a 512 point 24 bit width data streaming FFT. My output is 24 bits with 6 bits o...
Altera_Forum
Honored Contributor
16 years agoThe altera documentation states it uses block floating point for the FFT.
so what your saying is, and if my data is x"DEADBE" with an exponent "011100" (28 or -4) than it would shift my value down by 4? and my signal would be x"DEADB.E" sorry im a little confused, not sure if that makes sense.