suggestion for the integrating the gaussian function
Show older comments
Can someone help me with how to integrate the following Gaussian function over x whose range is [0 16]. The problem occurs when I try to shift the signal over time t which ranges t = (-1000:2:1000)*1e^-9 and t0 = 100e-12;
bt = 2*exp(-0.5*((t-((2*x)/(2e^8)))/t0).^2)*attn
I tried with quad and trapezoid. I am getting errors related to numerical integration. Any help is appreciated.
thanks
3 Comments
Sean de Wolski
on 27 Jun 2011
What errors? Please report the full text of the error message or any unexpected results.
Neels
on 27 Jun 2011
anu chauhan
on 12 Jun 2016
also i am working with same problem kindly help me
Accepted Answer
More Answers (0)
Categories
Find more on Time and Frequency Domain Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!