You do not have to code anything in matlab. I just need helpwith all of the hand calculations. thank you
AM signal for given rectangular message signal given in figure 2 and carrier signal c(t) = cos(2n1000t) with the amplitude sensitivity for k = 0.75 and ka = 1 a. Find AM Signal and plot it for 0 st ≤ 0.04s with MATLAB b. Find spectrum of AM signal and plot it with MATLAB. c. Find the Power of AM signal d. Find demodulation signal and plot it for 0 ≤ t ≤ 0.04s with MATLAB 1.5 1 0.5 0 -0.5 -1 0.006 0.01 0.015 0.02 0.025 0.03 0.035 t Figure 2. Rectangular Signal 0.04 close all; clear all; clc. fs=25000; %sampling frequency t=0:1/fs:0.04; V=1; fm=100; m-V*square (2*pi*fm*t, 50); stairs (t, x) grid on axis ([e 4e-2 -1.5 1.5]) xlabel ('t¹) ylabel ('m(t)')
You do not have to code anything in matlab. I just need help with all of the hand calculations. thank you
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am