跳到主要內容

臺灣博碩士論文加值系統

(44.211.84.185) 您好!臺灣時間:2023/05/30 07:17
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:閻韋翰
研究生(外文):Wei-han Yen
論文名稱:一個即時音訊節奏辨識系統之設計
論文名稱(外文):Design of a Real-Time Audio Tempo Tracking System
指導教授:吳傳嘉
學位類別:碩士
校院名稱:國立臺灣科技大學
系所名稱:電機工程系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2008
畢業學年度:96
語文別:中文
論文頁數:51
中文關鍵詞:節奏節奏辨識Aubio拍點追蹤音符起始點偵測
外文關鍵詞:TempoTempo detectionAubioBeat trackingOnset detection
相關次數:
  • 被引用被引用:0
  • 點閱點閱:486
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
本文主要為實作一個即時性的音樂節奏偵測系統,以Aubio(一個分類處理audio的系統)為基礎,來搜尋出近似人類的節拍知覺,在不需要任何樂器資訊與演奏風格的條件下,直接對某些格式音樂信號進行節拍辨識。
利用Aubio系統中,音符演奏點的偵測和節奏追蹤的功能,即時輸入音樂信號,預測出節拍的位置,並加上額外的分析和調整,找出最接近人類知覺的自然擊拍行為,最後與MPlayer播放器加以結合顯示。
This article is focused on a real-time music tempo detection system. Using Aubio, a audio categorization database, to search for a near-human tempo perception without any information on the instruments used or the genre of music. This allows for a direct tempo recognition for certain music signals.

