Highpass Filter Sound Help
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Derick Trinidad
le 10 Déc 2019
Commenté : Star Strider
le 10 Déc 2019
Good afternoon,
I need to to apply fft()function to recorded audio and also apply highpass filter through it at different frequencies. It graphs just fine but i need help playing sound. I was thinking of storing each graph in an array and playing each sound at each position of the array, but i'm having problems storing these signals in an array.
Is there a more efficient way on doing this?
Please help and thank you.
0 commentaires
Réponse acceptée
Star Strider
le 10 Déc 2019
Store the filtered signals in a cell array (easiest). Then use the playblocking function to play them back one after the other so they do not all play at the same time.
3 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Audio and Video Data dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!