Synthesis – Plotting a 24 Sample Sine Wave

Today, I continued the class exercise of plotting a 24 sample Sine Wave using the formula below. Rather than using a calculator I created a formula in Excel to calculate each value

=1SIN(2PI()*Sample Cell/24)

By using the formula 1x Sin(2 x PI x (Phase) where Phase = Sample / Maximum Sample Number e.g. 1/24 = 0.26. From the results above I was able to plot the chart which shows a single Sine Wave.

Leave a comment