Skip to content

<<<<<<< HEAD

MicroSim Templates

Use an image ratio of 1.91:1

Use these templates to create a MicroSim that can be added to any website with just a single iframe HTML element.

1
2
<iframe src="https://dmccreary.github.io/intelligent-textbooks/sims/NAME/mains.html" width="600px" height="450px" scrolling="no"
  style="overflow: hidden;"></iframe>

Run the Circle Radius MicroSim

Edit this MicroSim

My MicroSim

You can include this MicroSim in your course by pasting the following HTML directly into your web page.

1
2
<iframe src="https://dmccreary.github.io/signal-processing/sims/SIM_NAME/main.html" height="480px" scrolling="no"
  style="overflow: hidden;"></iframe>

Run the MicroSim

Edit the MicroSim

MicroSim Description

In this demo, we use three range control sliders to change the ways a sine wave is drawn on a canvas. The three parameters are:

  1. amplitude
  2. period
  3. and phase

    5d9cbdd (updating content)