About 8,790,000 results
Open links in new tab
  1. How to calculate the Fourier transform of a Gaussian function?

    You can easily google this if you want the answer, since the Fourier transform of the Gaussian has a special property. Do you know what $\int_ {-\infty}^\infty e^ {-x^2} dx$ is? (Hint: write …

  2. Reference for Dirac Delta function as gaussian

    Reference for Dirac Delta function as gaussian Ask Question Asked 7 years, 5 months ago Modified 7 years, 5 months ago

  3. matrix - 2d gaussian with matlab? - Stack Overflow

    Apr 17, 2022 · 1 I want to draw a gaussian in two dimension centered in the middle of the matrix with matlab. Right now I am doing with

  4. real analysis - Convolution of two gaussian functions

    Apr 16, 2016 · You should end up with a new gaussian : take the Fourier tranform of the convolution to get the product of two new gaussians (as the Fourier transform of a gaussian is …

  5. How can I fit a gaussian curve in python? - Stack Overflow

    Jun 11, 2017 · I'm given an array and when I plot it I get a gaussian shape with some noise. I want to fit the gaussian. This is what I already have but when I plot this I do not get a fitted …

  6. Expected value of a Gaussian - Mathematics Stack Exchange

    I am trying to find the expected value of a univariate gaussian distribution. After trying to calculate the integral by hand I noticed that my calculus is not good enough for it yet. (I would need

  7. Flat-top Gaussian distributions - Mathematics Stack Exchange

    Aug 23, 2020 · The super-Gaussian will spread out with increasing width, which would corresponds to an unphysical increase in blur with larger bead sizes. The question therefore …

  8. Asymmetric Gaussian Fit in Python - Stack Overflow

    Jul 4, 2020 · 5 I wrote something for J. Chem. Ed. [1] that involved fitting asymmetric Gaussian functions to data, you can find the core repo here [2] but below is a snippet on how I went …

  9. python - Super Gaussian fit - Stack Overflow

    Mar 20, 2020 · I would like to do the Super Gaussian curve fit because I need to consider the flat-top characteristics of the beam. Thus, I need a fit which optimizes also the P parameter. Does …

  10. How to Draw a Gaussian Curve in c# - Stack Overflow

    Apr 5, 2018 · I have problem in creating a data series for Gaussian curve. The code sample that i have mentioned above is correct or not to generate a series for Gaussian curve.