How to convolve a known gaussian distribution to a curve?
3 次查看(过去 30 天)
显示 更早的评论
%I have a measured data file in the attached file. load data.mat x1=data(:,1); y1=data(:,2); % and I know the resolution is a gaussian distribution as: y=(1/(sqrt(2*pi)*0.2123))*exp(-(x-x1)*(x-x1)/(2*0.2123*0.2123));
how to convolve this gaussian distribution to the data curve and get the convolved curve?
Thanks...
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!