Skip to main content

Questions tagged [convolution]

Tags for questions about convolution, including the Mathematica functions Convolve, DiscreteConvolve, ListConvolve, DirichletConvolve, ImageConvolve, and convolutions using Fourier, FourierTransform, or LaplaceTransform.

0 votes
0 answers
109 views

I am trying to write a program that fits experimental data with a convolution of experimental instrumental response function (IRF) with several Exponential functions. This is what I coded so far. Here ...
Grzegorz Kruk's user avatar
2 votes
0 answers
88 views

How can I speed up Convolution[] of transformed UniformDistribution[] functions? I'll present a single pair of distributions, and then give the context Single Example Define the UniformDistributions <...
BohemianTapestry's user avatar
4 votes
3 answers
330 views

I tried to solve a integral equation numerically, but I failed. The equation is:$\epsilon(\beta)=r\cosh{\beta}+\int^{\infty}_{-\infty}\varphi(\beta-\beta')\ln(1+e^{-\epsilon(\beta')})d\beta'$ were $\...
Alessandro Cortassa's user avatar
0 votes
0 answers
52 views

I try to figure out what the option Standardized->True for function LaplacianGaussianFilter exactly means. I understand that it guarantees that the sum over the Kernel is exactly zero. But what ...
user11881's user avatar
0 votes
1 answer
132 views

I want to solve a convolution integral numerically: ...
Luigi's user avatar
  • 1,303
1 vote
1 answer
157 views

I'd like to use the ListDeconvolve command to do the following task but I'm having a hard time understanding the description in the Wolfram Language Reference. ...
5-limit_JI's user avatar
2 votes
1 answer
205 views

I'd like to illustrate the mathematical process of convolution ($f(x) \star g(x)$) with an interactive Manipulate, but the evaluation is far too slow for a class ...
David G. Stork's user avatar
1 vote
1 answer
107 views

By default, it appears that Mathematica won't use the convolution theorem to write an inverse Laplace transform in the form of a convolution of two functions. For example, ...
Matt's user avatar
  • 455
3 votes
2 answers
157 views

Convolving two UnitBox using the Convolve function gives accurate results as fig.1). However, when I try using Integrate function according to the document, the results are different as fig2. What ...
Soon's user avatar
  • 1,484
2 votes
1 answer
167 views

I try to regularize a given list of points, say f=Table[Exp[-a t],{t,0,100}], with some kernel $h_{\sigma}(t)=\frac{1}{\sqrt{2\pi \sigma}}e^{-\frac{t^2}{2\sigma ^2}}...
qising's user avatar
  • 43
4 votes
3 answers
316 views

I want to write a code to evaluate $$ \int_0^{t-1}\frac{\delta(z-1)}{z}\frac{\delta(t-z-1)}{t-z}dz$$ which should gives the answer $$\frac{\delta(t-2)}{t-1}.$$ I tried to write the code ...
Mohamed Mostafa's user avatar
2 votes
3 answers
444 views

I am not an expert in discrete Convolutions so perhaps there is a mathematical misunderstanding with me and or the options. But shouldn't convolve average over the two lists like in the continuous ...
Michael Fischer's user avatar
0 votes
1 answer
137 views

in the “tutorial/ImageProcessing”, as the following picture shows I just wonder what's the expression of the T in the area-based image operations such as ...
Aerterliusi's user avatar
3 votes
1 answer
100 views

I tried to implement a NetGraph similar to UNet in Mathematica, but I found an error in the dimension. ...
Life_Checkpoint's user avatar
0 votes
1 answer
110 views

I have a stochastic profit function where I want to maximize with respect to a variable "a". I have written the code like this ...
P Initiate's user avatar

15 30 50 per page
1
2 3 4 5
11