How to normalize stereo audio?
Ältere Kommentare anzeigen
Hi, anyone know how to normalize audio if it has two channel (stereo). Thanks
3 Kommentare
Jan
am 20 Okt. 2022
What do you call "normalize"? Maybe:
signal = signal ./ max(abs(Signal), [], 1);
Epri Pratiwi
am 21 Okt. 2022
Jan
am 21 Okt. 2022
Okay :-)
Antworten (1)
Jan
am 21 Okt. 2022
signal = signal ./ max(abs(Signal), [], 1);
Kategorien
Mehr zu Denoising and Compression finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!