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 18:10
Fluids at rest possess no flow energy. a)- true b)- false
Answers: 3
question
Engineering, 04.07.2019 18:10
Ajournal bearing has a journal diameter of 3.250 in with a unilateral tolerance of 20.003 in. the bushing bore has a diameter of 3.256 in and a unilateral tolerance of 0.004 in. the bushing is 2.8 in long and supports a 700-lbf load. the journal speed is 900 rev/min. find the minimum oil film thickness and the maximum film pressure for both sae 20 and sae 20w-30 lubricants, for the tightest assembly if the operating film temperature is 160°f. a computer code is appropriate for solving this problem.
Answers: 3
question
Engineering, 04.07.2019 18:10
Which of the following components of a pid controlled accumulates the error over time and responds to system error after the error has been accumulated? a)- proportional b)- derivative c)- integral d)- on/off.
Answers: 2
question
Engineering, 04.07.2019 18:10
Manometers are good examples of measuring instruments, nowadays they are not as common as before. a)-capacitive probe gauges b)-gravitational gauges deformation ) gauges d)-digital gauges
Answers: 1
You know the right answer?
1. create the echo signal load the 'matlab' speech signal with the command > > load mtlb then...
Questions
question
Mathematics, 01.08.2019 00:00
question
Mathematics, 01.08.2019 00:00
question
Biology, 01.08.2019 00:00