You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Fs=10000;
N=10000;
n=0:N-1;
t=n/Fs;
fc = 300;
x = sin(2*pi*15*t);
ydouble = ammod(x,fc,fs);
figure (3)
plot(t,ydouble)
xlabel('t(s)');
ylabel('y1');
title('Amplitude Modulation Signal')
axis([0 0.5 -1.5 1.5])
Cite As
Akbar Syahbani (2026). ammod (https://in.mathworks.com/matlabcentral/fileexchange/107914-ammod), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0 (7.48 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
|