Utilizing the onset detection and beat tracting functions in the Aubio Database, we are able to predict the tempo position by real-time input of music signals.With addition analysis and adjustments, it is possible to find the closet resemblance to natural human perception of tempo behaviours and combine with mplayer later for exhibition.
論文摘要 I
Abstract II
致謝 III
目錄 IV
圖目錄 VI
表目錄 VIII
第一章 緒論 1
1.1 研究背景 1
1.2 研究目的 3
1.3 論文架構 4
第二章 音樂的節奏與辨識的演算法 5
2.1音樂的組成元素 5
2.1.1節奏 5
2.1.2旋律 5
2.1.3和聲 5
2.2人類對於節奏的感知 6
2.3 辨識節奏的問題 7
2.4 節奏辨識的演算法 7
2.4.1 Aubio系統 8
2.4.2 Aubio節奏辨識演算法工作原理 11
第三章 Aubio演算法的改進 18
3.1 Aubio系統輸出結果分析 18
3.2 動態等時距節奏直方圖法 20
3.3 起始節拍點誤差與調校 24
第四章 節奏偵測系統實作 27
4.1工作平台介紹 27
4.1.1 Linux 27
4.1.2 VMware 28
4.2編譯Aubio 31
4.3 MPlayer 34
4.3.1 MPlayer簡介 34
4.3.2 MPlayer的編譯 37
4.4與節奏偵測系統的合併 38
4.5如何顯示介面 39
第五章 系統效能測試與硬體實現的可行性 41
5.2效能檢測 43
5.3硬體實現的可能性 44
第六章 結論 47
6.1總結 47
6.2未來的發展 47
參考文獻 48
[1] E.W. Large and J. F. Kolen, “Resonance and the perception of musical meter,” Connection Science, vol. 6, pp. 177-208, 1994.
[2] P. Toivianen, “An interactive midi accompanist,” Computer Music Journal, vol. 22, no. 4, pp. 63-75, 1998.
[3] D. Rosenthal, “Emulation of human rhythm perception,” Computer Music journal, vol. 16, no. 1, pp. 64-76, 1992.
[4] J. C. Brown, “Determination of the meter of musical scores by autocorrelation,” Journal of the Acoustical Society of America, Vol. 94, No. 4, 1993.
[5] C. Raphael, “Automated rhythm transcription,” Proceedings of International Symposium on Music Information Retrieval, pp. 99-107, 2001.
[6] S. Dixon, “Automatic extraction of tempo and beat from expressive performance,” Journal of New Music Research, vol. 30, no. 1, pp. 39-58, 2001.
[7] J. Laroche “Efficient tempo and beat tracking in audio recordings,” Journal of the Audio Engineering Society, Vol. 51, No. 4, 2003.
[8] D. P. Ellis, “Beat tracking with dynamic programming,” Proceeding of the 2nd Music Information Retrieval Evaluation eXchange (MIREX 2006), 2006.
[9] G. Peeters. “Template-based estimation of time-varying tempo,” EURASIP Journal on Advances in Signal Processing, pp.14, 2007.
[10] E.D. Scheirer, “Tempo and beat analysis of acoustic musical signals,” Journal of Acoustical Society of America, vol. 103, no. 1, pp. 588–601, 1998.
[11] M. Goto, “An audio-based real-time beat tracking system for music with or without drum-sounds,” vol. 30, no. 2, pp. 159-171, June 2001.
[12] P. E. Allen and R. B. Dannenberg, “Tracking musical beats in real time,” Proceedings of International Computer Music Conference, pp. 140-143, 1990.
[13] M. E. P. Davies and M. D. Plumbley, “Causal tempo tracking of audio,” Proceedings of the 5th International Conference on Music Information Retrieval (ISMIR 2004), Barcelona, Spain, 2004.
[14] M. E. P. Davies, P. Brossier and M. D. Plumbley. “Beat Tracking Towards Automatic Musical Accompaniment,” In Proceedings of the AES 118th Convention, Barcelona, 2005.
[15] 虞敬業, “音樂節拍辨識,” 國立台灣大學電機工程學研究所碩士論文, 2002.
[16] http://aubio.org/doc/files.html資料庫中所有的函數列表.
[17]http://aubio.org/news/screenshots應用Aubio實現的軟體WaveSurfer.
[18] http://aubio.org/news/screenshots應用Aubio實現的軟體Audacity.
[19] http://aubio.org/news/screenshots應用Aubio實現的軟體插件Audacity Plugin.
[20] http://aubio.org/news/screenshots應用Aubio實現的軟體Live.
[21] J. P. Bello, L. Daudet, S. Abdallah, C.Duxbury, M.E. Davies and M. B. Sandler “A tutorial on onset detection in music signals”, IEEE.
[22] 張柏雄, “中文語音情緒之自動辨識,” master thesis of Engineering Science department of the National Cheng Kung University, 2002.
[23] 王玉, “以內容為基礎的音頻信號之切割與分類之研究,” 國立成功大學碩士論文, 民國90年。
[24] L. Rabiner, and R. Schafer, “Digital processing of speech signals,” Prentice-Hall, Inc., N. J, 1978.
[25] P. Masri. “Computer modeling of sound for transformation and synthesis of musical signal,” PhD dissertation, University of Bristol, UK, 1996.
[26] J.P. Bello, M. P. Davies, and M. B. Sandler, “Phase-based note onset detection for music signals,” In Proceedings of the IEEE International Conference on Acoustics Speech and Signal Processing, pp. 441-444, Hong-Kong, 2003.
[27] J. Foote and S. Uchihashi, “The beat spectrum: a new approach to rhythm analysis,” In IEEE International Conference on Multimedia and Expo (ICME 2001), pp. 881-884, Tokyo, Japan, August 2001.
[28] S. Hainsworth and M. Macleod, “Onset detection in music audio signals,” In Proceedings of the International Computer Music Conference (ICMC), Singapore, 2003.
[29] C. Duxbury, M. E. Davies, and M. B. Sandler, “Complex domain onset detection for musical signals,” In Proceedings of the Digital Audio Effects Conference, DAFx-03, pp. 90-93, London, UK, 2003.
[30] P. Masri and A. Bateman “Improved modelling of attack transients in music analysis-resynthesis,” Proceedings of International Computer Music Conference, pp. 100-103, 1996.
[31] J. P. Bello, C. Duxbury, M. E. Davies and M. B. Sandler, “On the use of phase and energy for musical onset detection in the complex domain”, IEEE Signal Processing Letters, Vol. 11, No. 6, pp. 553-556, June 2004.
[32] C. Duxbury, “Signal models for polyphonic music,” Ph.D. Thesis (submitted), Department of Electronic Engineering, Queen Mary, University of London, 2004.
[33] P. Fraisse, “Rhythm and tempo,” In D. Deutsch, editor, The Psychology of Music, Academic Press, 1982.
[34] http://phys.thu.edu.tw/~ctshih/teach/linux_intro1/linux_introduction_1.htm, Linux簡介.
[35] http://linux.vbird.org/, Linux的特色與優點.
[36] http://sun.cis.scu.edu.tw/~89b13/Linux/Linux_2.htm, VMware簡介.
[37] http://aubio.org/pub/, 下載aubio-0.3.2.tar.gz檔.
[38] http://www.fftw.org/download.html, 下載fftw-3.1.2.tar.gz檔.
[39] http://www.mega-nerd.com/libsndfile/#Download, 下載libsndfile-1.0.17.tar.gz檔
[40] http://www.mega-nerd.com/libsamplerate/download.html, 下載libsamplerate-0.1.3.tar.gz檔.
[41] http://jackaudio.org/download, 下載jack-audio-connection-kit-0.109.2.tar.gz.檔.
[42] http://www.alsa-project.org/main/index.php/Main_Page, 下載alsa-lib-1.0.16.tar.bz2檔.
[43] M. Bosi, R. E. Goldberg, “Introdution to Digital Audio Coding and Standard,” Kluwer Academic Publishers, 2003.
[44]陳立峰, 余兆棠, 侯安桑, “基於ARM-9實現可攜式無線多媒體播放系統,” 第一屆智慧生活科技研討會(ILT’06)論文集, 勤益技術學院, 2006.
[45] MPlayer官方網站 http://www.mplayerhq.hu
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top