sasp

所属分类:物理/力学计算
开发工具:matlab
文件大小:0KB
下载次数:0
上传日期:2021-08-29 18:39:39
上 传 者sh-1993
说明:  语音和音频信号处理课程的编程练习,
(Programming exercises of the Speech and Audio Signal Processing course,)

文件列表:
ASR 1-Fundamentals and Feature Extraction/ (0, 2021-08-29)
ASR 1-Fundamentals and Feature Extraction/Exercise4_Script.pdf (113904, 2021-08-29)
ASR 1-Fundamentals and Feature Extraction/ceps_test_prep.m (1529, 2021-08-29)
ASR 1-Fundamentals and Feature Extraction/male_german.wav (1517048, 2021-08-29)
ASR 1-Fundamentals and Feature Extraction/mfcc.m (6320, 2021-08-29)
ASR 1-Fundamentals and Feature Extraction/mfcc_test.m (2741, 2021-08-29)
ASR 1-Fundamentals and Feature Extraction/mfcc_vocals_test.m (757, 2021-08-29)
ASR 1-Fundamentals and Feature Extraction/tapestry.wav (100806, 2021-08-29)
ASR 1-Fundamentals and Feature Extraction/vocals_herbert.mat (1282160, 2021-08-29)
ASR 1-Fundamentals and Feature Extraction/vocals_robert.mat (1164448, 2021-08-29)
ASR 2-Hidden Markov Models/ (0, 2021-08-29)
ASR 2-Hidden Markov Models/.directory (51, 2021-08-29)
ASR 2-Hidden Markov Models/ContinuousSpeechRec.fig (18833, 2021-08-29)
ASR 2-Hidden Markov Models/ContinuousSpeechRec.m (5779, 2021-08-29)
ASR 2-Hidden Markov Models/EMAlgorithm.fig (149397, 2021-08-29)
ASR 2-Hidden Markov Models/EMAlgorithm.m (36229, 2021-08-29)
ASR 2-Hidden Markov Models/EM_files/ (0, 2021-08-29)
ASR 2-Hidden Markov Models/EM_files/EM_step.m (721, 2021-08-29)
ASR 2-Hidden Markov Models/EM_files/Untitled.m (305, 2021-08-29)
ASR 2-Hidden Markov Models/EM_files/bayes_classifier.m (777, 2021-08-29)
ASR 2-Hidden Markov Models/EM_files/calculate_decision.m (571, 2021-08-29)
ASR 2-Hidden Markov Models/EM_files/master.m (2418, 2021-08-29)
ASR 2-Hidden Markov Models/EM_files/measure_rr.m (141, 2021-08-29)
ASR 2-Hidden Markov Models/EM_files/plot_datadist.m (928, 2021-08-29)
ASR 2-Hidden Markov Models/EM_files/simulate_test_sample.m (192, 2021-08-29)
ASR 2-Hidden Markov Models/EM_files/simulate_word.m (431, 2021-08-29)
ASR 2-Hidden Markov Models/EM_files/simulate_word1.m (433, 2021-08-29)
ASR 2-Hidden Markov Models/EM_files/simulate_word2.m (432, 2021-08-29)
ASR 2-Hidden Markov Models/Exercise5_Script.pdf (124031, 2021-08-29)
ASR 2-Hidden Markov Models/HMM/ (0, 2021-08-29)
ASR 2-Hidden Markov Models/HMM/ann_hmm.m (534, 2021-08-29)
ASR 2-Hidden Markov Models/HMM/assert.m (774, 2021-08-29)
ASR 2-Hidden Markov Models/HMM/baumwelch.m (2183, 2021-08-29)
ASR 2-Hidden Markov Models/HMM/baumwelch.mexglx (96142, 2021-08-29)
ASR 2-Hidden Markov Models/HMM/baumwelsh.m (2183, 2021-08-29)
ASR 2-Hidden Markov Models/HMM/gmix_view2.m (3484, 2021-08-29)
ASR 2-Hidden Markov Models/HMM/hmm2_accum.m (3183, 2021-08-29)
ASR 2-Hidden Markov Models/HMM/hmm2_accum.mexglx (98722, 2021-08-29)
ASR 2-Hidden Markov Models/HMM/hmm2_get_probs.m (857, 2021-08-29)
... ...

# MATLAB Programming exercises of the Speech and Audio Signal Processing course ### By [Soroosh Tayebi Arasteh](https://github.com/tayebiarasteh) | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) This repository contains the programming exercises of the Speech and Audio Signal Processing course (SS 2020, Prof. Dr.-Ing. Walter Kellermann) offered by the [Chair of Multimedia Communications and Signal Processing (LMS)](https://www.lms.tf.fau.eu/) of the [Electrical Engineering Department](https://www.eei.tf.fau.de/) at [University of Erlangen-Nuremberg (FAU)](https://www.fau.eu/). ## Context * The main goal of the project is to illustrate different algorithms and to try them out in some real-world applications. * The exercises are done in `MATLAB`. * Every exercise contains a `.pdf` script file which explains the exercise's protocol. * All the source files are provided by the [Chair of Multimedia Communications and Signal Processing (LMS)](https://www.lms.tf.fau.eu/). #### Overview of the project: - **Representation of Signals-General**: Introduces the simulation language within a basic discrete-time signal processing context and goes on to the illustration of some important fundamentals on the representation of statistical signals. Linear mean, variance, white noise, normal distribution, ACF, PSD, basic filtering, pdf... . `intermediate.m` file contains the solutions for all the required exerimentations. - **Representation of Speech and Audio Signals**: Analysis of speech and audio signals and basic estimation methods. Stationarity, Ergodicity, Long-Term and Short-Time Analysis of ACF and PSD, Periodogram, Welch and Bartlett methods, Pitch estimation. - **Speech Coding**: Linear prediction: forward vs. backward, Psychoacoustics: the foundation for audio coding (e.g. MPEG audio). - **ASR 1-Fundamentals and Feature Extraction**: Cepstral Analysis and Liftering - **ASR 2-Hidden Markov Models**: Decoding feature vectors in order to obtain the text that was originally spoken. Isolated Word Recognition, Continuous Speech Recognition, Acoustic Modeling, Training of HMMs, Viterbi algorithm. - **Acoustic Human-Machine Interface**: Acoustic Source Localization, Beamforming, Acoustic Echo Cancellation ## In progress ....

近期下载者

相关文件


收藏者