<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ideas on Waveu: Crafting Waveforms with ESP32</title><link>https://waveu.tinyalg.com/docs/ideas/</link><description>Recent content in Ideas on Waveu: Crafting Waveforms with ESP32</description><generator>Hugo</generator><language>en</language><atom:link href="https://waveu.tinyalg.com/docs/ideas/index.xml" rel="self" type="application/rss+xml"/><item><title>Lissajous Curve</title><link>https://waveu.tinyalg.com/docs/ideas/lissajous/</link><pubDate>Fri, 24 Jan 2025 09:00:00 +0900</pubDate><guid>https://waveu.tinyalg.com/docs/ideas/lissajous/</guid><description>&lt;h1 id="lissajous-curve">
 Lissajous Curve
 &lt;a class="anchor" href="#lissajous-curve">#&lt;/a>
&lt;/h1>
&lt;p>&lt;a href="https://colab.research.google.com/github/tinyalg/waveu-ideas/blob/main/examples/lissajous/docs/lissajous.ipynb">&lt;img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" />&lt;/a>&lt;/p>
&lt;p>A Lissajous figure is a visual representation of the relationship between two periodic signals plotted against each other in an X-Y coordinate system, with its shape determined by the signals&amp;rsquo; frequency ratio, phase difference, and amplitudes.
&lt;figure class="custom-figure">&lt;img src="https://waveu.tinyalg.com/images/lissajous_oscilloscope.png"
 alt="300 Hz and 200 Hz sine waves (top) and their corresponding Lissajous curve (bottom), illustrating the relationship between frequency ratios and phase differences." width="50%">&lt;figcaption>
 &lt;p>Figure: 300 Hz and 200 Hz sine waves (top) and their corresponding Lissajous curve (bottom), illustrating the relationship between frequency ratios and phase differences.&lt;/p></description></item><item><title>Amplitude Modulation</title><link>https://waveu.tinyalg.com/docs/ideas/am/</link><pubDate>Fri, 24 Jan 2025 09:00:00 +0900</pubDate><guid>https://waveu.tinyalg.com/docs/ideas/am/</guid><description>&lt;h1 id="amplitude-modulation-example">
 Amplitude Modulation Example
 &lt;a class="anchor" href="#amplitude-modulation-example">#&lt;/a>
&lt;/h1>
&lt;p>&lt;a href="https://colab.research.google.com/github/tinyalg/waveu-ideas/blob/main/examples/am/docs/am.ipynb">&lt;img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" />&lt;/a>
&lt;a href="https://github.com/tinyalg/waveu-ideas/tree/main/examples/am">&lt;img src="https://img.shields.io/badge/Run%20on-ESP32-orange?logo=espressif" alt="Run on ESP32" />&lt;/a>&lt;/p>
&lt;h2 id="1-what-is-amplitude-modulation">
 1. What is Amplitude Modulation?
 &lt;a class="anchor" href="#1-what-is-amplitude-modulation">#&lt;/a>
&lt;/h2>
&lt;p>Amplitude Modulation (AM) is a method of modulating a carrier wave by varying its amplitude in proportion to the amplitude of the input signal, typically a low-frequency audio signal. The carrier wave&amp;rsquo;s frequency remains constant, but its amplitude fluctuates according to the instantaneous amplitude of the modulating signal.
&lt;figure class="custom-figure">&lt;img src="https://waveu.tinyalg.com/images/am_oscilloscope.png"
 alt="Amplitude-modulated wave with a carrier frequency of 500 Hz and a modulation frequency of 100 Hz." width="50%">&lt;figcaption>
 &lt;p>Figure: Amplitude-modulated wave with a carrier frequency of 500 Hz and a modulation frequency of 100 Hz.&lt;/p></description></item><item><title>Sweep Wave</title><link>https://waveu.tinyalg.com/docs/ideas/sweep/</link><pubDate>Sat, 01 Feb 2025 09:00:00 +0900</pubDate><guid>https://waveu.tinyalg.com/docs/ideas/sweep/</guid><description>&lt;h1 id="sweep-wave">
 Sweep Wave
 &lt;a class="anchor" href="#sweep-wave">#&lt;/a>
&lt;/h1>
&lt;p>&lt;a href="https://colab.research.google.com/github/tinyalg/waveu-ideas/blob/main/examples/sweep/docs/sweep.ipynb">&lt;img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" />&lt;/a>
&lt;a href="https://github.com/tinyalg/waveu-ideas/tree/main/examples/sweep">&lt;img src="https://img.shields.io/badge/Run%20on-ESP32-orange?logo=espressif" alt="Run on ESP32" />&lt;/a>&lt;/p>
&lt;p>A &lt;strong>sweep wave&lt;/strong> is a waveform where the frequency gradually changes over time instead of remaining constant. This gradual shift in frequency is useful for analyzing system responses, testing circuits, and generating special sound effects.&lt;/p>
&lt;figure class="custom-figure">&lt;img src="https://waveu.tinyalg.com/images/sweep_10s.png"
 alt="(a)Frequency at midpoint of the sweep (starting from 100Hz, approaching 1000Hz)" width="50%">&lt;figcaption>
 &lt;p>Figure: (a)Frequency at midpoint of the sweep (starting from 100Hz, approaching 1000Hz)&lt;/p>
 &lt;/figcaption>
&lt;/figure>

&lt;figure class="custom-figure">&lt;img src="https://waveu.tinyalg.com/images/sweep_20s.png"
 alt="(b)End of the sweep at 1000Hz" width="50%">&lt;figcaption>
 &lt;p>Figure: (b)End of the sweep at 1000Hz&lt;/p></description></item></channel></rss>