how to find bitwidt for representing gaussian in hardware

1 view (last 30 days)
Seprability of gaussian should be implemented, but how to calculate the perfect 1d kernels for gaussian 33x33 size and sigma were k=0-5

Accepted Answer

Aquib Rashid
Aquib Rashid on 12 Jun 2013
Edited: Aquib Rashid on 12 Jun 2013
We find the convolution of double precision image(created by rand function) with double precision gaussian.....(A) Then find the convolution of quantized image with quant gaussian....(B)
Subtracting A and B for different bitwidth will give the results, as after around 15 word length, the error remains constant, this is the quantized error which remain, coz of the quantization in the image.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!