# Convolution

* Why calculation of convolution include reversing its input (or its impulse response)?
  * [How can output sequence be equal to the sum of copies of the impulse response, scaled and time-shifted signals? - Signal Processing Stack Exchange](https://dsp.stackexchange.com/questions/3482/how-can-output-sequence-be-equal-to-the-sum-of-copies-of-the-impulse-response-s/3495#3495)
  * [Flipping the impulse response in convolution - Signal Processing Stack Exchange](https://dsp.stackexchange.com/questions/5992/flipping-the-impulse-response-in-convolution)
  * [What is the physical meaning of the convolution of two signals? - Signal Processing Stack Exchange](https://dsp.stackexchange.com/questions/4723/what-is-the-physical-meaning-of-the-convolution-of-two-signals)
  * [pr.probability - What is convolution intuitively? - MathOverflow](https://mathoverflow.net/questions/5892/what-is-convolution-intuitively)
  * [Understanding Convolutions - colah's blog](https://colah.github.io/posts/2014-07-Understanding-Convolutions/)
  * [Convolution vs. Cross-Correlation–Glass Box](https://glassboxmedicine.com/2019/07/26/convolution-vs-cross-correlation/#:~:text=Cross%2Dcorrelation%20means%20sliding%20a,flipped%20kernel%20across%20an%20image.)
  * [The difference between convolution and cross-correlation from a signal-analysis point of view - Signal Processing Stack Exchange](https://dsp.stackexchange.com/questions/27451/the-difference-between-convolution-and-cross-correlation-from-a-signal-analysis)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/note/convolution.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
