How do you apply amplitude modulation to a wav file?

8 views (last 30 days)
I would like to apply AM to a wav file, but I'm not sure how to go about it

Accepted Answer

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 11 Oct 2019
Hi,
1st you would need to read the wav file with: [YY, fs] = audioread('MY_wav.wav');
then perform the AM operations with yx = ammod(YY, Fc, Fs). How to do it shown here.
Good luck.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!