You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When computing DCT type III (inverse of DCT type II), for 2D formatted data, the configuration.normalize setting seems to have no effect on the output. The output I see is always unnormalized regardless of whether this field is 0 (default) or 1. Could you please try to replicate at your end?
the normalize parameter only affects the IFFT - meaning the plan has to be launched with 1 passed as the inverse parameter in VkFFTAppend. All forward transforms are currently unnormalized. So to get normalized DCT-III, you need to launch IDCT-II plan created with normalize flag.
Thanks @DTolm. I changed the config_idct to the one shown below with DCT type as 2 and normalize = 1, and called VkFFTAppend with 1 (for inverse FFT). Now the results of the inverse DCT are normalized.
Hi Dmitrii,
When computing DCT type III (inverse of DCT type II), for 2D formatted data, the configuration.normalize setting seems to have no effect on the output. The output I see is always unnormalized regardless of whether this field is 0 (default) or 1. Could you please try to replicate at your end?
Here are my configuration settings:
Regards,
Atul
The text was updated successfully, but these errors were encountered: