

InterviewSolution
Saved Bookmarks
1. |
Compare the intensities of maxima and minima in terms ofamplitude ratio |
Answer» <html><body><p></p>Solution :a. <a href="https://interviewquestions.tuteehub.com/tag/intensity-1047474" style="font-weight:bold;" target="_blank" title="Click to know more about INTENSITY">INTENSITY</a> (maximum or minimum) `prop` <a href="https://interviewquestions.tuteehub.com/tag/bandwidth-14801" style="font-weight:bold;" target="_blank" title="Click to know more about BANDWIDTH">BANDWIDTH</a> <br/> <a href="https://interviewquestions.tuteehub.com/tag/b-387190" style="font-weight:bold;" target="_blank" title="Click to know more about B">B</a>. Intensity (maximum) `I_("<a href="https://interviewquestions.tuteehub.com/tag/max-546895" style="font-weight:bold;" target="_blank" title="Click to know more about MAX">MAX</a>")prop(a_(1)+a_(2))^(2)` <br/> Intensity (minimum) `I_("minimum")prop(a_(1)-a_(2))^(2)` <br/> `:.(I_("max"))/(I_("min"))=((a_(1)+a_(2))^(2))/((a_(1)-a_(2))^(2))`</body></html> | |