Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PRE-LAB Assume that the sampling rate is 5 times the baseband bandwidth, (i.e. 5 50 kHzsf B= = ). 1. Compute the sampled waveform when
PRE-LAB Assume that the sampling rate is 5 times the baseband bandwidth, (i.e. 5 50 kHzsf B= = ). 1. Compute the sampled waveform when the message is ( ) 2cos(2 10,000 )x t t = with ideal sampling. 1. Plot the sampled waveform in time domain. 2. Plot the two-sided amplitude spectrum of the sampled waveform Figure 1. x(t) and x s (t) waveform in time domain. f=10000; fs=50000; t=0:1e-6:0.3e-3; x=2*cos(2*pi*f*t); plot(t,x) n=0:1:15; xn=2*cos(2*pi*f/fs*n); time=n/fs; hold on; stem(time, xn) stem(time, xn,'r') xlabel ('time[s]') ylabel ('x(t), x(n)') grid on
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started