Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
musicinformationretrieval-com
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
A.S.
musicinformationretrieval-com
Commits
6f3e6630
Commit
6f3e6630
authored
Jun 23, 2014
by
Steve Tjoa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finished signal representations
parent
af607205
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
367 additions
and
11 deletions
+367
-11
Table_of_Contents.ipynb
Table_of_Contents.ipynb
+6
-7
signal_representations.ipynb
notebooks/signal_representations.ipynb
+361
-4
No files found.
Table_of_Contents.ipynb
View file @
6f3e6630
{
"metadata": {
"name": "",
"signature": "sha256:
b7c48e9311519e2e338ab9072caa5072a49010b16e8889c33a77f42d92305d59
"
"signature": "sha256:
a93cc4cdf1c8fbbd85804e7a0e473a9b180d28565d809b3d7c092289fc56a746
"
},
"nbformat": 3,
"nbformat_minor": 0,
...
...
@@ -48,7 +48,7 @@
"level": 2,
"metadata": {},
"source": [
"
MIR Basics and Applications
"
"
Basic Signal Manipulation
"
]
},
{
...
...
@@ -58,8 +58,6 @@
"1. [Segmentation](notebooks/segmentation.ipynb)\n",
"1. [Signal Representations](notebooks/signal_representations.ipynb)\n",
"1. [Onset Detection](notebooks/onset_detection.ipynb)\n",
"1. [Beat Tracking](notebooks/beat_tracking.ipynb)\n",
"1. [Tempo Estimation](notebooks/tempo_estimation.ipynb)\n",
"1. [Exercise: Understanding Audio Features through Sonification](exercises/feature_sonification.ipynb)"
]
},
...
...
@@ -78,8 +76,10 @@
"1. [Feature Extraction](notebooks/feature_extraction.ipynb)\n",
"1. [Spectral Features](notebooks/spectral_features.ipynb)\n",
"1. [Tonal Descriptors: Pitch and Chroma](notebooks/)\n",
"1. [Onset Detection](notebooks/onset_detection.ipynb)\n",
"1. [Mel-Frequency Ceptral Coefficients](notebooks/mfcc.ipynb)"
"1. [Beat Tracking](notebooks/beat_tracking.ipynb)\n",
"1. [Tempo Estimation](notebooks/tempo_estimation.ipynb)\n",
"1. [Mel-Frequency Ceptral Coefficients](notebooks/mfcc.ipynb)\n",
"1. [Exercise: Instrument Classification using K-NN](exercises/knn_instrument_classification.ipynb)"
]
},
{
...
...
@@ -98,7 +98,6 @@
"1. [K-Means Clustering](notebooks/kmeans.ipynb)\n",
"1. [Nonnegative Matrix Factorization](notebooks/nmf.ipynb)\n",
"1. [Cross Validation](notebooks/cross_validation.ipynb)\n",
"1. [Exercise: Instrument Classification using K-NN](exercises/knn_instrument_classification.ipynb)\n",
"1. [Exercise: Unsupervised Instrument Classification using K-Means](exercises/)\n",
"1. [Exercise: Source Separation using NMF](exercises/nmf_source_separation.ipynb)"
]
...
...
notebooks/signal_representations.ipynb
View file @
6f3e6630
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment