vishwa
Banned
fft vhdl
Hi
I wanted to implement FFT in VHDL. Earlier I posted a topic to request the FFT_VHDL code and I got some FFT code. And I downloaded some FFT code from internet.
I feel it is very difficult to understand the code developed by some one. I was unable to understand the code, because these are developed in a way that is different from my way of thinking.
Now I am going to build my own design for FFT in VHDL.
My idea to design Radix-4, 16-point FFT processor with real number (fixed point). Initially I can take hex data (8-bit) from the input data bus. With the available VHDL library for real and complex numbers, I want to do addition and multiplication in complex numbers directly. Then finally I want to convert the complex data into hex.
I found the arithmetic libraries are available for the complex numbers. I am going to do this.
I am expecting some suggestions from the experienced people.
Thanks & Regards,
Vishwa
Hi
I wanted to implement FFT in VHDL. Earlier I posted a topic to request the FFT_VHDL code and I got some FFT code. And I downloaded some FFT code from internet.
I feel it is very difficult to understand the code developed by some one. I was unable to understand the code, because these are developed in a way that is different from my way of thinking.
Now I am going to build my own design for FFT in VHDL.
My idea to design Radix-4, 16-point FFT processor with real number (fixed point). Initially I can take hex data (8-bit) from the input data bus. With the available VHDL library for real and complex numbers, I want to do addition and multiplication in complex numbers directly. Then finally I want to convert the complex data into hex.
I found the arithmetic libraries are available for the complex numbers. I am going to do this.
I am expecting some suggestions from the experienced people.
Thanks & Regards,
Vishwa