In Lab 2, you learned
- various plotting techniques
- how to create an exponentially faded version
of a given sinusoidal signal.
In this assignment, you will be working with two sinusoidal
signals. The higher-frequency signal
c(t) = cos(2*pi*F*t) (where F is in Hertz)
will be referred to as "carrier"; while the lower-frequency
signal
v(t) = 1.5 + cos(2*pi*f*t + q) (f in Hz, again)
will be referred to as "envelope". Note that the envelope has
a positive offset of 1.5 units.
In amplitude modulation (AM), the envelope multiplies the carrier
and the resulting product signal
x(t) = v(t)*c(t)
is the AM signal.
_________________________________________________________________
Your code should generate three signal vectors. Plot them in a
SINGLE figure consisting of THREE subplots (3 rows, 1 column).
The SUBPLOT function should be used. EACH subplot should have
labels on the horizontal and vertical axes, and also the
appropriate title:
CARRIER, AM SIGNAL 1 and AM SIGNAL 2
(i) Suppose that F = 200 Hz (above). Create a time vector td
that contains 800 samples of c(t), spanning 50 periods.
td should have the form
td = 0 : d : 50*T-d
where T is the period of c(t) and d is to be determined.
(ii) Let c be the vector of values c(t), where t ranges over
td (of part (i)). Plot c against td (first plot,
"CARRIER").
(iii) Determine f and q such that the envelope v(t) completes
exactly four periods while c(t) completes (exactly) 50
periods; and v(0) = 2.5 (maximum possible value).
Plot x(t) = v(t)*c(t) for this case, where t ranges
over td from part (i). Label this plot as "AM SIGNAL 1".
(iv) Determine f and q such that the envelope v(t) completes
exactly 7.5 periods while c(t) completes (exactly) 50
periods; and v(0) = 0.5 (minimum possible value).
Plot x(t) = v(t)*c(t) for this case also, where t again
ranges over td. Label this plot as "AM SIGNAL 2"
In Lab 2, you learned - various plotting techniques - how to create an exponentially faded...
In this assignment, you will be working with two sinusoidal signals. The higher-frequency signal c(t) = cos(2*pi*F*t) (where F is in Hertz) will be referred to as "carrier"; while the lower-frequency signal v(t) = 1.5 + cos(2*pi*f*t + q) (f in Hz, again) will be referred to as "envelope". Note that the envelope has a positive offset of 1.5 units. In amplitude modulation (AM), the envelope multiplies the carrier and the resulting product signal is the AM...
I need help with number 2 . Please answer in MATLAB thank
you!
1. In the lab we analyzed filtering 60 Hz power-line noise from ECG signal using a digital (signal processing) filter. Now let's try to an analog (circuit) filter approach to remove the 60 Hz line-noise. Following is an active twin-T notch filter with transfer function: (1+m)((2joRC? +1 Z(a) 2R 2R Here m is the ratio of the two feedback 2C R resistance which determines the gain and...
I need help in MATLAB. I'm working on a circuits lab report and I want to plot the derivative of an input signal. The circuit is a differentiator OpAmp. It is receiving a triangle wave as an input and should output a square wave. (I've included my existing code.) The output formula is: Vout = -(Rf)*C*(dVin/dt) Where Rf is feedback resistance: Rf = 1*10^6; and C = 1*10^-6. EXISTING CODE: %% This section is copied, and then modified from another...
NB! This task is required to be solved in matlab. this task also requires the use of the function displayDualSpectrum();
which i have pasted in the bottom. the tasks that i need help with are A), B) and C). this is a multi-part question.
Task - Frequency mixing
We use a basic signal that can be described mathematically as follows:
with this We shall then make an amplitude modulated signal: where fc is the carrier frequency. the code below specifies...
signals and communications 2
Make sure you show all working and describe each step in your calculations. 1. A signum function is defined as sgn(t) = { 1、12 0 1 t<0 Plot and express this function in terms of the unit-step function. 5 marks/ Determine and plot the even and odd parts of the signal 2. x(t) (te-3 +2)u(t). 5 marks 3. If prove that y[n-m] = x[n-m] * h[n]. 5 marks 4. Assuming α > 0, plot the signal...
1. In this class and in other physics lab classes you will often use oscilloscopes to look at signal that change in time. Below is a sinusoidal AC signal on an oscilloscope screen. The vertical axis is set to 10 mV/division and the horizontal axis is set to 50 ms/division For the signal shown, what is the: a. Average voltage? b. Peak voltage? c. Peak-to-peak voltage? d. RMS voltage? e. Period? f. Frequency? g. If you were to write an...
Please finish these questions. Thank you
Given find the Fourier transform of the following: (a) e dt 2T(2 1) 4 cos (2t) (Using properties of Fourier Transform to find) a) Suppose a signal m(t) is given by m()-1+sin(2 fm) where fm-10 Hz. Sketch the signal m(t) in time domain b) Find the Fourier transform M(jo) of m(t) and sketch the magnitude of M(jo) c) If m(t) is amplitude modulated with a carrier signal by x(t)-m(t)cos(27r f,1) (where fe-1000 Hz), sketch...
Please show working and explanation if possible. Thank
you so much in advance
b) Given that the Fourier transform of f() is g(w)- esf (7 marks) Deduce the Fourier transform of f"(t + τ). c) A Free nduction Decay (FID) signal from a certain spectroscopic experiment was measured to be 7. )- A ex exp -i2 T. for t > 0, where Q, and Ω2 are 150x106 radian/s and 200x10° radians, respectively, while T, and 7, are 25 ns and...
The near-simultaneous, yet independent works of Faraday and
Henry have shown, in 1831 and 1832, respectively, that a change in
magnetic flux through a spiral coil results in an induced
electromotive force. Examine the qualitative and quantitative
aspects of induction, as predicted by those two
physicists.
A magnetic field produced by a solenoid is proportional to
current; therefore, we can infer that for two stationary coaxial
solenoids, the flux through the secondary is proportional to the
current passing through the...
can someone help me do this and maybe also the picture of the
scope explain how you get it. thankyou!
Frequency-shift keying (FSK) and Phase-shift keying (PSK) Two other modulation schemes are the phase-shift keying (PSK) and the frequency-shift keying (FSK). These are illustrated in Figure 8 b and c respectively. In phase-shift keying the carrier signal changes phase by a radians when the digital signal changes values. In frequency-shift keying a 0 is transmitted at a different carrier frequency...