Speech signal power decrease speed
Afficher commentaires plus anciens
Hi,
I have designed a system/algorithm which attenuates speech signal. Now I would like to calculate using Matlab - from my system's output speech signal (a wav file) - the power of original signal and power of processed signal and see how fast it is attenuated let say -10dB. I expect that would happen in some tens (or hundreds) of msec's. What would be convenient way to calculate the powers and get the result? Best would be if I could plot the powers graphically. Any .m code example for this available?
If I calculate signal powers frame-by-frame (let say 10ms frames), the speech signal is changing too fast and not that visual?
Thanks,
Micke
6 commentaires
Mathieu NOE
le 27 Avr 2021
hi
why not plot the envelop of the signal ? you should be able to see that drop in amplitude
see : envelope Envelope detector.
[YUPPER,YLOWER] = envelope(X) returns the upper and lower envelopes of
the input sequence, X, using the magnitude of its analytic signal.
Mikael
le 27 Avr 2021
Mathieu NOE
le 27 Avr 2021
do you have already started to code ? maybe I can jump in if you have a code to share
Mikael
le 27 Avr 2021
Mathieu NOE
le 28 Avr 2021
hello
can you share the wav files as well ?
Mikael
le 3 Mai 2021
Réponses (0)
Catégories
En savoir plus sur Spectral Measurements dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!