Skip to content

Multichannel image convolution #69

Answered by DTolm
pborsutzki asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

For R2C it is not currently possible to do a strided first axis as I have only implemented a non-strided version of R2C optimization so far (it modifies the layout from N real values to N/2+1 complex). I will try and add the strided R2C in one of the future updates.

Zero-padding should work with convolutions (see example 51), but in some cases, it may depend on what you are trying to do (for example, convolutions don't work with the Bluestein algorithm on the same axis so far). As for fftshift, no, VkFFT only has the functionality of Fast Fourier Transforms so far.

Best regards,
Dmitrii

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@pborsutzki
Comment options

@DTolm
Comment options

Answer selected by pborsutzki
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants