-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
52 lines (51 loc) · 1.67 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: notebooks/00_Giris
parts:
- caption: Python ile sayısal sinyal işlemeye giriş
numbered: true
chapters:
- file: notebooks/01_TemelSinyaller_TemelIslemler
title: Temel Sinyaller, Temel İşlemler
- caption: Sayısal Sistemler
numbered: true
chapters:
- file: notebooks/02_SayisalSistemlereGiris
title: Sayısal Sistemlere Giriş
- file: notebooks/03_ZDonusumuVeSistemler
title: Z-Dönüşümü ve Sistemler
- caption: Spektrum Analizi
numbered: true
chapters:
- file: notebooks/04_SinyallerinFrekansSpektrumAnalizi
title: Sinyal spektrum analizi
- file: notebooks/05_MuzikSinyalleriSpektrumu
title: Müzik sinyalleri spektrum analizi
- caption: 'Müzik sinyali analiz: akustik öznitelikler'
numbered: true
chapters:
- file: notebooks/06_AkustikParam_LowLevelFeats
title: Müzik sinyali akustik özniteliklere giriş
- file: notebooks/07_OtomatikEnstrumanTanima
title: Akustik öznitelikler ile otomatik enstrüman tanıma
- caption: Müzik ezgi boyutu analizi
numbered: true
chapters:
- file: notebooks/08_EzgiAnalizi_FrekansKestirimi
title: Temel titreşim frekans kestirimi
- file: notebooks/09_EntonasyonAnalizi
title: Entonasyon Analizi
- caption: Müzik ritim boyutu analizi
numbered: true
chapters:
- file: notebooks/10_RitmikAnaliz
title: Ritmik Analiz
- caption: Ekler
chapters:
- file: notebooks/Ek1_PythonHizliTekrar
title: Ek-1 Python Hızlı Tekrar
- file: notebooks/Ek2_NumpyHizliTekrar
title: Ek-2 Numpy Hızlı Tekrar
- file: notebooks/Ek3_sayisalFiltreler
title: Ek-3 Sayısal Filtreler