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

Other questions on the subject: Engineering

image
Engineering, 04.07.2019 18:10, anna22684
Water at 70°f and streams enter the mixing chamber at the same mass flow rate, determine the temperature and the quality of the exiting stream. 0 psia is heated in a chamber by mixing it with saturated water vapor at 20 psia. if both streams enters the mixing chamber at the same mass flow rate, determine the temperature and the quality of the existing system.
Answers: 2
image
Engineering, 04.07.2019 18:10, lowkeyqueenk
Apipe with an outside diameter of 15 cm is exposed to an ambient air and surrounding temperature of -20°c. the pipe has an outer surface temperature of 65°c and an emissivity of 0.85. if the rate of heat loss from the pipe surface is 0.95 kw per meter of length, the external convective heat transfer coefficient (h) is: (a) 12.5 w/m"k (b) 18.6 w/mk (c) 23.7 w/mk (d) 27.9 w/mk (e) 33.5 w/mk
Answers: 1
image
Engineering, 04.07.2019 18:10, juansoto227711
Journeyman training is usually related (clo2) a)-to specific tasks b)-to cost analysis of maintenance task c)-to control process to ensure quality d)-to installation of machinery
Answers: 2
image
Engineering, 04.07.2019 19:10, kelseiroll9759
Ahelical coil spring has a mean diameter of 50 mm, a wire diameter of 5.5 mm and is wound with a pitch of 10 mm. the spring steel has an ultimate strength of 1250 mpa. find the force needed to compress the spring solid and the wire stress in this condition. state whether the spring will return to its initial length.
Answers: 1
You know the right answer?
1. create the echo signal load the 'matlab' speech signal with the command > > load mtlb then...

Questions in other subjects: