Skip to content

Commit

Permalink
Editted tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
LHGreen committed Nov 20, 2024
1 parent 9118866 commit c39f724
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 70 deletions.
22 changes: 11 additions & 11 deletions docs/tutorial/06_population_modeling.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/tutorial/auditory_filternet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "55b31aa4",
"metadata": {},
"source": [
"# Auditory Stimuli Inputs using FilterNet\n",
"# Chapter 8: Auditory Stimuli Inputs using FilterNet\n",
"\n",
"* Allows users to use audio wav files as stimuli for virtual neurons with filters that detect spectral and temporal modulation\n",
"\n",
Expand Down Expand Up @@ -511,7 +511,7 @@
"from scipy import signal\n",
"from scipy.io import wavfile\n",
"\n",
"fig, ax0 = plt.subplots(1, 1, figsize = (6,3.5),sharex=True)\n",
"fig, ax0 = plt.subplots(1, 1, figsize = (6,3.5), sharex=True)\n",
"\n",
"sample_rate, samples = wavfile.read('sim_aud/audio/sa1.wav')\n",
"frequencies, times, spectrogram = signal.spectrogram(samples, sample_rate)\n",
Expand Down
60 changes: 30 additions & 30 deletions docs/tutorial/bionet_disconnected_sims.ipynb

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions docs/tutorial/cell_placement.ipynb

Large diffs are not rendered by default.

17 changes: 8 additions & 9 deletions docs/tutorial/dynamic_synapses.ipynb

Large diffs are not rendered by default.

0 comments on commit c39f724

Please sign in to comment.