Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please answer all parts clearly and completely with matlab code I. Find (the formula for) FWHM of a Gaussian y-G(x) in terms of the parameters

Please answer all parts clearly and completely with matlab code
image text in transcribed
I. Find (the formula for) FWHM of a Gaussian y-G(x) in terms of the parameters A, , w. The amplitude of y-G(x) is A, so need to solve for x the equation G(x)-A/2 But in general, only data values would be available, no formula, so finding FWHM would need to be done numerically. Think how FWHM can be found if we know only N points of a quantity y = F(x), (by reading the values from a data file, ie, from the pairs (xi , yi), i=1:N, which are stored in two arrays x and y. 2. Here is a strategy, write an algorithm for it, .Need to find the maximum value M (height of the peak), and the index where it occurs, call it ipeak, Set the cutoff level at half maximum: cut = M/2. Find the first xi (before ipeak, on the way up) at which yi2cut. Call it xLeft. Then find the first xi (after ipeak, on the way down) at which yi S cut. Call it xRight. . Then FWHM = xRight-Left

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

PC Magazine Guide To Client Server Databases

Authors: Joe Salemi

1st Edition

156276070X, 978-1562760700

More Books

Students also viewed these Databases questions

Question

What is the environment we are trying to create?

Answered: 1 week ago

Question

How would we like to see ourselves?

Answered: 1 week ago

Question

How can we visually describe our goals?

Answered: 1 week ago