Update w-step in common example and test
Replace the computation of the w_step
parameter to match the computation in idg-api
: w_step = (2 * kernel_size) / (image_size * image_size)
.
This makes the code more consistent and allows for representative benchmarking using the example programs.