ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 12 Weeks Ago, 3 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 09 May 2017 My Price 8.00

Write a MATLAB or Octave program

Consider the audio system in a car. Some people like to hear a lot of bass. Give an equation, in your preference of time or frequency domain, for a bass boost.

 

2. Write a MATLAB or Octave program that, given a sequence, f[k], of samples in the time domain, calculates a filtered output y[k], given by the formula y[k]=-a_2[k-1]-a_1y[k-2]-a_0y[k-3]+b_3f[k]+b_2f[k-1]+b_1f[k-2]+b_0f[k-3]. The values y are outputs, k is an index into a sequence, (so if "now"=k, one sample in the past is k-1), there are coefficient vectors a and b, which can be input parameters to the function. Make up a sequence f. Plot the input f and that output, y.

 

3. Run your program with all of the a coefficients set to 0. Plot the input and output.

 

4.  Read http://meandering-through-mathematics.blogspot.com/2013/09/why-do-different-musical-instruments.html and discuss how you might design a computer generated musical instrument that had a novel musical sound.

Answers

(11)
Status NEW Posted 09 May 2017 08:05 AM My Price 8.00

-----------

Not Rated(0)