How to normalize stereo audio?
古いコメントを表示
Hi, anyone know how to normalize audio if it has two channel (stereo). Thanks
3 件のコメント
Jan
2022 年 10 月 20 日
What do you call "normalize"? Maybe:
signal = signal ./ max(abs(Signal), [], 1);
Epri Pratiwi
2022 年 10 月 21 日
Jan
2022 年 10 月 21 日
Okay :-)
回答 (1 件)
Jan
2022 年 10 月 21 日
signal = signal ./ max(abs(Signal), [], 1);
カテゴリ
ヘルプ センター および File Exchange で Denoising and Compression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!