Highpass Filter Sound Help
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Star Strider
2019-12-10
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!