subject
Engineering, 24.12.2019 07:31 timijebs

1. create the echo signal load the 'matlab' speech signal with the command > > load mtlb then type who to see your variables. you can listen to the signal mtlb with the command soundsc(mtlb, fs), provided your computer has a sound card. you should hear the phrase 'matlab'. for convenience, lets redefine this to be x by typing x = mtlb; . make a plot of the signal x versus time (in seconds). you will need the sampling frequency fs which is loaded when you typed load mtlb. you should find that the speech signal is about 0.55 seconds in duration.

2. how do you find the exact duration of this signal in seconds?
3. we can create an echo by filtering this signal with the following difference equation: y(n) = x(n) +a x(n - n) where x(n) is the echo-free speech signal, which has been delayed by n samples and added back in with its amplitude scaled by a. this is a reasonable model for an echo resulting from the signal reflecting off an absorbing surface like a wall. the delay parameter to in seconds is n/f, where f, is the sampling frequency. (can you explain why? ) what is the impulse response of this system?

4. lets add an echo to the signal with a delay of to = 0.12 seconds and an amplitude of a=0.8. what is the delay n in samples? based on the difference equation, create an echo version of the signal x using the command y = conv(h, x); . what is h? listen to the output of the difference equation. do you hear the echo?

ansver
Answers: 2

Another question on Engineering

question
Engineering, 04.07.2019 03:10
What precautions should you take to prevent injuries when dealing with heavy loads?
Answers: 1
question
Engineering, 04.07.2019 18:10
During a steady flow process, the change of energy with respect to time is zero. a)- true b)- false
Answers: 2
question
Engineering, 04.07.2019 18:20
Have a greater impact on maintenance productivity than any other support group. (clo5) a)-the top management b)-inventory and purchasing c)-sub-contracting d)-cmms
Answers: 2
question
Engineering, 04.07.2019 18:20
Apiston-cylinder device contains 0.1 m3 of liquid water and 0.9 m3 of water vapor in equilibrium at 800 kpa. heat is transferred at constant pressure until the temperature of water reaches 350 °c. determine (a) the quality of water at the initial state (b) the work associated with this process, (c) the heat associated with this process.
Answers: 2
You know the right answer?
1. create the echo signal load the 'matlab' speech signal with the command > > load mtlb then...
Questions
question
Mathematics, 23.03.2021 14:00
question
Mathematics, 23.03.2021 14:00
question
Mathematics, 23.03.2021 14:00
Questions on the website: 13722361