<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">I hope someone can check out the analysis below. </div><div class=""><br class=""></div>If you look at the gap as a sampler, you can do the following analysis using Fourier methods:<div class=""><br class=""></div><div class="">A gap is a window on a continuous function. A perfect gap is a step function multiplying the continuous function. </div><div class=""><br class=""></div><div class="">In the Fourier domain, the Fourier transform of the continuous function on the input side of the gap is convolved with the Fourier transform of gap (the step function).</div><div class=""><br class=""></div><div class="">The Fourier transform of a step function is a sinc (sin(ax)/(ax)) function.</div><div class=""><br class=""></div><div class="">The width of the main lobe of the sinc is inversely proportional to the width of the gap.</div><div class=""><br class=""></div><div class="">Consequently, the smaller the width of the gap, the more a given frequency is distorted because the sinc is wider. Convolution applies the sinc at each frequency of the input function.</div><div class=""><br class=""></div><div class="">I think it gets more complicated when we add in sampling. If we take a number of samples that is proportional to the width of the gap, then as we make the gap smaller there are fewer samples, hence more reconstruction issues which is the second, often overlooked, part of the sampling theorem.</div><div class=""><br class=""></div><div class="">In the limit as the gap goes to zero width, there is no distortion to the continuous function but in the digital world you could have only a single sample.</div><div class=""><br class=""></div><div class="">Ed<br class=""><div class="">
<div>__________<br class=""><br class="">Ed Angel<br class=""><br class="">Founding Director, Art, Research, Technology and Science Laboratory (ARTS Lab)<br class="">Professor Emeritus of Computer Science, University of New Mexico<br class=""><br class="">1017 Sierra Pinon<br class="">Santa Fe, NM 87501<br class="">505-984-0136 (home)<span class="Apple-tab-span" style="white-space: pre;">               </span> <span class="Apple-tab-span" style="white-space: pre;">    </span><a href="mailto:edward.angel@gmail.com" class="">edward.angel@gmail.com</a><br class="">505-453-4944 (cell) <span class="Apple-tab-span" style="white-space: pre;"> </span><span class="Apple-tab-span" style="white-space: pre;">                  </span>http://www.cs.unm.edu/~angel<br class=""></div>
</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On Aug 14, 2021, at 10:39 AM, Stephen Guerin <<a href="mailto:stephen.guerin@simtable.com" class="">stephen.guerin@simtable.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">The images in my initial email may have not come through. Attached is a PDF of the message<br clear="all" class=""><div class=""><div dir="ltr" data-smartmail="gmail_signature" class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class="">_______________________________________________________________________<br class=""><a href="mailto:stephen.guerin@simtable.com" target="_blank" class="">Stephen.Guerin@Simtable.com</a><div class="">CEO, Simtable  <a href="http://www.simtable.com/" target="_blank" class="">http://www.simtable.com</a><br class=""><div class="">1600 Lena St #D1, Santa Fe, NM 87505<div class=""><div class="">office: (505)995-0206 <span style="font-size:12.8px" class="">mobile: (505)577-5828</span></div><div class=""><span style="font-size:12.8px" class="">twitter: @simtable</span></div><div class=""><span style="font-size:12.8px" class=""><a href="http://zoom.com/j/5055775828" target="_blank" class="">z</a><a href="http://oom.simtable.com/" target="_blank" class="">oom.simtable.com</a></span></div><div class=""></div></div></div></div></div></div></div></div></div></div></div><br class=""></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Aug 14, 2021 at 10:17 AM Stephen Guerin <<a href="mailto:stephen.guerin@simtable.com" target="_blank" class="">stephen.guerin@simtable.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr" class=""><div dir="ltr" class="">At yesterday's Virtual Friam I asked a question on diffraction and said I would send more background.<br class=""><br class="">The gist of my question is: <br class=""><br class=""><b class="">Even though I completely understand the micro-level rules that generate diffraction in the wave model described below,  I still don't have an intuition **how** the gaps in an obstacle have the emergent effect of diffracting waves when wavelengths >= gap width. Can anyone help?</b><br class=""><br class=""><br class="">Background:<br class="">The question arose from my mentoring NM School for the Arts high school students in the <a href="http://nmsupercomputingchallenge.org/" target="_blank" class="">NM Supercomputing Challenge</a> where the students simulated spatial acoustics by appropriating Saint-Venant equations used for shallow water waves to instead model acoustic pressure waves. We wrote a Netogo agent-based model with Python extension for reading / writing the sound files and simulating spatial acoustics.</div><div dir="ltr" class=""><br class=""><span id="cid:ii_ksbvdqhk0"><image.png></span><br class=""><br class=""></div><div dir="ltr" class=""><br class="">The students explored the effects of different room configurations on acoustics.  <br class=""><br class="">One configuration of interest was a wall gap illustrated below in the top right under Madelyn's video below. The wall gap is hard to see on right side.<br class=""><br class=""><span id="cid:ii_ksbz1gwy3"><image.png></span><br class=""><br class="">They simulated microphones in Netlogo by recording amplitudes at a patch (red dot below in top-right visualization of room) and simulated speakers (hard-to-see blue dot below red dot on other side of wall) by driving amplitudes at a patch from the time series of amplitudes in  .wav files (recordings of a singer and viola performance). They could hear, and through Fourier analysis, see the gap acting as a low-pass filter on the acoustic signal. ie, only the low frequencies were "bending" around the wall to reach the microphone. </div><div dir="ltr" class=""><br class=""></div><div dir="ltr" class="">You can see and listen to this effect and the spectrogram visualization <a href="https://youtu.be/61p97NWJiQ8?t=2117" target="_blank" class="">at time 33:11 in their presentation</a>.<br class=""><br class=""><span id="cid:ii_ksbx6zhp1"><image.png></span><br class=""><br class="">It took me a few weeks after their presentation in the NM Supercomputing Challenge - they got second place - to connect the low pass filter behavior to the concept of diffraction. Had this been a light model and I saw the rainbow effects I would have clued in much faster.  Their presentation was a month after finals and they <a href="https://youtu.be/61p97NWJiQ8?t=2761" target="_blank" class="">added this epilogue in the presentation above to identify the effect as diffraction.</a><br class=""><br class="">Their presentation included this <a href="https://youtu.be/BH0NfVUTWG4" target="_blank" class="">physical wavepool video demonstration</a> which was helpful to me to begin to understand the diffraction relationship with frequency and gap width.<br class=""><br class="">Note: my question is not about "describing" the behavior with macroscopic equations or geometric models but fundamentally how does the gap become a point source ala Huygens Principle at the micro-level of the patches interacting with the emergent waves. To help with the distinction, I consider t<a href="https://www.olympus-lifescience.com/en/microscope-resource/primer/java/diffraction/" target="_blank" class="">his interactive model </a> a great macroscopic description of the phenomenon that nicely illustrates the relationship of frequency and gap width but doesn't help me interpret the micro-level interactions giving rise to the diffraction effect in our simple shallow-water model.<br class=""><br class="">The students describe the details of the shallow water model at <a href="https://youtu.be/61p97NWJiQ8?t=870" target="_blank" class="">this point in their presentation</a>:<br class=""><span id="cid:ii_ksbzby8c5"><image.png></span><br class=""><br class=""><br class="">Here is my <a href="https://anysurface.com/sguerin/models/shallowWaterDoubleSlit.html" target="_blank" class="">simplified Netlogo wave model</a> of the same shallow water equations without the acoustics. It's set up to explore double slit but you can change it to single slit and mess with frequency and gap and watch the wave propagations, diffractions and interference patterns<br class=""><a href="https://anysurface.com/sguerin/models/shallowWaterDoubleSlit.html" target="_blank" class="">https://anysurface.com/sguerin/models/shallowWaterDoubleSlit.html</a><br class=""><span id="cid:ii_ksbz5z8m4"><image.png></span><br class=""><br class="">As a related aside, with some follow-up discussions with Ed Angel and Steve Smith I am also trying to understand how the gap might be considered a sampling function on the signal. My intuition is that the diffraction of the wave creates a spreader Sinc function and the gap is Rect function which are Fourier duals. In some way, i see <a href="https://en.wikipedia.org/wiki/Nyquist%E2%80%93Shannon_sampling_theorem" target="_blank" class="">Nyquist-Shannon Sampling Theorem</a> related to the gap. Note that diffraction creates a spreader function on the back wall in single gap experiments and the gap may be considered a Rect pulse when smaller than the wavelength.<br class=""><br class=""><span id="cid:ii_ksbxffke2"><image.png></span><br class=""><br class=""></div><div dir="ltr" class=""><br class=""><br clear="all" class=""><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class="">_______________________________________________________________________<br class=""><a href="mailto:stephen.guerin@simtable.com" target="_blank" class="">Stephen.Guerin@Simtable.com</a><div class="">CEO, Simtable  <a href="http://www.simtable.com/" target="_blank" class="">http://www.simtable.com</a><br class=""><div class="">1600 Lena St #D1, Santa Fe, NM 87505<div class=""><div class="">office: (505)995-0206 <span style="font-size:12.8px" class="">mobile: (505)577-5828</span></div><div class=""><span style="font-size:12.8px" class="">twitter: @simtable</span></div><div class=""><span style="font-size:12.8px" class=""><a href="http://zoom.com/j/5055775828" target="_blank" class="">z</a><a href="http://oom.simtable.com/" target="_blank" class="">oom.simtable.com</a></span></div></div></div></div></div></div></div></div></div></div></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
</blockquote></div></div>
</blockquote></div>
<span id="cid:f_ksc07acb6"><Diffracton_ minding the gap.pdf></span>- .... . -..-. . -. -.. -..-. .. ... -..-. .... . .-. .<br class="">FRIAM Applied Complexity Group listserv<br class="">Zoom Fridays 9:30a-12p Mtn GMT-6  <a href="http://bit.ly/virtualfriam" class="">bit.ly/virtualfriam</a><br class="">un/subscribe <a href="http://redfish.com/mailman/listinfo/friam_redfish.com" class="">http://redfish.com/mailman/listinfo/friam_redfish.com</a><br class="">FRIAM-COMIC <a href="http://friam-comic.blogspot.com/" class="">http://friam-comic.blogspot.com/</a><br class="">archives: <a href="http://friam.471366.n2.nabble.com/" class="">http://friam.471366.n2.nabble.com/</a><br class=""></div></blockquote></div><br class=""></div></body></html>