How to normalize stereo audio?

Hi, anyone know how to normalize audio if it has two channel (stereo). Thanks

댓글 수: 3

What do you call "normalize"? Maybe:
signal = signal ./ max(abs(Signal), [], 1);
Epri Pratiwi
Epri Pratiwi 2022년 10월 21일
Yes!!
Jan
Jan 2022년 10월 21일
Okay :-)

댓글을 달려면 로그인하십시오.

답변 (1개)

Jan
Jan 2022년 10월 21일

0 개 추천

signal = signal ./ max(abs(Signal), [], 1);

카테고리

도움말 센터File Exchange에서 Denoising and Compression에 대해 자세히 알아보기

질문:

2022년 10월 20일

댓글:

Jan
2022년 10월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by