EQUALIZER

버전 1.1.0.1 (4.03 KB) 작성자: Jiro Doke
Equalizer GUI for winsound
다운로드 수: 10.8K
업데이트 날짜: 2016/9/1

라이선스 보기

EQUALIZER Audio equalizer GUI
EQUALIZER starts an equalizer for audio input on a PC. This is created as a demonstration of ANALOGINPUT and GUI. It performs real-time power spectral density estimation on acquired audio data and displays them in frequency bins. This may not be how a real equalizer works, so it should be used simply as a demo.

The top panels show the raw audio signals (time series), and the bottom two panels show the spectral densities. Clicking on the panels changes the colors of the signals.

Pressing the space bar (when the window is in focus) shrinks or grows the window to show all 4 panels or the bottom 2 panels. Pressing the escape key closes the equalizer.

It requires the Data Acquisition Toolbox. Also, it may only work on PCs since it uses the winsound adaptor. Because of the high sampling and refresh rate, it may consume significant processing power.

This will only work in MATLAB R14 or later (because it uses nested functions).

Example:
load handel;
equalizer;
soundsc(y, Fs);

인용 양식

Jiro Doke (2024). EQUALIZER (https://www.mathworks.com/matlabcentral/fileexchange/10569-equalizer), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2006b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Simulation, Tuning, and Visualization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.1

Updated license

1.1.0.0

Update license

1.0.0.0

Converted the code to use nested functions. This will only work with MATLAB R14 or later.