Add echo to audio recording
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Write a function output = echo_gen(input, fs, delay, gain); Where input is a column vector, fs is sampling rate, delay is delay and gain is the gain of the echo, which is less than 1. The output vector will be longer than the input vector if the delay is not zero (round to the nearest number of points needed to get the delay, as opposed to floor or ceil). A sound recording has values between -1 and 1, so if the echo causes some values to be outside of this range, you will need to normalize the entire vector, so that all values adhere to this requirement. I have no idea how to approach this, as I have only ever worked with basic matrices as opposed to actual signals in MATLAB.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Measurements and Spatial Audio dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!