Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

matlab code 2. (4.5 points) Implement a function to calculate the cepstral coefficients of an audio file. You will then use your function to analyze

matlab code image text in transcribed
2. (4.5 points) Implement a function to calculate the cepstral coefficients of an audio file. You will then use your function to analyze the timbre of note samples of three instruments. a. (1 point) Write a function named "myCeps" to calculate the first several cepstral coefficients of a frame of audio. The input/output specifications of the function are as follows function cc myCeps (x, p, fftLen) % Calculate the linear frequency cepstral coefficients by performing discrete cosine transform (DCT) on the positive- f requency log-magnitude spectrum or performing FFT on the full- f requency log-magnitude spectrum of the input waveform. % ,Input : one frame of audio waveform (windowed signal) : the number (order) of cepstral coefficients 8fftLen: fft length when calculating the spectrum of x % Output

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database Administration The Essential Reference

Authors: Brian Laskey, David Kreines

1st Edition

1565925165, 978-1565925168

More Books

Students also viewed these Databases questions

Question

310 23. Given cos=- and tane > 0, 10 determine csc and tane.

Answered: 1 week ago

Question

Conduct an effective performance feedback session. page 360

Answered: 1 week ago