Vuvuzela filtering with parametric equalizers using System objects

This example filters out vuvuzela sounds from an audio stream using parametric equalizer filters.
1.7K 次下载
更新时间 2016/9/1

查看许可证

This soccer season, denoising the noise from the vuvuzela has become very popular, as many fans find the noise from this instrument distracting from the game. In this example, we analyze the vuvuzela spectrum and identify its fundamental and first few harmonic frequencies. We then use parametric equalizers to selectively filter out these frequencies.
Notch parametric equalizers are used to remove the vuvuzela frequencies. As the notch filters may also remove components of the speech signal at the vuvuzela frequencies, a peak parametric equalizer is used to boost the speech signal at the output of the notch filters.

Stream processing techniques are used to process the input audio in "frames", and the filtering is done in a stream processing loop as well. Output audio is stored as a WAV file, and also logged to the MATLAB workspace, where the output results can be analyzed further.

引用格式

Charulatha Kalluri (2024). Vuvuzela filtering with parametric equalizers using System objects (https://www.mathworks.com/matlabcentral/fileexchange/28068-vuvuzela-filtering-with-parametric-equalizers-using-system-objects), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Smoothing and Denoising 的更多信息
致谢

参考作品: Vuvuzela sound denoising algorithm

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2.0.1

Updated license

1.2.0.0

Minor code changes

1.1.0.0

Added copyright

1.0.0.0