From 4595ce14d015a1ac3983223b71949d19806b2fac 2013-10-23 20:58:12 From: David Österberg Date: 2013-10-23 20:58:12 Subject: [PATCH] Run the Audio cells in the Part 5 example notebook --- diff --git a/examples/notebooks/Part 5 - Rich Display System.ipynb b/examples/notebooks/Part 5 - Rich Display System.ipynb index 633d966..dc16b32 100644 --- a/examples/notebooks/Part 5 - Rich Display System.ipynb +++ b/examples/notebooks/Part 5 - Rich Display System.ipynb @@ -519,7 +519,25 @@ ], "language": "python", "metadata": {}, - "outputs": [] + "outputs": [ + { + "html": [ + "\n", + " \n", + " " + ], + "metadata": {}, + "output_type": "pyout", + "prompt_number": 7, + "text": [ + "" + ] + } + ], + "prompt_number": 7 }, { "cell_type": "markdown", @@ -538,7 +556,7 @@ "max_time = 3\n", "f1 = 220.0\n", "f2 = 224.0\n", - "rate = 44100.0\n", + "rate = 8000.0\n", "L = 3\n", "times = np.linspace(0,L,rate*L)\n", "signal = np.sin(2*np.pi*f1*times) + np.sin(2*np.pi*f2*times)\n", @@ -547,7 +565,25 @@ ], "language": "python", "metadata": {}, - "outputs": [] + "outputs": [ + { + "html": [ + "\n", + " \n", + " " + ], + "metadata": {}, + "output_type": "pyout", + "prompt_number": 8, + "text": [ + "" + ] + } + ], + "prompt_number": 8 }, { "cell_type": "heading",