Reply by rickman June 10, 20162016-06-10
On 6/5/2016 9:34 AM, Marvin L wrote:
> Currently, I have two algorithm to consider. > > one using FFT, one using DCT > the DCT is using NEDA > for FFT, I am not quite sure which one to use > > Do you guys have any suggestions for FFT and DCT regarding implementation ? > I am now reading on NEDA and Radix. > > Besides, how would you guys implement DoG (Difference of Gaussian) in hardware ?
Do you have any requirements for these functions other than "they need to be implemented"? What data throughput do you require? What data representation do you need use? What type of device will it be implemented on? You are considering algorithms which is fine, but the choice of algorithm is often impacted by the requirements. -- Rick C
Reply by Marvin L June 5, 20162016-06-05
Currently, I have two algorithm to consider.

one using FFT, one using DCT
the DCT is using NEDA
for FFT, I am not quite sure which one to use

Do you guys have any suggestions for FFT and DCT regarding implementation ?
I am now reading on NEDA and Radix.

Besides, how would you guys implement DoG (Difference of Gaussian) in hardware ?

Thanks !