Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8191977
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T04:03:33+00:00 2026-06-07T04:03:33+00:00

In the FFT2D paper http://developer.download.nvidia.com/compute/cuda/2_2/sdk/website/projects/convolutionFFT2D/doc/convolutionFFT2D.pdf in the figure 1 and 2 it’s stated that:

  • 0

In the FFT2D paper

http://developer.download.nvidia.com/compute/cuda/2_2/sdk/website/projects/convolutionFFT2D/doc/convolutionFFT2D.pdf

in the figure 1 and 2 it’s stated that:

assuming the image is bigger than the convolution kernel, which is
usually the case in practice, the convolution kernel needs to be
expanded to the image size and padded according to Figure 1. As can
be seen on figures 2 and 3 (see below), cyclic convolution with the
expanded kernel is equivalent to cyclic convolution with initial
convolution kernel.

If I perform the convolution between the kernel and the image for an element and I try to perform the convolution between the expanded kernel and the image for the same element, it yields different results.

I read somewhere that “cyclic convolution” is the same as a classic “convolution”, is this correct? Otherwise how should I interpret this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T04:03:35+00:00Added an answer on June 7, 2026 at 4:03 am

    No, a cyclic convolution, also known as a circular convolution, is not the same as a regular convolution. The kernel “wraps around” in a circular convolution.

    Take x=[1 2 3 4 5] and h=[1 2 3] for example:

    First you flip h and pad with zeros: h'=[0 0 3 2 1]. Then to get the first element, you do the usual dot product:

    (x*h)[0] = 0*1 + 0*2 + 3*3 + 2*4 + 1*5
    

    To get the second element, you shift the kernel over by one and dot again:

    (x*h)[1] = 0*1 + 1*2 + 2*3 + 3*4 + 0*5
    

    Same with the third. To get the fourth though, the kernel wraps around so you get:

    (x*h)[3] = 2*1 + 3*2 + 0*3 + 0*4 + 1*5
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to replicate the results from a paper. Two-dimensional Fourier Transform (2D-FT)
So my question has changed from returning Infinity to returning NaN. If your FFT
The following program loads two images with PyGame, converts them to Numpy arrays, and
I'd like to generate some code using MATLAB Embedded Coder that runs an fft2
I'm new in opencv and use the version 2.3 in C++. My approach is
I am programming the host side of a host-accelerator system. The host runs on
Possible Duplicate: Relationship between scipy and numpy For instance, NumPy has window functions bartlett
I'm trying to detect chars from a text in white and black. At the
If i understand the concept correctly, we apply a windowing function to the FFT
I have a source code that could recognize a character's position in an image.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.